summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2018-04-27 11:00:46 +0530
committerMurali-P <murali.p@huawei.com>2018-04-27 11:00:46 +0530
commit1d385c1842ade704a65ef72f8732431fc4f4e1b8 (patch)
tree76e6a0dd985bb9255fd9f585cdb2740b057ae373 /boot
parent450fc7b237e94970f9af3a283e5edc5f676595d2 (diff)
Fix Heat Health Check
Fix NEXUS_DOCKER_REPO variable Issue-ID: VNFSDK-252 Change-Id: Ifb934320accefb9f23804c86dea5aa48648aa8c1 Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'boot')
-rwxr-xr-xboot/vnfsdk_vm_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/vnfsdk_vm_init.sh b/boot/vnfsdk_vm_init.sh
index 70711603..6d99d29b 100755
--- a/boot/vnfsdk_vm_init.sh
+++ b/boot/vnfsdk_vm_init.sh
@@ -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