From d0afc3c4501f752cb97c5b00190ca65d90e8bbff Mon Sep 17 00:00:00 2001 From: burdziak Date: Mon, 4 Jun 2018 10:40:41 +0200 Subject: Micro-Service Blueprint Modified pomm minor versions Change-Id: Ib302f06d30ed1851bddc2e54b80097ba6848d415 Issue-ID: DCAEGEN2-394 Signed-off-by: burdziak --- bootstrap/installer-docker.sh-template | 5 +++++ bootstrap/pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'bootstrap') 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 diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index fe30d92..d2965e9 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.deployments bootstrap dcaegen2-deployments-bootstrap - 1.1.3-SNAPSHOT + 1.2.0-SNAPSHOT http://maven.apache.org UTF-8 -- cgit 1.2.3-korg