summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/openshift_master_cluster/tasks/configure.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master_cluster/tasks/configure.yml b/roles/openshift_master_cluster/tasks/configure.yml
index 9a2546bca..3510f9f62 100644
--- a/roles/openshift_master_cluster/tasks/configure.yml
+++ b/roles/openshift_master_cluster/tasks/configure.yml
@@ -29,7 +29,7 @@
when: openshift_master_cluster_public_vip != openshift_master_cluster_vip
- name: Add the cluster openshift-master service resource
- command: pcs resource create master systemd:openshift-master --group openshift-master
+ command: pcs resource create master systemd:openshift-master op start timeout=90s stop timeout=90s --group openshift-master
- name: Disable stonith
command: pcs property set stonith-enabled=false