From 234cd3b6206a0228c2e2df6e595d022ac8154ce6 Mon Sep 17 00:00:00 2001 From: Charles Ruhland Date: Thu, 8 Dec 2016 13:59:39 -0800 Subject: [PATCH] ccm: add a public agent to CI test clusters (#852) --- ccm/start_ccm_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm/start_ccm_cluster.sh b/ccm/start_ccm_cluster.sh index 6dad015..9409033 100755 --- a/ccm/start_ccm_cluster.sh +++ b/ccm/start_ccm_cluster.sh @@ -19,7 +19,7 @@ CLUSTER_ID=$(http --ignore-stdin \https://ccm.mesosphere.com/api/cluster/ \ cluster_desc="DC/OS CLI testing cluster" \ template=$CF_TEMPLATE_NAME \ adminlocation=0.0.0.0/0 \ - public_agents=0 \ + public_agents=1 \ private_agents=1 | \ jq ".id");