aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/logging/fluentd-client.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-14 19:05:13 +0000
committerGerrit Code Review <review@openstack.org>2017-02-14 19:05:13 +0000
commitfe4311207f3ba382a4d647c933c9d4edd833dfd1 (patch)
treefc7479585ee11e0b5d20c0879bf88a1b7702d5d5 /puppet/services/logging/fluentd-client.yaml
parent854b5120cc04418b34e45a523d0ea67ae64a448e (diff)
parent35c64e185099d375d698c38008f8a6f1063b1301 (diff)
Merge "Add upgrade tasks for opstools services"
Diffstat (limited to 'puppet/services/logging/fluentd-client.yaml')
-rw-r--r--puppet/services/logging/fluentd-client.yaml9
1 files changed, 9 insertions, 0 deletions
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