summaryrefslogtreecommitdiffstats
path: root/nokiav2/deployment/src/main/resources/docker-entrypoint.sh
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-05-02 02:12:10 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-02 02:12:10 +0000
commita2b908c3bddaa519852ac44be6832779197a3559 (patch)
treecf351daed5ab3b128bb99fdef5e3f570f82cfcca /nokiav2/deployment/src/main/resources/docker-entrypoint.sh
parent37abdf3ee9f59682751ab61b511d94a9a51f2dd7 (diff)
parent88a64ebf39dea43a4f0d69d18e5ab5933febea98 (diff)
Merge "Fix component startup"
Diffstat (limited to 'nokiav2/deployment/src/main/resources/docker-entrypoint.sh')
-rwxr-xr-xnokiav2/deployment/src/main/resources/docker-entrypoint.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/nokiav2/deployment/src/main/resources/docker-entrypoint.sh b/nokiav2/deployment/src/main/resources/docker-entrypoint.sh
index bd36b617..79ccd05b 100755
--- a/nokiav2/deployment/src/main/resources/docker-entrypoint.sh
+++ b/nokiav2/deployment/src/main/resources/docker-entrypoint.sh
@@ -51,12 +51,6 @@ function configure(){
switchLine driverMsbExternalIp $EXTERNAL_IP
switchLine driverVnfmExternalIp $EXTERNAL_IP
switchLine messageBusIp $MSB_IP
- switchLine cbamCatalogUrl $CBAM_CATALOG_URL
- switchLine cbamLcnUrl $CBAM_LCN_URL
- switchLine cbamKeyCloakBaseUrl $CBAM_KEYCLOAK_URL
- switchLine cbamLcnUrl $CBAM_LCN_URL
- switchLine cbamUsername $CBAM_USERNAME
- switchLine cbamPassword $CBAM_PASSWORD
switchLine vnfmId $VNFM_ID
switchLine ipMap $IP_MAP
fi
@@ -82,4 +76,3 @@ while true ; do
done
echo "Server quit (unexpected)"
done
-