diff options
author | Marco Platania <platania@research.att.com> | 2017-10-01 22:29:14 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-10-01 22:29:14 -0400 |
commit | c33040b161f78f9d750c28cd097c6de5e900c5bc (patch) | |
tree | 705fc4b654063561fba3205149c9e5f5a14e50aa /boot | |
parent | 4fea00c05336065f7884e7e7c341c072682eab9e (diff) |
Fix bugs in the installation process
- Add short-term fix to robot script after MSO/SO renaming
- Change docker version number in SDNC
Change-Id: I625e09457b843c875ea19c69ed6078f88a978f17
Issue-ID: INT-213
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/robot_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/robot_install.sh b/boot/robot_install.sh index 3447a01f..70cf4b14 100644 --- a/boot/robot_install.sh +++ b/boot/robot_install.sh @@ -9,6 +9,9 @@ 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) +# Short-term fix to get around MSO to SO name change +cp /opt/config/so_ip_addr.txt /opt/config/mso_ip_addr.txt + # Add host name to /etc/host to avoid warnings in openstack images if [[ $CLOUD_ENV != "rackspace" ]] then |