aboutsummaryrefslogtreecommitdiffstats
path: root/all-nodes-config.yaml
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Implement mongo_node_ips hiera keyJiri Stransky1-0/+2
We need a list of hosts where MongoDB is supposed to run (as a list of IP addresses, not names) to implement MongoDB support in overcloud. Change-Id: I4b80f13be7e50630314d0642fa32b7763b6a2921
2015-02-13Split out allNodesConfig SoftwareConfigDan Prince1-0/+57
This patch splits out the allNodesConfig config such that alternate implementation (puppet for example) can implement their own SoftwareConfig's via a nested stack. This is controlled by the standard overcloud heat environment. For os-apply-config deployments the implementation should work the same as before. For puppet deployments the implementation uses hiera metadata to configure rabbit_nodes. The puppet deployment doesn't support hosts, or freeform sysctl metadata yet so those are the same for now as well. Change-Id: I34ae30b1f37aca8b39586f7e350511462d66f694