Code Review
/
sdnvpn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
798d0d1
)
Fix DNS use for testcase 3
75/31875/1
author
tomsou
<soth@intracom-telecom.com>
Thu, 23 Mar 2017 07:37:44 +0000
(07:37 +0000)
committer
Nikolas Hermanns
<nikolas.hermanns@ericsson.com>
Mon, 27 Mar 2017 07:49:13 +0000
(07:49 +0000)
Make the VMs use properly 8.8.8.8 nameserver
Change-Id: I8ebf0ff23fa78dcbc50eba9eb27262e690c56b66
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit
3570a9d39984c078f039726b98fc33d26ef94baa
)
sdnvpn/artifacts/quagga_setup.sh
patch
|
blob
|
history
diff --git
a/sdnvpn/artifacts/quagga_setup.sh
b/sdnvpn/artifacts/quagga_setup.sh
index
6e61d9a
..
c2d27bc
100644
(file)
--- 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