diff options
author | Tim Irnich <tim.irnich@ericsson.com> | 2017-03-22 13:39:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-22 13:39:20 +0000 |
commit | d4297881953e77ab45f2b2651e2f69f07ea166f2 (patch) | |
tree | b8bab45be97eaeab7fdd9b87cd732386f5b06eb9 | |
parent | 64bd061d3fc5dadd2508f9cf7e58b8361e63f057 (diff) | |
parent | 3c5df0a8bc75b763f7deee3bd29a8823bc912f8c (diff) |
Merge "DNS fix for testcase 3" into stable/danube
-rw-r--r-- | sdnvpn/artifacts/quagga_setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sdnvpn/artifacts/quagga_setup.sh b/sdnvpn/artifacts/quagga_setup.sh index 1785f14..96d7374 100644 --- a/sdnvpn/artifacts/quagga_setup.sh +++ b/sdnvpn/artifacts/quagga_setup.sh @@ -5,6 +5,11 @@ set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd +# dns fix + +echo "8.8.8.8" > /etc/resolvconf/resolv.conf.d/head +resolvconf -u + # Wait for a floating IP # as a workaround to NAT breakage sleep 20 |