From 35c64e185099d375d698c38008f8a6f1063b1301 Mon Sep 17 00:00:00 2001 From: Martin Mágr Date: Thu, 9 Feb 2017 14:12:41 +0100 Subject: Add upgrade tasks for opstools services This patch adds upgrade tasks for sensu-client, fluentd and collectd Change-Id: I3a8096159664b1934b34f6c79b8afb4a3dc645c8 --- puppet/services/logging/fluentd-client.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'puppet/services/logging') diff --git a/puppet/services/logging/fluentd-client.yaml b/puppet/services/logging/fluentd-client.yaml index 769ab68f..94c63d33 100644 --- a/puppet/services/logging/fluentd-client.yaml +++ b/puppet/services/logging/fluentd-client.yaml @@ -62,3 +62,12 @@ outputs: get_attr: [LoggingConfiguration, LoggingSharedKey] step_config: | include ::tripleo::profile::base::logging::fluentd + upgrade_tasks: + - name: Check status of fluentd service + shell: > + /usr/bin/systemctl show fluentd --property ActiveState | + grep '\bactive\b' + tags: step0,validation + - name: Stop fluentd service + tags: step2 + service: name=fluentd state=stopped -- cgit 1.2.3-korg