Upgrade vagrant version from 2.4 to 2.2.14 28/120028/1
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 30 Mar 2021 22:01:16 +0000 (15:01 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Tue, 30 Mar 2021 22:04:39 +0000 (15:04 -0700)
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 <todd.malsbary@intel.com>
Change-Id: Ia867df9df3ec1cc27e2f17df4a72ffc88f6bdf44

kud/hosting_providers/vagrant/setup.sh

index db6a732..7d2066a 100755 (executable)
@@ -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