From: Jack Lucas Date: Wed, 1 Nov 2017 20:00:55 +0000 (+0000) Subject: Use separate inputs for CDAP X-Git-Tag: v1.1.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aa8ed202ba4a89f5a0332001964292bb8b0a9cde;p=dcaegen2%2Fdeployments.git Use separate inputs for CDAP Change-Id: Ib9479c31b473049bb17253c57885a34daedbd2c2 Issue-Id: DCAEGEN2-191 Signed-off-by: Jack Lucas --- 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}"