Merge "Containerize neutron-l3 agent"
[apex-tripleo-heat-templates.git] / puppet / services / metrics / collectd.yaml
index e4e7dac..da59665 100644 (file)
@@ -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: step1
+          service: name=collectd state=stopped