From fbbd134f6bed6f1a5093453681fd121206ff5e35 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 16 Aug 2016 21:29:06 +0200 Subject: 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 --- puppet/services/gnocchi-statsd.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet/services/gnocchi-statsd.yaml') diff --git a/puppet/services/gnocchi-statsd.yaml b/puppet/services/gnocchi-statsd.yaml index 9c8e6897..0c8c3945 100644 --- a/puppet/services/gnocchi-statsd.yaml +++ b/puppet/services/gnocchi-statsd.yaml @@ -24,6 +24,5 @@ outputs: config_settings: map_merge: - get_attr: [GnocchiServiceBase, role_data, config_settings] - - gnocchi::statsd::manage_service: false step_config: | include ::tripleo::profile::base::gnocchi::statsd -- cgit 1.2.3-korg