diff options
author | Marco Platania <platania@research.att.com> | 2018-04-10 17:05:58 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-04-10 17:05:58 -0400 |
commit | 85c450840c6dd79833bd541507d98447d7b0010f (patch) | |
tree | 520ebab05fe066910337dd9cb0221661144dd0bf /boot/music_install.sh | |
parent | e07c7efca7a25ed527dce050faf2dae7a75ddd62 (diff) |
Install MUSIC containers via Heat
Change-Id: Ic36c551c5b132db3ff27d620ddaf55d1370ff5f1
Issue-ID: INT-444
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/music_install.sh')
-rw-r--r-- | boot/music_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/music_install.sh b/boot/music_install.sh index 6965b957..759a9389 100644 --- a/boot/music_install.sh +++ b/boot/music_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" ]] @@ -91,4 +93,5 @@ resolvconf -u # Clone Gerrit repository and run docker containers cd /opt +git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO ./music_vm_init.sh
\ No newline at end of file |