diff options
author | Jakub Dudycz <jakub.dudycz@nokia.com> | 2018-09-13 12:51:23 +0200 |
---|---|---|
committer | Jakub Dudycz <jakub.dudycz@nokia.com> | 2018-09-13 15:22:33 +0200 |
commit | 1e818c66e225ea291fb4b09c5e1f847ad30a334f (patch) | |
tree | f8cd8c20d3649e9345a2e2985376933375935f7f /bootstrap | |
parent | 22b358530d76c08b3dd01529237dcfe0d5a37017 (diff) |
Configure DCAEGEN2 to use HV VES blueprint
Change-Id: Ie39720533c1710caa8ca8719363ce7150c0a5084
Issue-ID: DCAEGEN2-776
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index 21ccabb..4f889fc 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -40,6 +40,7 @@ TCABP=tca.yaml HRULESBP=holmes-rules.yaml HENGINEBP=holmes-engine.yaml PRHBP=prh.yaml +HVVESBP=hv-ves.yaml DOCKERBPURL="${PLATBPSRC}/${DOCKERBP}" CBSBPURL="${PLATBPSRC}/${CBSBP}" @@ -54,6 +55,7 @@ TCABPURL="${PLATBPSRC}/${TCABP}" HRULESBPURL="${PLATBPSRC}/${HRULESBP}" HENGINEBPURL="${PLATBPSRC}/${HENGINEBP}" PRHBPURL="${PLATBPSRC}/${PRHBP}" +HVVESBPURL="${PLATBPSRC}/${HVVESBP}" LOCATIONID=$(printenv LOCATION) @@ -372,6 +374,7 @@ wget -P ./blueprints/tca/ ${TCABPURL} wget -P ./blueprints/hrules/ ${HRULESBPURL} wget -P ./blueprints/hengine/ ${HENGINEBPURL} wget -P ./blueprints/prh/ ${PRHBPURL} +wget -P ./blueprints/hv-ves/ ${HVVESBPURL} # Set up the credentials for access to the Docker registry @@ -450,6 +453,10 @@ cfy install -p ./blueprints/hengine/${HENGINEBP} -b hengine -d hengine -i ../con # PRH cfy install -p ./blueprints/prh/${PRHBP} -b prh -d prh -i ../config/prhinput.yaml +# HV-VES +cfy install -p ./blueprints/hv-ves/${HVVESBP} -b hv-ves -d hv-ves + + # write out IP addresses echo "$CONSULIP" > "$STARTDIR"/config/runtime.ip.consul echo "$PUBIP" > "$STARTDIR"/config/runtime.ip.cm |