Skip to content

WIP: Sentinel daemon automation (EE Only)

Gabriel Mazetto requested to merge feature/sentinel-service into master

This is a follow up on the effort initiated by !882 (merged)

To get Redis Sentinel in Omnibus we have to:

  • Create a template for sentinel.conf
    • port is configurable
    • myid will be pre-defined or stored in .json file after first reconfigure
    • monitor master instance is configurable
    • down-after-millicseconds is configurable (reuse master group name)
  • Create a service definition for sentinel daemon (definitions/sentinel.rb)
  • Create sentinel definition for init system
  • Sentinel code must for EE package only (if ee)

Merge request reports