RETIRED, Heat templates for deploying OpenStack
656b8385ef
Add undercloud template parameters for NovaComputeDriver, NovaComputeManager, and NovaSchedulerHostManager. The motivation here is to be able to test configure Nova to use the new (in-tree) Ironic compute driver (which used to live in Ironic). NOTE: The initial Nova in-tree Ironic driver won't have its own ClusteredComputeManager (compute_manager). Even so I've gone ahead and added a parameter for NovaComputeManager so we can modify this accordingly in the future without making hard coded template changes. Change-Id: Ib48a6b6d8a6cff157bdf3948bd0330e9b29dd46a |
||
---|---|---|
examples | ||
tripleo_heat_merge | ||
.gitignore | ||
.gitreview | ||
babel.cfg | ||
base.yaml | ||
block-storage-nfs.yaml | ||
block-storage.yaml | ||
controller.yaml | ||
debian-mirror.yaml | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
nagios3.yaml | ||
nfs-server-source.yaml | ||
nova-compute-config.yaml | ||
nova-compute-instance.yaml | ||
overcloud-source.yaml | ||
overcloud-vlan-port.yaml | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
ssl-source.yaml | ||
swift-deploy.yaml | ||
swift-source.yaml | ||
swift-storage-source.yaml | ||
test_merge.bash | ||
test-requirements.txt | ||
tox.ini | ||
undercloud-bm-nova-config.yaml | ||
undercloud-bm-nova-deploy.yaml | ||
undercloud-source.yaml | ||
undercloud-vlan-port.yaml | ||
undercloud-vm-ironic-config.yaml | ||
undercloud-vm-ironic-deploy.yaml | ||
undercloud-vm-nova-config.yaml | ||
undercloud-vm-nova-deploy.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'.