RETIRED, Heat templates for deploying OpenStack
70494ab2cb
We need to scatter gather in a few situations - determining rabbit cluster membership, galera membership and configuring hosts for Nova to permit live migration (which requires host->host communication). This patch is a proof of concept for an eventual heat feature, expressed in merge.py. The example given should work for actual use, but I'll deliver that change separately. Change-Id: I68e9b2471866810cc698ca3ea28ddf5bb1688d7b |
||
---|---|---|
examples | ||
tripleo_heat_merge | ||
.gitignore | ||
.gitreview | ||
babel.cfg | ||
base.yaml | ||
block-storage.yaml | ||
debian-mirror.yaml | ||
ironic-source.yaml | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
nagios3.yaml | ||
notcompute.yaml | ||
nova-compute-group.yaml | ||
nova-compute-instance.yaml | ||
overcloud-source.yaml | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
ssl-source.yaml | ||
swift-source.yaml | ||
test_merge.bash | ||
test-requirements.txt | ||
tox.ini | ||
tuskar-source.yaml | ||
undercloud-bm-source.yaml | ||
undercloud-source.yaml | ||
undercloud-vm-ironic-source.yaml | ||
undercloud-vm-source.yaml |
templates
Generic templates to describe multi-host infrastructure, consumable by OpenStack Heat, Crowbar, others.
merge.py
The Makefile contains several targets for generated templates, see its contents for all of them. To run functional tests for merge.py, run 'make test'.