The CI fails because the openstack DNS does not work.
Make the VMs use 8.8.8.8
Change-Id: If0c45710cda402158171ce3436731d96bc346565
JIRA: SDNVPN-125
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
(cherry picked from commit
f7a6f2593a1b99a0bd0459093d606dd4bdbb999a)
# 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