Merge "scenario003: configure Keystone tokens with Fernet provider"
[apex-tripleo-heat-templates.git] / puppet / services / haproxy.yaml
index c8edade..675a79e 100644 (file)
@@ -77,3 +77,10 @@ outputs:
                 - get_attr: [HAProxyInternalTLS, role_data, certificates_specs]
       step_config: |
         include ::tripleo::profile::base::haproxy
+      upgrade_tasks:
+        - name: Stop haproxy service
+          tags: step1
+          service: name=haproxy state=stopped
+        - name: Start haproxy service
+          tags: step4 # Needed at step 4 for mysql
+          service: name=haproxy state=started