]> review.fuel-infra Code Review - openstack-build/heat-build.git/log
openstack-build/heat-build.git
13 years agoAdd a call to start cape process.
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>
13 years agoHook up the update and delete (not quite working)
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>
13 years agoAdd a very rough-and-ready conversion from json to xml for cape
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>
13 years agoAdd support for getting the template via url else we get RequestUriTooLong
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>
13 years agoAdd missing RequestUriTooLong exception.
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>
13 years agoFix the systemd service section in the template.
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>
13 years agoAdd a disto mapping to get the image name.
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>
13 years agoSimplify the template more.
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>
13 years agoAdd a simple single instance wordpress template
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>
13 years agoRemove openstack copy right assignment as we have not done that yet.
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>
13 years agoAdd a simple in-memory "db" so we can create/list stacks
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>
13 years agoAdd setup.py and friends
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>
13 years agoAdd simple readme
Angus Salkeld [Tue, 13 Mar 2012 11:27:42 +0000 (22:27 +1100)]
Add simple readme

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoFix Parameters
Angus Salkeld [Tue, 13 Mar 2012 11:20:40 +0000 (22:20 +1100)]
Fix Parameters

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoInitial commit (basics copied from glance)
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>