Fix Heat Health Check 35/45035/1
authorMurali-P <murali.p@huawei.com>
Fri, 27 Apr 2018 05:30:46 +0000 (11:00 +0530)
committerMurali-P <murali.p@huawei.com>
Fri, 27 Apr 2018 05:30:46 +0000 (11:00 +0530)
Fix NEXUS_DOCKER_REPO variable

Issue-ID: VNFSDK-252

Change-Id: Ifb934320accefb9f23804c86dea5aa48648aa8c1
Signed-off-by: Murali-P <murali.p@huawei.com>
boot/vnfsdk_vm_init.sh

index 7071160..6d99d29 100755 (executable)
@@ -8,7 +8,7 @@ set -x
 # Establish environment variables
 NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)
 NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)
-NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
+export NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
 export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
 #DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) --> not needed at the moment