Angus Salkeld
4abbc9393e
fix delete params (was treated as body)
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Steven Dake
c7a01f18ad
Update readme with correct "raw" url for template
...
Signed-off-by: Steven Dake <sdake@redhat.com>
11 years ago
Steven Dake
a7025cdeb5
Remove erroneous setup operation
...
Signed-off-by: Steven Dake <sdake@redhat.com>
11 years ago
Angus Salkeld
c1e3fea7a6
Install config files properly.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
2cf38556bf
Rename the etc/ files to what they need to be.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
248a693581
Pretty up the README
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
d3ca2e3d37
Add etc to the manifest
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Steven Dake
d67fcf180d
Add a jeos create operation using oz
...
Signed-off-by: Steven Dake <sdake@redhat.com>
11 years ago
Steven Dake
61c12cfebb
Updated README with install directions
...
Signed-off-by: Steven Dake <sdake@redhat.com>
11 years ago
Steven Dake
aa68472a38
Add MANIFEST.in and add a oz tdl for a F16 jeos
...
Signed-off-by: Steven Dake <sdake@redhat.com>
11 years ago
Angus Salkeld
5635b453b4
Merge pull request #12 from markmc/sync-cfg-from-openstack-common
...
Sync cfg from openstack-common
11 years ago
Angus Salkeld
d7256915aa
Merge pull request #11 from markmc/unused-util-code
...
Remove a bunch of unused util code
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Mark McLoughlin
cdc7f5a49c
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.
11 years ago
Mark McLoughlin
4e4126b9e5
Remove a bunch of unused util code
...
Eliminates the dependency on the iso8601 module.
11 years ago
Angus Salkeld
0141f6da2f
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>
11 years ago
Angus Salkeld
0a26758da0
Catch errors better when creating the stack
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
a5fbf17743
Remerge common code with glance.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Ian Main
3fad43a5e2
Add config cp to README doc.
...
Signed-off-by: Ian Main <imain@redhat.com>
11 years ago
Angus Salkeld
072800e2c2
Don't crash if there is no "AWS::CloudFormation::Init" section.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
82888427f3
Move the default port number into common.config
...
It was defined in multiple places.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
0f6375a931
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>
11 years ago
Ian Main
b987031f7c
Fix missing paren.
...
Signed-off-by: Ian Main <imain@redhat.com>
11 years ago
Angus Salkeld
077ff505d2
Add a call to start cape process.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
a76d02e790
Hook up the update and delete (not quite working)
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
a321e3c880
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>
11 years ago
Angus Salkeld
a5ea8a4c55
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>
11 years ago
Angus Salkeld
97b6c95df0
Add missing RequestUriTooLong exception.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
da35a068e9
Fix the systemd service section in the template.
...
To be consistent with the sysvinit one.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
c0b95312c4
Add a disto mapping to get the image name.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
83ba8d9519
Simplify the template more.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
7739de101e
Add a simple single instance wordpress template
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
2fde25bc11
Remove openstack copy right assignment as we have not done that yet.
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
fc413d9327
Add a simple in-memory "db" so we can create/list stacks
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
41d167c560
Add setup.py and friends
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
38de4d2564
Add simple readme
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
ca303152e6
Fix Parameters
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago
Angus Salkeld
3b9c41fb6c
Initial commit (basics copied from glance)
...
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
11 years ago