Merge "Configuring a default ntp server."
[apex-tripleo-heat-templates.git] / puppet / services / logging / fluentd-client.yaml
index 769ab68..94c63d3 100644 (file)
@@ -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