From 30a0b5e54683a4d85e625448bc4f9aea013c2d91 Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Fri, 18 Oct 2019 17:12:33 -0500 Subject: [PATCH] (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. --- provision.yaml | 3 +++ 1 file changed, 3 insertions(+) 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'] -- 2.45.2