RETIRED, Heat templates for deploying OpenStack
c9ce27c981
Now that merge.py is invokable from another script (Ia6b6416fe10358d23f2b120283eecaf4c1178cfd) and from comments at that review, it makes sense to offer a nicer way to consume the merge functionality. Once you git clone tripleo-heat-templates you can python setup.py install and get /usr/bin/tripleo_heat_merge as well as a tripleo_heat_merge package in python2.7/site-packages. Makefile edits required because we moved merge.py into the tripleo_heat_merge directory for the packaging. Change-Id: I587fa7a826f93f89e8e5c266af7f5765438fe738 |
||
---|---|---|
examples | ||
tripleo_heat_merge | ||
.gitignore | ||
.gitreview | ||
babel.cfg | ||
base.yaml | ||
ironic-source.yaml | ||
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 | ||
swift-source.yaml | ||
test_merge.bash | ||
test-requirements.txt | ||
tox.ini | ||
tuskar-source.yaml | ||
undercloud-bm-source.yaml | ||
undercloud-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'.