diff options
author | Markos Chandras <mchandras@suse.de> | 2017-11-27 15:09:24 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-11-29 14:46:09 +0000 |
commit | 184a87be2b62cfeb6c7234b1da09c462e1008a46 (patch) | |
tree | 31c59f4b6badcc9fea5e1e8d3ad64f238e553610 /Vagrantfile | |
parent | b1f8a1b75764937befd84cb00138c61c893eec82 (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |