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

pybind/mgr/prometheus: add StandbyModule and handle failed MON cluster #19744

Merged
merged 4 commits into from
Jan 22, 2018

Commits on Jan 2, 2018

  1. pybind/mgr/prometheus: add StandbyModule; return empty answer

    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    Jan Fajerski committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    18ffd75 View commit details
    Browse the repository at this point in the history
  2. pybind/mgr/prometheus: return 503 if MON cluster is down

    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    Jan Fajerski committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    eda9f15 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. pybing/mgr/prometheus: tidy up cherrypy engine start and stop

    Calling cherrypy.engine.block() in the stanby module results in a failing
    mgr failover.
    
    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    Jan Fajerski committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    ff471d4 View commit details
    Browse the repository at this point in the history
  2. qa/tasks/mgr: add test_prometheus; smoke tests for prometheus module

    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    Jan Fajerski committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4a45b02 View commit details
    Browse the repository at this point in the history