From 88a64ebf39dea43a4f0d69d18e5ab5933febea98 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Fri, 27 Apr 2018 12:22:22 +0200 Subject: Fix component startup Change-Id: Ia45d4a682f8faceb8c045ffedd7611bc61b21b7b Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- nokiav2/deployment/src/main/resources/docker-entrypoint.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nokiav2/deployment/src/main/resources/docker-entrypoint.sh') 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 - -- cgit 1.2.3-korg