From: tomsou Date: Thu, 23 Mar 2017 07:37:44 +0000 (+0000) Subject: Fix DNS use for testcase 3 X-Git-Tag: opnfv-5.0.RC1~60^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3570a9d39984c078f039726b98fc33d26ef94baa;p=sdnvpn.git Fix DNS use for testcase 3 Make the VMs use properly 8.8.8.8 nameserver Change-Id: I8ebf0ff23fa78dcbc50eba9eb27262e690c56b66 Signed-off-by: tomsou --- diff --git a/sdnvpn/artifacts/quagga_setup.sh b/sdnvpn/artifacts/quagga_setup.sh index 6e61d9a..c2d27bc 100644 --- a/sdnvpn/artifacts/quagga_setup.sh +++ b/sdnvpn/artifacts/quagga_setup.sh @@ -7,7 +7,7 @@ echo 'ubuntu:opnfv' | chpasswd # dns fix -echo "8.8.8.8" > /etc/resolvconf/resolv.conf.d/head +echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head resolvconf -u # Wait for a floating IP