diff options
author | Michele Baldessari <michele@acksyn.org> | 2016-08-16 21:29:06 +0200 |
---|---|---|
committer | Michele Baldessari <michele@acksyn.org> | 2016-08-18 23:18:30 +0200 |
commit | fbbd134f6bed6f1a5093453681fd121206ff5e35 (patch) | |
tree | 5fa732372db814a0743e940e2028a569e0620771 /puppet/services/pacemaker/gnocchi-api.yaml | |
parent | 67586863cf1ec984c76fe02966f5fea1a8f1a548 (diff) |
Enable gnocchi systemd services
Marian Krcmari noticed that on a freshly deployed HA Newton system
gnocchi-metricd and gnocchi-statsd are down. This likely came about when
gnocchi moved to composable roles
(I40a3815923099d00a0f3fc1d88a942784e7c6fb9) and those settings made
sense when it was managed by pacemaker.
Also make sure that all services are disabled when managed via
pacemaker and add manage_service: false for gnocchi-api for pacemaker
which was missing.
Change-Id: If7d681e0fa3e84379ac83c8a55b481369fe2849e
Diffstat (limited to 'puppet/services/pacemaker/gnocchi-api.yaml')
-rw-r--r-- | puppet/services/pacemaker/gnocchi-api.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/gnocchi-api.yaml b/puppet/services/pacemaker/gnocchi-api.yaml index bcd73e61..bc04aa8a 100644 --- a/puppet/services/pacemaker/gnocchi-api.yaml +++ b/puppet/services/pacemaker/gnocchi-api.yaml @@ -24,5 +24,7 @@ outputs: config_settings: map_merge: - get_attr: [GnocchiServiceBase, role_data, config_settings] + - gnocchi::metricd::manage_service: false + gnocchi::metricd::enabled: false step_config: | include ::tripleo::profile::pacemaker::gnocchi::api |