diff options
author | Lusheng Ji <lji@research.att.com> | 2018-01-16 11:07:57 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-01-16 16:32:00 +0000 |
commit | e6a09df8e38dc37c57dad0b8e44a6a4ac27d5d7c (patch) | |
tree | 9c1b568b5c551243e5854b980eb6605e37f8013c | |
parent | b13f7441660b17c92891a9a50222d51be2551693 (diff) |
Change policy container versionv1.1.21.0.1-ONAP1.0.1-Amsterdamamsterdam
Issue-ID: DCAEGEN2-252
Change-Id: If75a3ff3e483ae1e224a8e517036936c3f5b0de3
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 2 |
1 files changed, 1 insertions, 1 deletions
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 |