Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the Redis Sentinel recipe #308

Open
wants to merge 1 commit into
base: next-release
Choose a base branch
from
Open

Conversation

radamanthus
Copy link
Contributor

@radamanthus radamanthus commented Jan 19, 2018

Description of your patch

Adds the redis-sentinel recipe

Recommended Release Notes

Adds the redis-sentinel recipe to support high-availability redis configurations

Estimated risk

Low

Components involved

redis-sentinel custom chef recipe

Description of testing done

See QA instructions

QA Instructions

Boot a cluster environment for the rails_activejob_example application

  • Unicorn
  • Ruby 2.3
  • Rubygems 2.6.3
  • Postgres 9.4
  • any region

The cluster should have the following instances:

  • 1 app_master
  • 1 app
  • 1 redis
  • 1 sidekiq
  • 1 db_master

Enable both the redis and the redis-sentinel recipes. After enabling both recipes and running chef, run monit summary on the app instances and the sidekiq instance. All of them should have redis-sentinel running.

@jegasega jegasega self-requested a review March 1, 2018 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant