]> review.fuel-infra Code Review - openstack-build/heat-build.git/log
openstack-build/heat-build.git
13 years agoPretty up the README
Angus Salkeld [Mon, 19 Mar 2012 11:51:55 +0000 (22:51 +1100)]
Pretty up the README

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoAdd etc to the manifest
Angus Salkeld [Mon, 19 Mar 2012 11:44:25 +0000 (22:44 +1100)]
Add etc to the manifest

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoAdd a jeos create operation using oz
Steven Dake [Mon, 19 Mar 2012 04:55:19 +0000 (21:55 -0700)]
Add a jeos create operation using oz

Signed-off-by: Steven Dake <sdake@redhat.com>
13 years agoUpdated README with install directions
Steven Dake [Mon, 19 Mar 2012 03:24:23 +0000 (20:24 -0700)]
Updated README with install directions

Signed-off-by: Steven Dake <sdake@redhat.com>
13 years agoAdd MANIFEST.in and add a oz tdl for a F16 jeos
Steven Dake [Mon, 19 Mar 2012 03:20:41 +0000 (20:20 -0700)]
Add MANIFEST.in and add a oz tdl for a F16 jeos

Signed-off-by: Steven Dake <sdake@redhat.com>
13 years agoMerge pull request #12 from markmc/sync-cfg-from-openstack-common
Angus Salkeld [Fri, 16 Mar 2012 22:09:41 +0000 (15:09 -0700)]
Merge pull request #12 from markmc/sync-cfg-from-openstack-common

Sync cfg from openstack-common

13 years agoMerge pull request #11 from markmc/unused-util-code
Angus Salkeld [Fri, 16 Mar 2012 22:05:30 +0000 (15:05 -0700)]
Merge pull request #11 from markmc/unused-util-code

Remove a bunch of unused util code

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoSync cfg from openstack-common
Mark McLoughlin [Fri, 16 Mar 2012 15:47:07 +0000 (11:47 -0400)]
Sync cfg from openstack-common

Use openstack-common's update script to sync it to the latest.

Add some dire warnings that changes should be made in the upstream
copy of the code first.

13 years agoRemove a bunch of unused util code
Mark McLoughlin [Fri, 16 Mar 2012 15:28:34 +0000 (11:28 -0400)]
Remove a bunch of unused util code

Eliminates the dependency on the iso8601 module.

13 years agoAdd a cape event listener.
Angus Salkeld [Fri, 16 Mar 2012 12:24:52 +0000 (23:24 +1100)]
Add a cape event listener.

For the moment just log the event, could do more
with the events later.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoCatch errors better when creating the stack
Angus Salkeld [Fri, 16 Mar 2012 01:09:42 +0000 (12:09 +1100)]
Catch errors better when creating the stack

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoRemerge common code with glance.
Angus Salkeld [Fri, 16 Mar 2012 01:08:53 +0000 (12:08 +1100)]
Remerge common code with glance.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
13 years agoAdd config cp to README doc.
Ian Main [Fri, 16 Mar 2012 00:15:05 +0000 (17:15 -0700)]
Add config cp to README doc.

Signed-off-by: Ian Main <imain@redhat.com>
13 years agoDon't crash if there is no "AWS::CloudFormation::Init" section.
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>
13 years agoMove the default port number into common.config
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>
13 years agoChange the default port references to DEFAULT_PORT
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>
13 years agoFix missing paren.
Ian Main [Thu, 15 Mar 2012 19:22:00 +0000 (12:22 -0700)]
Fix missing paren.

Signed-off-by: Ian Main <imain@redhat.com>
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>