diff options
Diffstat (limited to 'cluster.sh')
-rwxr-xr-x | cluster.sh | 6 |
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 |