X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Flogging%2Ffluentd-client.yaml;h=94c63d33f7ec72ebff6281b4bd32cfa09e543335;hb=bc49d0ccf1644368e4560173f52013d075abd9b1;hp=769ab68f62e31a15f705de2331f385a457f3180d;hpb=e08a8cf0a4559d5b822c4fa63e2f5deefae35d6a;p=apex-tripleo-heat-templates.git 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