From: Michael T Lombardi Date: Fri, 18 Oct 2019 22:12:33 +0000 (-0500) Subject: (FM-8275) Add vagrant provision list X-Git-Tag: v2.2.0~13^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=30a0b5e54683a4d85e625448bc4f9aea013c2d91;p=puppet-modules%2Fpuppetlabs-firewall.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 c4a281e..b01b59e 100644 --- a/provision.yaml +++ b/provision.yaml @@ -8,6 +8,9 @@ waffle_deb: waffle_el: provisioner: docker images: ['waffleimage/centos7'] +vagrant: + provisioner: vagrant + images: ['centos/7', 'generic/ubuntu1804'] release_checks: provisioner: vmpooler images: ['redhat-5-x86_64', 'redhat-6-x86_64', 'redhat-7-x86_64', 'redhat-8-x86_64', 'centos-5-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'oracle-6-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'sles-11-x86_64', 'sles-12-x86_64', 'sles-15-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']