Pass RoleData into -post.yaml stacks
authorDan Prince <dprince@redhat.com>
Wed, 22 Jun 2016 17:13:34 +0000 (13:13 -0400)
committerSteven Hardy <shardy@redhat.com>
Fri, 1 Jul 2016 09:05:04 +0000 (10:05 +0100)
commit337d2c62038bde10cfb48d6c1bd09f3cbf72ba6a
tree60fd08218cbbf9aa8ee281a40c8d1a3698b1da3e
parent68562d07cc59d14a724387dbd6018a5aaad2ca7f
Pass RoleData into -post.yaml stacks

This patch modifies the interface for the -post stacks so
that we pass RoleData instead of just the StepConfig
into each -post.yaml template.

This will facilitate creating other types of -post.yaml scripts
that require more data that just 'step_config'. Things like
containers, etc. will require this.

Change-Id: I2527fc0098192f092f5e9046033a04bc71be2cae
overcloud.yaml
puppet/ceph-storage-post.yaml
puppet/cinder-storage-post.yaml
puppet/compute-post.yaml
puppet/controller-post.yaml
puppet/swift-storage-post.yaml