ccm: add a public agent to CI test clusters (#852)

This commit is contained in:
Charles Ruhland
2016-12-08 13:59:39 -08:00
committed by tamarrow
parent 7e904bc38a
commit 234cd3b620

View File

@@ -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");