Add VPP composable service
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker.yaml
index 2b1071a..9398d6b 100644 (file)
@@ -132,6 +132,9 @@ outputs:
       step_config: |
         include ::tripleo::profile::base::pacemaker
       upgrade_tasks:
+        - name: Check pacemaker cluster running before upgrade
+          tags: step0,validation
+          pacemaker_cluster: state=online check_and_fail=true
         - name: Stop pacemaker cluster
           tags: step1
           pacemaker_cluster: state=offline
@@ -140,5 +143,5 @@ outputs:
           pacemaker_cluster: state=online
         - name: Check pacemaker resource
           tags: step4
-          pacemaker_resource: state=started resource={{item}} check_mode=true wait_for_resource=true timeout=200
+          pacemaker_resource: state=started resource={{item}} check_mode=true wait_for_resource=true timeout=500
           with_items: {get_param: PacemakerResources}