summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-17 09:38:49 -0400
committerLusheng Ji <lji@research.att.com>2017-10-17 14:08:08 +0000
commit31f000148784e35dd8b65ebbaf6b0da963f01e6b (patch)
treedf882af36b8e8dae15eacbc36b55144e2b1b8fd9
parentcd3d0e80dfe527ddf82b7070d16e4a7e4892d870 (diff)
Update cloud_init script locations for CDAP BP
Issue-Id: DCAEGEN2-128 Change-Id: I6804140d2f03b98c4b4a2ed66ab1a79f3a9e79c0 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--blueprints/cdapbp7.yaml-template3
1 files changed, 1 insertions, 2 deletions
diff --git a/blueprints/cdapbp7.yaml-template b/blueprints/cdapbp7.yaml-template
index 1284388..7fddaa1 100644
--- a/blueprints/cdapbp7.yaml-template
+++ b/blueprints/cdapbp7.yaml-template
@@ -61,8 +61,7 @@ inputs:
vm_init_cdap:
type: string
default: |
- #wget -qO- $CODE_SOURCE/${CODE_VERSION}-raw/cloud_init/cdap-init.sh >/tmp/cdap-init.sh
- wget -qO- $CODE_SOURCE/${CODE_VERSION}/cdap-init.sh >/tmp/cdap-init.sh
+ wget -qO- $CODE_SOURCE/${CODE_VERSION}/cloud_init/cdap-init.sh >/tmp/cdap-init.sh
sh /tmp/cdap-init.sh "$CODE_SOURCE" "$CODE_VERSION" "$CLUSTER_INDEX" "$CLUSTER_SIZE" "$CLUSTER_FQDNS" "$CLUSTER_LOCAL_IPS" "$CLUSTER_FLOATING_IPS" "$DATACENTER" "$REGISTERED_NAME"
location_id:
default: "solutioning-central"