From d22659be0fce449c9cbe52f97bb5b66943322074 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 18 Apr 2018 10:45:42 -0400 Subject: Update OOF installation scripts Change-Id: Ieba914164b62c461466c57c05921f391ea16fe3d Issue-ID: INT-444 Signed-off-by: Marco Platania --- boot/oof_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boot/oof_install.sh') diff --git a/boot/oof_install.sh b/boot/oof_install.sh index f54d85b9..89c3013d 100644 --- a/boot/oof_install.sh +++ b/boot/oof_install.sh @@ -5,7 +5,9 @@ NEXUS_REPO=$(cat /opt/config/nexus_repo.txt) ARTIFACTS_VERSION=$(cat /opt/config/artifacts_version.txt) DNS_IP_ADDR=$(cat /opt/config/dns_ip_addr.txt) 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) # Add host name to /etc/host to avoid warnings in openstack images if [[ $CLOUD_ENV != "rackspace" ]] @@ -103,4 +105,5 @@ fi # Clone Gerrit repository and run docker containers cd /opt +git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO optf-has ./oof_vm_init.sh \ No newline at end of file -- cgit 1.2.3-korg