diff options
author | Marco Platania <platania@research.att.com> | 2017-10-02 02:32:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-02 02:32:10 +0000 |
commit | cad23be5e96ff7c0bbe9c21343f2796d01cdc36f (patch) | |
tree | 361819e655b3336b24eed3ebb2a83c2f431bd499 /boot/robot_install.sh | |
parent | 32b424adb30ce69bcc3c5213c1948795a9a495eb (diff) | |
parent | c33040b161f78f9d750c28cd097c6de5e900c5bc (diff) |
Merge "Fix bugs in the installation process"
Diffstat (limited to 'boot/robot_install.sh')
-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 |