ccm: use template url instead of template name (#860)
This commit is contained in:
committed by
tamarrow
parent
62293f6bf3
commit
682942acdb
@@ -4,7 +4,7 @@
|
|||||||
# CLUSTER_NAME
|
# CLUSTER_NAME
|
||||||
# CCM_AUTH_TOKEN
|
# CCM_AUTH_TOKEN
|
||||||
# DCOS_CHANNEL
|
# DCOS_CHANNEL
|
||||||
# CF_TEMPLATE_NAME
|
# CF_TEMPLATE_URL
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ CLUSTER_ID=$(http --ignore-stdin \https://ccm.mesosphere.com/api/cluster/ \
|
|||||||
time=120 \
|
time=120 \
|
||||||
channel=$DCOS_CHANNEL \
|
channel=$DCOS_CHANNEL \
|
||||||
cluster_desc="DC/OS CLI testing cluster" \
|
cluster_desc="DC/OS CLI testing cluster" \
|
||||||
template=$CF_TEMPLATE_NAME \
|
template_url=$CF_TEMPLATE_URL \
|
||||||
adminlocation=0.0.0.0/0 \
|
adminlocation=0.0.0.0/0 \
|
||||||
public_agents=1 \
|
public_agents=1 \
|
||||||
private_agents=1 | \
|
private_agents=1 | \
|
||||||
|
|||||||
Reference in New Issue
Block a user