From 0ac261c806c49e0987ca73261075518af27f5453 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Thu, 23 Oct 2014 16:23:40 -0700 Subject: Support latest origin v3 CLI options --- cluster.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cluster.sh') 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 -- cgit v1.2.3