From b70fc69b320a49475e2f40e30513a0fe3a0d28b7 Mon Sep 17 00:00:00 2001 From: xjjx Date: Tue, 14 Jul 2020 11:49:13 +0200 Subject: [PATCH] scripts/vagrant: do not try to install vagrant plugins We assume that vagrant sshfs and proxyconf plugins should be already installed and we do not want to install them implicitly. In future this logic will be implemented in vm_setup.sh script. Signed-off-by: Pawel Piatek Change-Id: I421f6fd691312289ce15d432f989c6f7a7cf35b3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3330 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Maciej Wawryk Reviewed-by: Tomasz Zawadzki Reviewed-by: Ben Walker Reviewed-by: Karol Latecki --- scripts/vagrant/create_vbox.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/vagrant/create_vbox.sh b/scripts/vagrant/create_vbox.sh index 71fd46d12..5f670e563 100755 --- a/scripts/vagrant/create_vbox.sh +++ b/scripts/vagrant/create_vbox.sh @@ -301,11 +301,6 @@ if [ ${DRY_RUN} != 1 ]; then if [ -n "${http_proxy}" ]; then export http_proxy export https_proxy - if vagrant plugin list | grep -q vagrant-proxyconf; then - echo "vagrant-proxyconf already installed... skipping" - else - vagrant plugin install vagrant-proxyconf - fi if echo "$SPDK_VAGRANT_DISTRO" | grep -q freebsd; then cat > ~/vagrant_pkg.conf << EOF pkg_env: {