summaryrefslogtreecommitdiffstats
path: root/policy-pe
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-05-12 17:43:47 +0000
committerGerrit Code Review <gerrit@onap.org>2017-05-12 17:43:47 +0000
commitda2b69dd5333ecc5e769985d5d53210188bed230 (patch)
tree707417eba5d7af6e704c8f32f956b8a94a4c20f9 /policy-pe
parent5e1f8a706d0f4e2fbb4a0b857e5b40659f97af94 (diff)
parente9ada29d385dff4e61a14c92652cc74071a91df5 (diff)
Merge "Policy Docker pe fixes"
Diffstat (limited to 'policy-pe')
-rw-r--r--policy-pe/docker-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-pe/docker-install.sh b/policy-pe/docker-install.sh
index 140947da..57c26bf5 100644
--- a/policy-pe/docker-install.sh
+++ b/policy-pe/docker-install.sh
@@ -466,6 +466,7 @@ function install_brmsgw() {
/bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/BRMSGateway.jar "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
/bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/*.properties "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
/bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/config "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
+ /bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/dependency.json "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
/bin/mv $POLICY_HOME/m2 $HOME/.m2
@@ -541,7 +542,6 @@ done
# component-type validation
case $COMPONENT_TYPE in
base) ;;
- pypdp) ;;
pdp) ;;
pap) ;;
console) ;;