diff options
author | Steven Hardy <shardy@redhat.com> | 2015-08-20 13:30:00 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-09-25 20:07:08 +0200 |
commit | 109931bca3e9403abf468f371d9f118e0b5cacf3 (patch) | |
tree | 7ed451501cf06c1ef660d8bd15bff617a2229bf5 /examples | |
parent | 760fba51566531bef50c2b54eff391dea41a49b6 (diff) |
Example of passing per-node config data in pre_deploy config
Shows one method of passing a map of data in to the pre_deploy extraconfig
interface, such that it could be used in combination with
https://review.openstack.org/#/c/215013/ to create a node uuid specific
hieradata file, or to perform some other non-puppet per-node configuration.
This would be used by specifying an environment file like:
resource_registry:
OS::TripleO::ControllerExtraConfigPre: puppet/extraconfig/pre_deploy/per_node.yaml
parameter_defaults:
NodeDataLookup: |
{"AB4114B1-9C9D-409A-BEFB-D88C151BF2C3": {"foo": "bar"},
"8CF1A7EA-7B4B-4433-AC83-17675514B1B8": {"foo2": "bar2"}}
Change-Id: I62e344669e0ca781dd93d3f7d2190b70299877c2
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions