]>
review.fuel-infra Code Review - openstack-build/heat-build.git/log
summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Angus Salkeld [Fri, 16 Mar 2012 00:02:00 +0000 (11:02 +1100)]
Don't crash if there is no "AWS::CloudFormation::Init" section.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 23:12:45 +0000 (10:12 +1100)]
Move the default port number into common.config
It was defined in multiple places.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 22:05:20 +0000 (09:05 +1100)]
Change the default port references to DEFAULT_PORT
If we need to change it again then this will make it easier.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Ian Main [Thu, 15 Mar 2012 19:22:00 +0000 (12:22 -0700)]
Fix missing paren.
Signed-off-by: Ian Main <imain@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 11:25:45 +0000 (22:25 +1100)]
Add a call to start cape process.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 11:24:42 +0000 (22:24 +1100)]
Hook up the update and delete (not quite working)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 10:34:43 +0000 (21:34 +1100)]
Add a very rough-and-ready conversion from json to xml for cape
This needs lots of improvements. And is only tested
with templates/WordPress_Single_Instance.template
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 10:22:05 +0000 (21:22 +1100)]
Add support for getting the template via url else we get RequestUriTooLong
The nutty cloudforms api passes the template in via parameters.
TemplateUrl is better.
try:
./bin/heat create my_stack --template-url=https://raw.github.com/asalkeld/heat/master/templates/WordPress_Single_Instance.template
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 05:49:50 +0000 (16:49 +1100)]
Add missing RequestUriTooLong exception.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 05:49:10 +0000 (16:49 +1100)]
Fix the systemd service section in the template.
To be consistent with the sysvinit one.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 04:08:59 +0000 (15:08 +1100)]
Add a disto mapping to get the image name.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Thu, 15 Mar 2012 02:43:15 +0000 (13:43 +1100)]
Simplify the template more.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Wed, 14 Mar 2012 23:40:02 +0000 (10:40 +1100)]
Add a simple single instance wordpress template
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Wed, 14 Mar 2012 22:36:51 +0000 (09:36 +1100)]
Remove openstack copy right assignment as we have not done that yet.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Wed, 14 Mar 2012 02:02:53 +0000 (13:02 +1100)]
Add a simple in-memory "db" so we can create/list stacks
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Tue, 13 Mar 2012 22:25:54 +0000 (09:25 +1100)]
Add setup.py and friends
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Tue, 13 Mar 2012 11:27:42 +0000 (22:27 +1100)]
Add simple readme
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Tue, 13 Mar 2012 11:20:40 +0000 (22:20 +1100)]
Fix Parameters
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld [Tue, 13 Mar 2012 10:48:07 +0000 (21:48 +1100)]
Initial commit (basics copied from glance)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>