X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=boot%2Frobot_install.sh;h=b17e9fc7dce163dd5b5d518ed191750c42733612;hb=refs%2Fheads%2Famsterdam;hp=70cf4b14237c29d67a0e373f1065d5c2beaaa592;hpb=005b9f8c91c3e2f2a01b2d605a325968e42d5205;p=demo.git diff --git a/boot/robot_install.sh b/boot/robot_install.sh index 70cf4b14..b17e9fc7 100644 --- a/boot/robot_install.sh +++ b/boot/robot_install.sh @@ -8,6 +8,7 @@ CLOUD_ENV=$(cat /opt/config/cloud_env.txt) GERRIT_BRANCH=$(cat /opt/config/gerrit_branch.txt) MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1) CODE_REPO=$(cat /opt/config/remote_repo.txt) +HEAT_CODE_REPO=http://gerrit.onap.org/r/demo.git # Short-term fix to get around MSO to SO name change cp /opt/config/so_ip_addr.txt /opt/config/mso_ip_addr.txt @@ -99,6 +100,7 @@ mkdir -p /opt/eteshare/logs mkdir -p /opt/eteshare/config cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO testsuite/properties +git clone -b $GERRIT_BRANCH --single-branch $HEAT_CODE_REPO demo # Rename network interface in openstack Ubuntu 16.04 images. Then, reboot the VM to pick up changes if [[ $CLOUD_ENV != "rackspace" ]]