]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(FM-8275) Add vagrant provision list
authorMichael T Lombardi <michael.t.lombardi@outlook.com>
Fri, 18 Oct 2019 22:12:33 +0000 (17:12 -0500)
committerMichael T Lombardi <michael.t.lombardi@outlook.com>
Fri, 18 Oct 2019 22:12:33 +0000 (17:12 -0500)
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.

provision.yaml

index c4a281e44bdd379e7abc0ed77b5796f5e05f874f..b01b59e64d96cf32f78567892ba90db0ba227ede 100644 (file)
@@ -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']