From 184a87be2b62cfeb6c7234b1da09c462e1008a46 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 27 Nov 2017 15:09:24 +0000 Subject: xci: Drop OPNFV_RELENG_DEV_PATH variable The OPNFV_RELENG_DEV_PATH variable was used to point to a releng-xci development repository. However, people normally set the current directory as the development one and they almost always want to test the current code in XCI. Using an secondary releng-xci tree as development repo is a very obscure case and it normally complicates things. As such, let drop this option and always use the current repository for development purposes. Change-Id: If111bf29a32a5f6ea28694f191645af0c6a87abc Signed-off-by: Markos Chandras --- Vagrantfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 58b6368e..776d09ba 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -45,7 +45,6 @@ Vagrant.configure(2) do |config| export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048} export VM_DOMAIN_TYPE=qemu export PATH=$PATH:$HOME/.local/bin - export OPNFV_RELENG_DEV_PATH=/vagrant [[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa cd xci && ./xci-deploy.sh SHELL @@ -81,7 +80,6 @@ Vagrant.configure(2) do |config| export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048} export VM_DOMAIN_TYPE=qemu export PATH=$PATH:$HOME/.local/bin - export OPNFV_RELENG_DEV_PATH=/vagrant [[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa cd xci && ./xci-deploy.sh SHELL @@ -115,7 +113,6 @@ Vagrant.configure(2) do |config| export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048} export VM_DOMAIN_TYPE=qemu export PATH=$PATH:$HOME/.local/bin - export OPNFV_RELENG_DEV_PATH=/vagrant [[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa cd xci && ./xci-deploy.sh SHELL @@ -143,7 +140,6 @@ Vagrant.configure(2) do |config| export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048} 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 -- cgit 1.2.3-korg