RETIRED, Heat templates for deploying OpenStack
Go to file
Jan Provaznik 8fc307cc22 Add parameters for setting up keystone keys/certs in undercloud
This will allow us distribute identical keys/certs to all
control nodes in HA mode.

CAKey was removed because it's not required by keystone.

Change-Id: I187492d5fac448e57f8cd687f9cb751520df5921
2014-06-25 09:23:35 +02:00
examples Fix Merge::Map for scatter-gather in Configs. 2014-03-06 12:38:34 +13:00
tripleo_heat_merge Switch overcloud to software-config 2014-04-16 14:10:48 +12:00
.gitignore Remove the tuskar-source template 2014-06-04 12:16:24 +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 "Remove the tuskar-source template" 2014-06-10 20:09:36 +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-nfs.yaml Stop using notCompute in favor of controller 2014-04-09 13:26:41 -04:00
block-storage.yaml Merge "Specify group os-apply-config for config resources" 2014-05-20 15:56:07 +00:00
controller.yaml Stop using notCompute in favor of controller 2014-04-09 13:26:41 -04:00
debian-mirror.yaml Add a debian-mirror heat template 2014-01-31 16:57:14 +11:00
nagios3.yaml Replace nagios3 template with HOT rewrite 2014-06-09 00:57:43 -07:00
nfs-server-source.yaml Stop using notCompute in favor of controller 2014-04-09 13:26:41 -04:00
nova-compute-config.yaml Merge "Configure NTP for overcloud compute" 2014-05-20 16:30:17 +00:00
nova-compute-group.yaml Add username parameter for rabbit 2014-02-17 11:07:28 -08:00
nova-compute-instance.yaml Merge "Sequence deploys - compute after control plane." 2014-06-03 11:22:36 +00:00
overcloud-source.yaml Add parameters for setting up keystone keys/certs in undercloud 2014-06-25 09:23:35 +02: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
ssl-source.yaml Setup SSL for Ceilometer 2014-06-04 11:33:21 +00:00
swift-deploy.yaml Adding Swift proxy-server memcache metadata 2014-04-17 13:47:57 +01:00
swift-source.yaml Merge "Adding Swift proxy-server memcache metadata" 2014-05-21 13:06:42 +00:00
swift-storage-source.yaml Fixes to swift-storage-source.yaml 2014-05-22 08:46:35 +01:00
test-requirements.txt Add release configuration. 2013-10-22 17:49:35 +01:00
test_merge.bash Add a Merge::Map feature. 2014-02-21 11:13:10 +13:00
tox.ini Add release configuration. 2013-10-22 17:49:35 +01:00
undercloud-bm-nova-config.yaml Move to software-config for the undercloud. 2014-06-03 13:43:17 +01:00
undercloud-bm-nova-deploy.yaml Move to software-config for the undercloud. 2014-06-03 13:43:17 +01:00
undercloud-source.yaml Add parameters for setting up keystone keys/certs in undercloud 2014-06-25 09:23:35 +02:00
undercloud-vm-ironic-config.yaml Move to software-config for the undercloud. 2014-06-03 13:43:17 +01:00
undercloud-vm-ironic-deploy.yaml Move to software-config for the undercloud. 2014-06-03 13:43:17 +01:00
undercloud-vm-nova-config.yaml Move to software-config for the undercloud. 2014-06-03 13:43:17 +01:00
undercloud-vm-nova-deploy.yaml Move to software-config for the undercloud. 2014-06-03 13:43:17 +01: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'.