diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-23 19:28:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-23 19:28:34 +0000 |
commit | ea61f7918c723914374c57fc6e87e192fdeb6f7e (patch) | |
tree | 84bbc6c1b2e3b590f92513410c0d7eb0e5a65b16 | |
parent | 899fbf405a8fb0e4671105ada055e21295de9b78 (diff) | |
parent | 039e7ef65efc1165d7518979159cb564b2e8a24e (diff) |
Merge "Increase ansible-pacemaker default service start timeout" into stable/ocata
-rw-r--r-- | puppet/services/pacemaker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/pacemaker.yaml b/puppet/services/pacemaker.yaml index ca21cfbe..9398d6b5 100644 --- a/puppet/services/pacemaker.yaml +++ b/puppet/services/pacemaker.yaml @@ -143,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} |