[Puppet Users] converting Puppet reports to JUnit

2019-05-10 Thread Luke Bigum
Hello, Has anyone had the need to convert Puppet's YAML reports into another format, such as JUnit XML? I'm thinking of taking the reports of Acceptance test runs of Roles (potentially thousands of resources), and parsing them into reports for a CI system. The report format doesn't look too

Re: [Puppet Users] converting Puppet reports to JUnit

2019-05-10 Thread Henrik Lindberg
On 2019-05-10 14:44, Luke Bigum wrote: Hello, Has anyone had the need to convert Puppet's YAML reports into another format, such as JUnit XML?  I'm thinking of taking the reports of Acceptance test runs of Roles (potentially thousands of resources), and parsing them into reports for a CI syst

Re: [Puppet Users] converting Puppet reports to JUnit

2019-05-10 Thread Luke Bigum
On Friday, 10 May 2019 14:04:33 UTC+1, Henrik Lindberg wrote: > > I remember using a JUnit compatible report format plugin for rspec. > Maybe that is what you are looking for? > > This was quite some time ago and I don't remember its name. > Sort of. I also looking into rspec report formats as

Re: [Puppet Users] Puppet environments and "avalability zones"

2019-05-10 Thread Christopher Wood
Not sure if you'd call it a "best" practice, but with a fairly standard control repo(1) and r10k'ish environments you can: * branch * make your changes in the new branch/environment * move a few canary hosts into the new environment using your ENC(2), see how that goes * move a few more, se