aboutsummaryrefslogtreecommitdiffstats
path: root/boot/mso_vm_init.sh
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-22 11:20:22 -0500
committerplatania <platania@research.att.com>2017-02-22 11:20:22 -0500
commit4f98547c03dc9c8a295ae46e066ff09dd961d5a3 (patch)
tree5e7762e108feb7c81d1e7290a643ff611e9371f6 /boot/mso_vm_init.sh
parent8df4a643ae0d43a71e6e86c6be148386d99990ff (diff)
pointing boot scripts to LF
Change-Id: I60094d422a5bf013f878e6efbee7a04c605f4045 Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'boot/mso_vm_init.sh')
-rw-r--r--boot/mso_vm_init.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot/mso_vm_init.sh b/boot/mso_vm_init.sh
index f878f535..1f89a4ef 100644
--- a/boot/mso_vm_init.sh
+++ b/boot/mso_vm_init.sh
@@ -6,7 +6,7 @@ NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
OPENSTACK_USERNAME=$(cat /opt/config/openstack_username.txt)
OPENSTACK_APIKEY=$(cat /opt/config/api_key.txt)
DMAAP_TOPIC=$(cat /opt/config/dmaap_topic.txt)
-export MSO_DOCKER_IMAGE_VERSION=1.0.0
+export MSO_DOCKER_IMAGE_VERSION=latest
# Update the MSO configuration file.
read -d '' MSO_CONFIG_UPDATES <<-EOF
@@ -45,6 +45,7 @@ export MSO_CONFIG_UPDATES
# Deploy the environment
cd /opt/test_lab
+git pull
chmod +x deploy.sh
#This script takes in input 2 nexus repos (the first one for the MSO image, the second one for mariadb)
-./deploy.sh $NEXUS_DOCKER_REPO $NEXUS_USERNAME $NEXUS_PASSWD ecomp-nexus:51211 release sfWU3DFVdBr7GVxB85mTYgAW
+./deploy.sh $NEXUS_DOCKER_REPO $NEXUS_USERNAME $NEXUS_PASSWD $NEXUS_DOCKER_REPO $NEXUS_USERNAME $NEXUS_PASSWD