summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 78aa8d75..2a82902b 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -140,6 +140,8 @@ Vagrant.configure(2) do |config|
export VM_DOMAIN_TYPE=qemu
export PATH=$PATH:$HOME/.local/bin
export OPNFV_RELENG_DEV_PATH=/vagrant
+ # workaround for https://github.com/openSUSE/vagrant/pull/22
+ sudo bash -c 'echo "127.0.0.1 localhost" >> /etc/hosts'
[[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa
cd xci && ./xci-deploy.sh
SHELL