Skip to content

Commit

Permalink
update ccm template to use env var for cloudformation template (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarrow committed Jul 6, 2016
1 parent 9e9fe32 commit 18e80eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ccm/start_ccm_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# CLUSTER_NAME
# CCM_AUTH_TOKEN
# DCOS_CHANNEL
# CF_TEMPLATE_NAME

set -e

Expand All @@ -16,7 +17,7 @@ CLUSTER_ID=$(http --ignore-stdin \https://ccm.mesosphere.com/api/cluster/ \
time=120 \
channel=$DCOS_CHANNEL \
cluster_desc="DC/OS CLI testing cluster" \
template=single-master.cloudformation.json \
template=$CF_TEMPLATE_NAME \
adminlocation=0.0.0.0/0 \
public_agents=0 \
private_agents=1 | \
Expand Down

0 comments on commit 18e80eb

Please sign in to comment.