From e6a09df8e38dc37c57dad0b8e44a6a4ac27d5d7c Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 16 Jan 2018 11:07:57 -0500 Subject: Change policy container version Issue-ID: DCAEGEN2-252 Change-Id: If75a3ff3e483ae1e224a8e517036936c3f5b0de3 Signed-off-by: Lusheng Ji --- bootstrap/installer-docker.sh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index b056ca1..4e0c63c 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -416,7 +416,7 @@ cfy install -p ./blueprints/dh/${DHBP} -b DeploymentHandlerBP -d DeploymentHandl # Policy Handler PH -cfy install -p ./blueprints/ph/${PHBP} -b policy_handler_BP -d policy_handler -i 'policy_handler_image=nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.policy-handler:1.1-latest' -i "location_id=${LOCATION}" -i ../config/phinputs.yaml +cfy install -p ./blueprints/ph/${PHBP} -b policy_handler_BP -d policy_handler -i 'policy_handler_image=nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.policy-handler:v1.1.0' -i "location_id=${LOCATION}" -i ../config/phinputs.yaml # Wait for the CDAP cluster to be registered in Consul -- cgit 1.2.3-korg