summaryrefslogtreecommitdiffstats
path: root/boot/aai_install.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-21 11:27:39 -0400
committerMarco Platania <platania@research.att.com>2017-08-21 11:27:39 -0400
commitdf0c0cf6c8eb6bc6d3e4df5c5e3275dc425f4f6f (patch)
treea6403912419323f34e6f5d4c18131537964689d5 /boot/aai_install.sh
parent312996e26c793460869c5569d73cb4159a13f996 (diff)
Parametrize ONAP installation repositories
- Remove hardcoded repository names from installation scripts - Add parameters in Heat template - Use those parameters in the install scripts Change-Id: I3feadda7da22c282bd00618903de9aac1c01055b Issue-ID: UCA-33 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/aai_install.sh')
-rw-r--r--boot/aai_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/aai_install.sh b/boot/aai_install.sh
index bc62db9f..a09849e3 100644
--- a/boot/aai_install.sh
+++ b/boot/aai_install.sh
@@ -8,6 +8,7 @@ CLOUD_ENV=$(cat /opt/config/cloud_env.txt)
GERRIT_BRANCH=$(cat /opt/config/gerrit_branch.txt)
AAI_INSTANCE=$(cat /opt/config/aai_instance.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" ]]
@@ -92,7 +93,7 @@ resolvconf -u
# Run docker containers
cd /opt
-git clone -b $GERRIT_BRANCH --single-branch http://gerrit.onap.org/r/aai/test-config
+git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO
if [[ $AAI_INSTANCE == "aai_instance_1" ]]
then