aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Ignore editor files.Robert Collins1-0/+3
Change-Id: I2bf716cae119ccc8a4b4fa6fae4caa7444156526
2013-06-20Fixup https://review.openstack.org/#/c/33308.Robert Collins2-3/+3
The local_ip value of 127.0.0.1 breaks clusters. Using 0.0.0.0 will have the right value when the heat-localip element is used. Change-Id: Id0da5d46c60e808944a40bcaf05f1072be55eed7
2013-06-19Merge "Remove references to Fn::GetAtt."Jenkins2-6/+3
2013-06-19Remove references to Fn::GetAtt.Derek Higgins2-6/+3
These were causing a Circular dependency error during the creation of a stack. Change-Id: Iccdf4a081f38aa3a5fe0e250b9e9382958a0f26e
2013-06-19Merge "Fix default mysql usernames."Jenkins1-3/+3
2013-06-19Merge "Adding floatingip_start and floatingip_end to heat template."Jenkins1-0/+2
2013-06-19Merge "Add sample template for nagios3 element."Jenkins1-0/+81
2013-06-19Fix default mysql usernames.Derek Higgins1-3/+3
Username heat looks like it got copy and pasted. Change-Id: I40666b8e80df7424e223b317ab4c9d6f614c43e6
2013-06-19Adding floatingip_start and floatingip_end to heat template.Derek Higgins1-0/+2
These are needed by the quantum-network-node element Change-Id: Ic89b7f25752778aa2145768152bbc6e634ea3e5f
2013-06-18Add sample template for nagios3 element.Chris Krelle1-0/+81
Change-Id: I02a80a371a8ca493f4e143def82215f33b29ac6c Authored-by: Chris Krelle <nobodycam@gmail.com>
2013-06-12Parameterise more settings for nova and quantum.Robert Collins1-4/+12
Change-Id: Ia35431302848666ad013adaeae1d06482cd3117a
2013-06-12Add .gitreview setup.Robert Collins1-0/+4
Change-Id: I22855e7f3c77984ffc81ebf00e62cb78839e63a7
2013-06-06Nested stack of nova-compute-instance.yamlClint Byrum2-0/+78
2013-06-06New single instance nova-compute.Clint Byrum1-0/+83
2013-06-06Adding bootstack-vm template.Clint Byrum1-0/+100
2013-06-06PrivateIp is not assigned yet, plus 127.0.0.1 will work fineClint Byrum1-3/+3
2013-06-06Fixed the nova-compute template.Cody A.W. Somerville1-4/+8
2013-06-06Pushing passwords into mysql and other fixes.Clint Byrum1-1/+23
Generating and distributing usernames/passwords is just too complicated with Heat at this stage, so we need to push them into mysql from the template.
2013-06-06Hand modifying notcompute to work with elements.Clint Byrum1-245/+43
2013-06-06Adding username/password for Nova in notcompute.Clint Byrum2-0/+42
2013-06-06Hand modified notcompute.yaml to work properly.Clint Byrum1-11/+65
2013-06-06Remove unused NovaAPISize from nova-apiClint Byrum1-3/+0
2013-06-06Use slave roles in Makefile.Clint Byrum1-1/+1
2013-06-06Add a Makefile for regenerating common mergesClint Byrum1-0/+4
2013-06-06Removing unused TemplateURLClint Byrum6-18/+0
2013-06-06Add glance heat and keystone to notcomputeClint Byrum1-2/+40
2013-06-06Make descriptions less redundant.Clint Byrum11-12/+12
2013-06-06Adding OpenStack:: hints to engineClint Byrum1-0/+2
2013-06-06Simplify keystone into one instance.Clint Byrum1-8/+2
2013-06-06Add a smaller scale heat-allinone template.Clint Byrum1-0/+59
2013-06-06Add a 'notcompute' template.Clint Byrum1-0/+254
2013-06-06Add ability to combine roles into one role.Clint Byrum6-3/+31
2013-06-06Support DependsOnClint Byrum1-0/+3
2013-06-06Replace in AllowedResourcesClint Byrum1-0/+5
2013-06-06Create a utility for merging templates.Clint Byrum4-0/+101
2013-06-06Fix type-o in rabbitmq.yaml.Clint Byrum1-1/+1
2013-05-09Adding nova-api and finishing nova-compute split.Clint Byrum2-5/+88
2013-05-09Splitting nova-api and nova-compute.Clint Byrum1-6/+14
2013-05-09Fixes for nova element changes.Clint Byrum1-3/+0
2013-05-09Adding a (non-working) nova template.Clint Byrum1-0/+83
2013-05-09Fixes for quantum templateClint Byrum1-1/+2
2013-05-08Add a template for OpenStack Networking (Quantum).Clint Byrum1-0/+77
2013-05-08Add glance to mysql and base.Clint Byrum2-4/+37
2013-05-08Merge github.com:SpamapS/templatesClint Byrum0-0/+0
Conflicts: generic-user.yaml
2013-05-08Fix swift Metadata section.Clint Byrum1-2/+3
2013-05-06Un-do all use of generic-user.yaml and remove it.Clint Byrum2-36/+28
This was a rather experimental way to try and create some generic templates in Heat. But the AllowedResources can only refer to resources inside the template itself, so this is useless.
2013-05-06Cannot use generic-user.yaml, copy/paste inClint Byrum1-7/+19
2013-05-07Try List param againClint Byrum1-1/+1
2013-05-07CommaSeparatedList -> CommaDelimitedListClint Byrum1-1/+1
2013-05-07Merge branch 'FIX-GENERIC'Clint Byrum1-1/+1