RETIRED, Heat templates for deploying OpenStack
Go to file
Dirk Mueller 5569d09be2 Add license file
Change-Id: I6f1807b2c4f3ec8bc0b181015997516c692fafee
2014-01-20 11:58:20 +01:00
examples Make LaunchConfiguration resources mergeable 2013-10-14 15:30:24 +03:00
tripleo_heat_merge Make merge.py installable as a package using pbr 2013-12-17 15:53:08 +02:00
.gitignore Make merge.py installable as a package using pbr 2013-12-17 15:53:08 +02:00
.gitreview Update stackforge references to openstack 2013-08-17 22:57:57 -04:00
LICENSE Add license file 2014-01-20 11:58:20 +01:00
MANIFEST.in Add release configuration. 2013-10-22 17:49:35 +01:00
Makefile Merge "Add optional cinder storage node to overcloud" 2014-01-17 09:20:43 +00:00
README.md Add functional tests and examples for merge 2013-09-19 13:02:03 -07:00
babel.cfg Add release configuration. 2013-10-22 17:49:35 +01:00
base.yaml Set NoEcho: true for parameters containing secrets 2013-09-17 15:18:10 -07:00
block-storage.yaml Add optional cinder storage node to overcloud 2014-01-15 08:53:24 -05:00
ironic-source.yaml Name the undercloud resources with 'undercloud'. 2013-11-26 08:58:42 -05:00
nagios3.yaml Set NoEcho: true for parameters containing secrets 2013-09-17 15:18:10 -07:00
notcompute.yaml Set NoEcho: true for parameters containing secrets 2013-09-17 15:18:10 -07:00
nova-compute-group.yaml Set NoEcho: true for parameters containing secrets 2013-09-17 15:18:10 -07:00
nova-compute-instance.yaml Add Ceilometer parameters for the overcloud 2014-01-02 12:07:34 +01:00
overcloud-source.yaml Add Ceilometer parameters for the overcloud 2014-01-02 12:07:34 +01:00
requirements.txt Add release configuration. 2013-10-22 17:49:35 +01:00
setup.cfg Make merge.py installable as a package using pbr 2013-12-17 15:53:08 +02:00
setup.py Add release configuration. 2013-10-22 17:49:35 +01:00
swift-source.yaml Fix case of OpenStack in templates. 2013-11-26 11:20:22 -05:00
test-requirements.txt Add release configuration. 2013-10-22 17:49:35 +01:00
test_merge.bash Make merge.py installable as a package using pbr 2013-12-17 15:53:08 +02:00
tox.ini Add release configuration. 2013-10-22 17:49:35 +01:00
tuskar-source.yaml Name the undercloud resources with 'undercloud'. 2013-11-26 08:58:42 -05:00
undercloud-bm-source.yaml Configure undercloud to use ext4 ephemeral FS 2014-01-06 17:34:21 -08:00
undercloud-source.yaml Add a wait condition to undercloud stack 2014-01-13 14:55:11 +02:00
undercloud-vm-ironic-source.yaml Add undercloud-vm-ironic-source yaml file 2014-01-10 23:31:44 -08:00
undercloud-vm-source.yaml Configure undercloud to use ext4 ephemeral FS 2014-01-06 17:34:21 -08:00

README.md

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'.