diff options
author | Lusheng Ji <lji@research.att.com> | 2018-06-19 13:08:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-19 13:08:56 +0000 |
commit | 4e8ff5627c952b548bf31c9e7a39d8a00eae1001 (patch) | |
tree | 21ccba97e17822dd4c28a193af26627e6f090cea /bootstrap/installer-docker.sh-template | |
parent | e755cd911174dd6666aa645684dcbb1f094c1a73 (diff) | |
parent | d0afc3c4501f752cb97c5b00190ca65d90e8bbff (diff) |
Merge "Micro-Service Blueprint"
Diffstat (limited to 'bootstrap/installer-docker.sh-template')
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index 5957381..21ccabb 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -39,6 +39,7 @@ VESBP=ves.yaml TCABP=tca.yaml HRULESBP=holmes-rules.yaml HENGINEBP=holmes-engine.yaml +PRHBP=prh.yaml DOCKERBPURL="${PLATBPSRC}/${DOCKERBP}" CBSBPURL="${PLATBPSRC}/${CBSBP}" @@ -52,6 +53,7 @@ VESBPURL="${PLATBPSRC}/${VESBP}" TCABPURL="${PLATBPSRC}/${TCABP}" HRULESBPURL="${PLATBPSRC}/${HRULESBP}" HENGINEBPURL="${PLATBPSRC}/${HENGINEBP}" +PRHBPURL="${PLATBPSRC}/${PRHBP}" LOCATIONID=$(printenv LOCATION) @@ -369,6 +371,7 @@ wget -P ./blueprints/ves/ ${VESBPURL} wget -P ./blueprints/tca/ ${TCABPURL} wget -P ./blueprints/hrules/ ${HRULESBPURL} wget -P ./blueprints/hengine/ ${HENGINEBPURL} +wget -P ./blueprints/prh/ ${PRHBPURL} # Set up the credentials for access to the Docker registry @@ -444,6 +447,8 @@ cfy install -p ./blueprints/tca/${TCABP} -b tca -d tca -i ../config/tcainputs.ya cfy install -p ./blueprints/hrules/${HRULESBP} -b hrules -d hrules -i ../config/hr-ip.yaml 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 # write out IP addresses echo "$CONSULIP" > "$STARTDIR"/config/runtime.ip.consul |