From aa8ed202ba4a89f5a0332001964292bb8b0a9cde Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 1 Nov 2017 20:00:55 +0000 Subject: Use separate inputs for CDAP Change-Id: Ib9479c31b473049bb17253c57885a34daedbd2c2 Issue-Id: DCAEGEN2-191 Signed-off-by: Jack Lucas --- bootstrap/installer-docker.sh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index 618b165..2a26763 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -401,7 +401,7 @@ cfy executions start -d DockerComponent -w install # CDAP cluster -cfy install -p ./blueprints/cdap/${CDAPBP} -b cdapbp7 -d cdap7 -i ../${INPUTS} -i "location_id=${LOCATION}" +cfy install -p ./blueprints/cdap/${CDAPBP} -b cdapbp7 -d cdap7 -i ../config/cdapinputs.yaml -i "location_id=${LOCATION}" # config binding service cfy install -p ./blueprints/cbs/${CBSBP} -b config_binding_service -d config_binding_service -i "location_id=${LOCATION}" -- cgit 1.2.3-korg