diff options
author | Jack Lucas <jflucas@research.att.com> | 2017-11-01 20:00:55 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2017-11-01 20:02:24 +0000 |
commit | aa8ed202ba4a89f5a0332001964292bb8b0a9cde (patch) | |
tree | ff25cee915ac7f8c7b6abed40029a247584eb62c /bootstrap | |
parent | 53322ff163ed59d060011f9f1e5bc9f7db469efb (diff) |
Use separate inputs for CDAPv1.1.01.0.0-ONAP1.0.0-Amsterdam
Change-Id: Ib9479c31b473049bb17253c57885a34daedbd2c2
Issue-Id: DCAEGEN2-191
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |