RETIRED, Heat templates for deploying OpenStack
Go to file
Chris Krelle 5e23ab27f0 enable Ironic password for keystone auth
The current version of the ironic-source.yaml uses AdminPassword, it
should use the ironic users password and not the admin user password.
The patch corrects an authentication error by adding IronicPassword
to ironic-source.yaml file.

Change-Id: Idbe4950bb3026e2201ddfddc4b58c2bf98972be9
2013-11-20 15:33:52 -08:00
examples Make LaunchConfiguration resources mergeable 2013-10-14 15:30:24 +03:00
.gitignore Add functional tests and examples for merge 2013-09-19 13:02:03 -07:00
.gitreview Update stackforge references to openstack 2013-08-17 22:57:57 -04:00
MANIFEST.in Add release configuration. 2013-10-22 17:49:35 +01:00
Makefile Add metadata to configure swift 2013-11-18 13:34:44 +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
ironic-source.yaml enable Ironic password for keystone auth 2013-11-20 15:33:52 -08:00
merge.py Make LaunchConfiguration resources mergeable 2013-10-14 15:30:24 +03: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 metadata to configure swift 2013-11-18 13:34:44 +00:00
overcloud-source.yaml Add metadata to configure swift 2013-11-18 13:34:44 +00:00
requirements.txt Add release configuration. 2013-10-22 17:49:35 +01:00
setup.cfg Add release configuration. 2013-10-22 17:49:35 +01:00
setup.py Add release configuration. 2013-10-22 17:49:35 +01:00
swift-source.yaml Add metadata to configure swift 2013-11-18 13:34:44 +00:00
test-requirements.txt Add release configuration. 2013-10-22 17:49:35 +01:00
test_merge.bash Make LaunchConfiguration resources mergeable 2013-10-14 15:30:24 +03:00
tox.ini Add release configuration. 2013-10-22 17:49:35 +01:00
tuskar-source.yaml Add tuskar API service configuration 2013-10-14 18:31:23 +03:00
undercloud-bm.yaml Add metadata to configure swift 2013-11-18 13:34:44 +00:00
undercloud-vm.yaml Add metadata to configure swift 2013-11-18 13:34:44 +00: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'.