Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-10 | Provide values for all nova compute params needed. | Clint Byrum | 1 | -17/+15 | |
Previously these would have to be set for overcloud at runtime, but we have good sane defaults now, and for nova-compute-instance we are able to feed them in using the appropriate references with Fn::GetAtt. Change-Id: Idfff2885bf2afa58b2dec84f06639198e411eae2 | |||||
2013-07-10 | Generate overcloud.yaml using overcloud-source. | Clint Byrum | 1 | -2/+2 | |
This new version does not need any nested stacks and correctly references notcompute. Change-Id: I16f846f7983a956b5159d17bef85cf6a87d69b45 | |||||
2013-07-10 | Add an example of Type: FileInclude. | Clint Byrum | 1 | -0/+140 | |
Change-Id: Ie9d45ea5e26e38e8782e7a3d0a626e36090f5388 | |||||
2013-07-10 | Add handling of parameter replacements. | Clint Byrum | 1 | -0/+21 | |
We will need to replace the use of Parameters in the included template with actual values in many cases. Change-Id: I95fc9116dc2bba74c31d5570851c5c4eb476291a | |||||
2013-07-10 | Add FileInclude special type. | Clint Byrum | 1 | -0/+7 | |
We need to be able to combine pieces without uploading bits to an accessible URL. Change-Id: If0cec8ce7c77fed786d54dd0af2eb7823c088920 | |||||
2013-07-10 | Quantum -> Neutron rename | Derek Higgins | 9 | -55/+55 | |
Almost all references to quantum have been changed neutron in tripleo-image-elements. Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181 | |||||
2013-07-10 | Update boot-stack vm image for overcloud use. | Robert Collins | 1 | -1/+1 | |
We now have an undercloud specific template, so we can use bootstack-vm specifically for the overcloud control plane. Change-Id: I06eb2b1d00e4d2211b632a06880aed51f01762ff | |||||
2013-07-10 | Set a default image name for compute nodes. | Robert Collins | 2 | -0/+2 | |
Defaults that match devtest.md will make adoption easier. Change-Id: I6b8c2b13cada5454ff52681451f9124b67ea44a9 | |||||
2013-07-10 | Make merge.py output deterministic. | Robert Collins | 1 | -4/+4 | |
The current code uses dictionary sort order which is defined as being an undefined order. Since humans review .yaml files having them sorted is a good thing. Change-Id: I43a31530bc042750448ac904c0c22f9a59b09b4d | |||||
2013-07-10 | Refine the Makefile rules. | Robert Collins | 1 | -2/+3 | |
The make rules in use were duplicative, which leads to maintenance headaches. Change-Id: Ic9e37796422caa2427c1575eb776c5d6a98516c3 | |||||
2013-07-09 | Update bootstack-vm to match undercloud. | Clint Byrum | 2 | -17/+27 | |
Also add Makefile stanza to produce overcoud.yaml from bootstack-vm and nova-compute-group. This should allow independent usage of nova-compute-group without having to manually update overcloud. Change-Id: Id2bd20596e6be887b55019fdad31e6b0f4762eb7 | |||||
2013-07-09 | Update nova-compute-instance URL. | Clint Byrum | 1 | -1/+1 | |
Heat must download nested stack templates from a static URL. We have chosen a reasonable default, the official repository for tripleo-heat-templates. Change-Id: I9f8f1f3d3ec6492cf3891fab4fe793e05e703eb5 | |||||
2013-07-08 | Merge "Update undercloud-vm for new networking config." | Jenkins | 1 | -6/+4 | |
2013-07-06 | Update nagios3.yaml to reflect changes to the postfix element. | Chris Krelle | 1 | -1/+20 | |
Recent changes to the postfix element added new parameters so the nagios3 template needed to updated to ensure postfix works as expected. Change-Id: I0a9eb8e0988470888f35adcc426ccd314f93b301 Authored-by: Chris Krelle <nobodycam@gmail.com> | |||||
2013-07-06 | Update undercloud-vm for new networking config. | Robert Collins | 1 | -6/+4 | |
It is currently broken due to mismatched config keys. Change-Id: If3ce934730cb974af7bcd7c6b3134e499f4e2a0d | |||||
2013-07-03 | Remove reference to KeystoneLaunch | Derek Higgins | 1 | -1/+1 | |
This resource was remove in 6504e6bd09b8b3b14ce56490ea3e17daf8cc0a93 "Simplify keystone into one instance." Change-Id: Iea1502e4f00539abc4b8d04ea37e55c2133f7ae7 | |||||
2013-06-27 | A template for dev-test underclouds. | Robert Collins | 1 | -0/+129 | |
Change-Id: Ibf59b34341129712c0e3187aa87ac90c092a74a7 | |||||
2013-06-27 | Ignore editor files. | Robert Collins | 1 | -0/+3 | |
Change-Id: I2bf716cae119ccc8a4b4fa6fae4caa7444156526 | |||||
2013-06-20 | Fixup https://review.openstack.org/#/c/33308. | Robert Collins | 2 | -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-19 | Merge "Remove references to Fn::GetAtt." | Jenkins | 2 | -6/+3 | |
2013-06-19 | Remove references to Fn::GetAtt. | Derek Higgins | 2 | -6/+3 | |
These were causing a Circular dependency error during the creation of a stack. Change-Id: Iccdf4a081f38aa3a5fe0e250b9e9382958a0f26e | |||||
2013-06-19 | Merge "Fix default mysql usernames." | Jenkins | 1 | -3/+3 | |
2013-06-19 | Merge "Adding floatingip_start and floatingip_end to heat template." | Jenkins | 1 | -0/+2 | |
2013-06-19 | Merge "Add sample template for nagios3 element." | Jenkins | 1 | -0/+81 | |
2013-06-19 | Fix default mysql usernames. | Derek Higgins | 1 | -3/+3 | |
Username heat looks like it got copy and pasted. Change-Id: I40666b8e80df7424e223b317ab4c9d6f614c43e6 | |||||
2013-06-19 | Adding floatingip_start and floatingip_end to heat template. | Derek Higgins | 1 | -0/+2 | |
These are needed by the quantum-network-node element Change-Id: Ic89b7f25752778aa2145768152bbc6e634ea3e5f | |||||
2013-06-18 | Add sample template for nagios3 element. | Chris Krelle | 1 | -0/+81 | |
Change-Id: I02a80a371a8ca493f4e143def82215f33b29ac6c Authored-by: Chris Krelle <nobodycam@gmail.com> | |||||
2013-06-12 | Parameterise more settings for nova and quantum. | Robert Collins | 1 | -4/+12 | |
Change-Id: Ia35431302848666ad013adaeae1d06482cd3117a | |||||
2013-06-12 | Add .gitreview setup. | Robert Collins | 1 | -0/+4 | |
Change-Id: I22855e7f3c77984ffc81ebf00e62cb78839e63a7 | |||||
2013-06-06 | Nested stack of nova-compute-instance.yaml | Clint Byrum | 2 | -0/+78 | |
2013-06-06 | New single instance nova-compute. | Clint Byrum | 1 | -0/+83 | |
2013-06-06 | Adding bootstack-vm template. | Clint Byrum | 1 | -0/+100 | |
2013-06-06 | PrivateIp is not assigned yet, plus 127.0.0.1 will work fine | Clint Byrum | 1 | -3/+3 | |
2013-06-06 | Fixed the nova-compute template. | Cody A.W. Somerville | 1 | -4/+8 | |
2013-06-06 | Pushing passwords into mysql and other fixes. | Clint Byrum | 1 | -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-06 | Hand modifying notcompute to work with elements. | Clint Byrum | 1 | -245/+43 | |
2013-06-06 | Adding username/password for Nova in notcompute. | Clint Byrum | 2 | -0/+42 | |
2013-06-06 | Hand modified notcompute.yaml to work properly. | Clint Byrum | 1 | -11/+65 | |
2013-06-06 | Remove unused NovaAPISize from nova-api | Clint Byrum | 1 | -3/+0 | |
2013-06-06 | Use slave roles in Makefile. | Clint Byrum | 1 | -1/+1 | |
2013-06-06 | Add a Makefile for regenerating common merges | Clint Byrum | 1 | -0/+4 | |
2013-06-06 | Removing unused TemplateURL | Clint Byrum | 6 | -18/+0 | |
2013-06-06 | Add glance heat and keystone to notcompute | Clint Byrum | 1 | -2/+40 | |
2013-06-06 | Make descriptions less redundant. | Clint Byrum | 11 | -12/+12 | |
2013-06-06 | Adding OpenStack:: hints to engine | Clint Byrum | 1 | -0/+2 | |
2013-06-06 | Simplify keystone into one instance. | Clint Byrum | 1 | -8/+2 | |
2013-06-06 | Add a smaller scale heat-allinone template. | Clint Byrum | 1 | -0/+59 | |
2013-06-06 | Add a 'notcompute' template. | Clint Byrum | 1 | -0/+254 | |
2013-06-06 | Add ability to combine roles into one role. | Clint Byrum | 6 | -3/+31 | |
2013-06-06 | Support DependsOn | Clint Byrum | 1 | -0/+3 | |