aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/metrics
diff options
context:
space:
mode:
authorMartin Mágr <mmagr@redhat.com>2017-02-09 14:12:41 +0100
committerMartin Mágr <mmagr@redhat.com>2017-02-14 17:03:14 +0100
commit35c64e185099d375d698c38008f8a6f1063b1301 (patch)
tree2ad3528a56a23364d3c834b8ea4edf820f14eb9d /puppet/services/metrics
parente6a88afa04cde189cd0e7d119a51b5667c3e69da (diff)
Add upgrade tasks for opstools services
This patch adds upgrade tasks for sensu-client, fluentd and collectd Change-Id: I3a8096159664b1934b34f6c79b8afb4a3dc645c8
Diffstat (limited to 'puppet/services/metrics')
-rw-r--r--puppet/services/metrics/collectd.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/services/metrics/collectd.yaml b/puppet/services/metrics/collectd.yaml
index e4e7dac7..a3e3b842 100644
--- a/puppet/services/metrics/collectd.yaml
+++ b/puppet/services/metrics/collectd.yaml
@@ -109,3 +109,12 @@ outputs:
.flatten().distinct()
step_config: |
include ::tripleo::profile::base::metrics::collectd
+ upgrade_tasks:
+ - name: Check status of collectd service
+ shell: >
+ /usr/bin/systemctl show collectd --property ActiveState |
+ grep '\bactive\b'
+ tags: step0,validation
+ - name: Stop collectd service
+ tags: step2
+ service: name=collectd state=stopped