Skip to content

dschaaff/prosvc-preview_report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Usage

This was forked from puppet preview tool and updated to work with open source puppet.

This tool is built to consume the overview-json output of the puppet preview tool

You must first generate a report using preview.

sudo /opt/puppet/bin/puppet preview --preview-environment future_production
--migrate 3.8/4.0 --nodes nodes.txt --view overview-json >overview.json

Then clone this repo and install the markaby gem. This must be done on the same system as you used to generate the preview report as we read the code of disk as well as load the indivdiual nodes catalog_diff.json files for the report.

/opt/puppet/bin/gem install markaby
sudo ./preview_report.rb -f overview.json -w /vagrant/example.html

About

A Catalog Preview Report HTML Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%