From: Todd Malsbary Date: Tue, 30 Mar 2021 22:01:16 +0000 (-0700) Subject: Upgrade vagrant version from 2.4 to 2.2.14 X-Git-Tag: 0.9.0~42^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1e439ec23bf8d2623878db035282872ebf7497fd;p=multicloud%2Fk8s.git 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 --- 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