summaryrefslogtreecommitdiffstats
path: root/cluster.sh
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2014-10-23 16:23:40 -0700
committerJhon Honce <jhonce@redhat.com>2014-10-23 16:23:40 -0700
commit0ac261c806c49e0987ca73261075518af27f5453 (patch)
tree58978179e6d89d5662f4b2fbe863f48297864d88 /cluster.sh
parente7fc0e8536bc31fc52875274dd62fb2d978aa409 (diff)
downloadopenshift-0ac261c806c49e0987ca73261075518af27f5453.tar.gz
openshift-0ac261c806c49e0987ca73261075518af27f5453.tar.bz2
openshift-0ac261c806c49e0987ca73261075518af27f5453.tar.xz
openshift-0ac261c806c49e0987ca73261075518af27f5453.zip
Support latest origin v3 CLI options
Diffstat (limited to 'cluster.sh')
-rwxr-xr-xcluster.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/cluster.sh b/cluster.sh
index 4a7a0b543..b44bff01e 100755
--- a/cluster.sh
+++ b/cluster.sh
@@ -1,13 +1,11 @@
#!/bin/bash -eu
-MINIONS=1
+MINIONS=3
MASTERS=1
PROVIDER=gce
-# FIXME: Add option
-#MASTER_PLAYBOOK=os3-master
+# FIXME: Add options
MASTER_PLAYBOOK=openshift-master
-#MINION_PLAYBOOK=os3-minion
MINION_PLAYBOOK=openshift-minion