From 80237668597de035fd9788ea95786bb0bda68a02 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 30 Jul 2018 14:12:49 -0700 Subject: Remove demo, testuite/properties repos in robot VM No longer clone demo and testsuite/properties repos in robot VM. Instead, use demo repo content within testsuite container, and pass properties directly from heat template boot/ directory. Change-Id: I9e472f9b6cea47dc2faebd091d95be9e89aff667 Issue-ID: INT-605 Signed-off-by: Gary Wu --- boot/robot_vm_init.sh | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'boot/robot_vm_init.sh') diff --git a/boot/robot_vm_init.sh b/boot/robot_vm_init.sh index e306e91f..65eec434 100644 --- a/boot/robot_vm_init.sh +++ b/boot/robot_vm_init.sh @@ -5,43 +5,6 @@ NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt) NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) SNIRO_DOCKER_IMAGE_VERSION=$(cat /opt/config/sniro_docker_version.txt) -CLOUD_ENV=$(cat /opt/config/cloud_env.txt) - -# -# Deploy latest robot configuration -# -cd /opt/testsuite/properties -git pull -cp integration_* /opt/eteshare/config -cp vm_config2robot.sh /opt/eteshare/config -cp ete.sh /opt -cp demo.sh /opt - -# -# Deploy latest heat templates -# -cd /opt/demo -git pull -cp -rf heat /opt/eteshare - -#if [[ $CLOUD_ENV != "rackspace" ]] -#then -# sed -i "s/10.0.1.1/"$(cat /opt/config/aai1_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.2.1/"$(cat /opt/config/appc_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.4.1/"$(cat /opt/config/dcae_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.5.1/"$(cat /opt/config/so_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.11.1/"$(cat /opt/config/mr_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.6.1/"$(cat /opt/config/policy_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.9.1/"$(cat /opt/config/portal_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.3.1/"$(cat /opt/config/sdc_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.7.1/"$(cat /opt/config/sdnc_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.8.1/"$(cat /opt/config/vid_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/10.0.12.1/"$(cat /opt/config/clamp_ip_addr.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -# sed -i "s/https:\/\/identity.api.rackspacecloud.com/"$(cat /opt/config/keystone.txt)"/g" /opt/eteshare/config/integration_robot_properties.py -#fi - -chmod +x /opt/ete.sh -chmod +x /opt/demo.sh /bin/bash /opt/eteshare/config/vm_config2robot.sh -- cgit 1.2.3-korg