Write package names out to flat files
authorDan Prince <dprince@redhat.com>
Mon, 22 Jun 2015 20:19:33 +0000 (16:19 -0400)
committerSteve Baker <sbaker@redhat.com>
Thu, 1 Oct 2015 02:35:57 +0000 (15:35 +1300)
commit1a336269c8b07b5d2cbf6c15cdd3a8b302421c45
treecbae342b44c3906afbff64014cb4d3c87bcf71ba
parent9e918a4a517f62d4417909311041e3e54a726462
Write package names out to flat files

This patch updates all of the overcloud manifests so that
we write out flat files containing lists of the Puppet
packages which were managed by each manifest.

The flat files all get written to
/var/lib/puppet-tripleo/installed-packages/ where they can
be easily parsed by external tools. Example format from
the flat files looks like (for the controller step 1):

cat /var/lib/puppet-tripleo/installed-packages/overcloud_controller1
keepalived
haproxy

Depends-On: If3e03b1983fed47082fac8ce63f975557dbc503c

Change-Id: Ia324a08711796aa664f9c0273a051f4f2e3e92c9
puppet/manifests/overcloud_cephstorage.pp
puppet/manifests/overcloud_compute.pp
puppet/manifests/overcloud_controller.pp
puppet/manifests/overcloud_controller_pacemaker.pp
puppet/manifests/overcloud_object.pp
puppet/manifests/overcloud_volume.pp
puppet/manifests/ringbuilder.pp