From 31f000148784e35dd8b65ebbaf6b0da963f01e6b Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 17 Oct 2017 09:38:49 -0400 Subject: Update cloud_init script locations for CDAP BP Issue-Id: DCAEGEN2-128 Change-Id: I6804140d2f03b98c4b4a2ed66ab1a79f3a9e79c0 Signed-off-by: Lusheng Ji --- blueprints/cdapbp7.yaml-template | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit 1.2.3-korg