RETIRED, Heat templates for deploying OpenStack
Go to file
Clint Byrum 5e5d633451 Defer to element mysql.innodb_buffer_pool_size
Choosing 100MB here is not a production default. We also don't need two
places with the default value set. The closer a default is to the actual
usage of it, the better, so we'll set 0 here, which will defer to the
default in the element.

Change-Id: I1b41b604286245c2fb83249778db835253c02fc5
2014-05-08 08:33:01 -07: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 Adds block-storage-nfs template 2014-03-07 14:58:02 -05: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 Switch overcloud to software-config 2014-04-16 14:10:48 +12: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 Make size of loop device used by cinder LVM configurable 2014-04-25 13:19:52 +01: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 Set NoEcho: true for parameters containing secrets 2013-09-17 15:18:10 -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 Add passthrough configuration glue. 2014-04-18 08:07:52 +12:00
nova-compute-group.yaml Add username parameter for rabbit 2014-02-17 11:07:28 -08:00
nova-compute-instance.yaml Add passthrough configuration glue. 2014-04-18 08:07:52 +12:00
overcloud-source.yaml Defer to element mysql.innodb_buffer_pool_size 2014-05-08 08:33:01 -07: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 Switch overcloud to software-config 2014-04-16 14:10:48 +12:00
swift-deploy.yaml Switch overcloud to software-config 2014-04-16 14:10:48 +12:00
swift-source.yaml Switch overcloud to software-config 2014-04-16 14:10:48 +12:00
swift-storage-source.yaml Switch overcloud to software-config 2014-04-16 14:10:48 +12: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
tuskar-source.yaml Name the undercloud resources with 'undercloud'. 2013-11-26 08:58:42 -05:00
undercloud-bm-source.yaml Increase PXE deployment timeout for overcloud 2014-04-23 17:00:13 +00:00
undercloud-source.yaml Defer to element mysql.innodb_buffer_pool_size 2014-05-08 08:33:01 -07:00
undercloud-vm-ironic-source.yaml Fix Ironic templates 2014-03-25 14:04:52 +13:00
undercloud-vm-source.yaml Increase PXE deployment timeout for overcloud 2014-04-23 17:00:13 +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'.