heat: switch auth_uri to use uri_no_suffix
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker.yaml
index ca21cfb..5be58c1 100644 (file)
@@ -136,12 +136,12 @@ outputs:
           tags: step0,validation
           pacemaker_cluster: state=online check_and_fail=true
         - name: Stop pacemaker cluster
-          tags: step1
+          tags: step2
           pacemaker_cluster: state=offline
         - name: Start pacemaker cluster
           tags: step4
           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}