From: Michael T Lombardi Date: Fri, 18 Oct 2019 21:58:45 +0000 (-0500) Subject: (FM-8275) Add vagrant provision list X-Git-Tag: v7.2.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3b5587a2f29968af80028069f568b6d60efb8aec;p=puppet-modules%2Fpuppetlabs-apt.git (FM-8275) Add vagrant provision list Prior to this commit the only provisioners included in the provision lists were docker and vmpooler, neither of which are particularly accessible to folks developing on Windows outside of Puppet. This commit adds a list which leverages the vagrant provisioner. --- diff --git a/provision.yaml b/provision.yaml index ce1608d..3fb28c0 100644 --- a/provision.yaml +++ b/provision.yaml @@ -8,6 +8,9 @@ travis_deb: waffle_deb: provisioner: docker images: ['waffleimage/debian8', 'waffleimage/debian9', 'waffleimage/ubuntu14.04', 'waffleimage/ubuntu16.04', 'waffleimage/ubuntu18.04'] +vagrant: + provisioner: vagrant + images: ['centos/7', 'generic/ubuntu1804'] release_checks: provisioner: vmpooler images: ['debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']