Merge "Implement scenario004 with Ceph Rados Gateway scenario"
[apex-tripleo-heat-templates.git] / puppet / services / database / mysql.yaml
index bed8f7d..cacf6db 100644 (file)
@@ -92,3 +92,11 @@ outputs:
                   $NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]}
       step_config: |
         include ::tripleo::profile::base::database::mysql
+      upgrade_tasks:
+        - name: Stop service
+          tags: step2
+          service: name=mariadb state=stopped
+        - name: Start service
+          tags: step4
+          service: name=mariadb state=started
+