From 1e439ec23bf8d2623878db035282872ebf7497fd Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Tue, 30 Mar 2021 15:01:16 -0700 Subject: Upgrade vagrant version from 2.4 to 2.2.14 This fixes the following error when running ./setup.sh -p libvirt: Installing the 'vagrant-libvirt' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is: nokogiri requires Ruby version < 3.1.dev, >= 2.5. Issue-ID: MULTICLOUD-1321 Signed-off-by: Todd Malsbary Change-Id: Ia867df9df3ec1cc27e2f17df4a72ffc88f6bdf44 --- kud/hosting_providers/vagrant/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/hosting_providers/vagrant/setup.sh') diff --git a/kud/hosting_providers/vagrant/setup.sh b/kud/hosting_providers/vagrant/setup.sh index db6a732c..7d2066aa 100755 --- a/kud/hosting_providers/vagrant/setup.sh +++ b/kud/hosting_providers/vagrant/setup.sh @@ -11,7 +11,7 @@ set -o nounset set -o pipefail -vagrant_version=2.2.4 +vagrant_version=2.2.14 if ! vagrant version &>/dev/null; then enable_vagrant_install=true else -- cgit 1.2.3-korg