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 <pawelx.piatek@intel.com> Change-Id: I421f6fd691312289ce15d432f989c6f7a7cf35b3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3330 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
This commit is contained in:
parent
4d91b4ef01
commit
b70fc69b32
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user