diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-09-19 13:51:36 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-09-24 08:06:15 +0200 |
commit | 42517301e671cc1ba96fc9e02de2985af57e9736 (patch) | |
tree | 96b04a14669597e6acad79c5828e8d49050c4a21 /bootstrap | |
parent | 20fdd615eeb9b4fa1594273b1fa3d7eca8992c8b (diff) |
Added Datafile-Collector to deployment
Change-Id: Ic66a74b11490bcfcca92a7bb44762f1a1c6989ce
Issue-ID: DCAEGEN2-784
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index 4f889fc..1364dc1 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -383,7 +383,7 @@ curl -X PUT -H "Content-Type: application/json" --data-binary '[{"username":"doc # Install platform Docker host # Note we're still in the "consul" directory, which is init'ed for talking to CM -set +e +set +e # Docker host for platform containers cfy install -v -p ./blueprints/docker/${DOCKERBP} -b DockerBP -d DockerPlatform -i ../${INPUTS} -i "registered_dockerhost_name=platform_dockerhost" -i "registrator_image=onapdcae/registrator:v7" -i "location_id=${LOCATION}" -i "node_name=dokp00" -i "target_datacenter=${LOCATION}" @@ -451,7 +451,7 @@ cfy install -p ./blueprints/hrules/${HRULESBP} -b hrules -d hrules -i ../config/ cfy install -p ./blueprints/hengine/${HENGINEBP} -b hengine -d hengine -i ../config/he-ip.yaml # PRH -cfy install -p ./blueprints/prh/${PRHBP} -b prh -d prh -i ../config/prhinput.yaml +cfy install -p ./blueprints/prh/${PRHBP} -b prh -d prh -i ../config/prh-input.yaml # HV-VES cfy install -p ./blueprints/hv-ves/${HVVESBP} -b hv-ves -d hv-ves |