]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(FM-8275) Add vagrant provision list
authorMichael T Lombardi <michael.t.lombardi@outlook.com>
Fri, 18 Oct 2019 21:58:45 +0000 (16:58 -0500)
committerMichael T Lombardi <michael.t.lombardi@outlook.com>
Fri, 18 Oct 2019 21:58:45 +0000 (16:58 -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 ce1608d2d92ba14b8f826917500610c6ddc36e7d..3fb28c0e3bd69140011643051479c054a021d7c4 100644 (file)
@@ -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']