22 Commits

Author SHA1 Message Date
Steven Dake
aa02d3270e Add a tools/heat-db-drop script for fatal error recovery
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-04-15 18:53:39 -07:00
Jeff Peeler
2f8e95baec Add unit test framework nose and associated helper scripts
For usage documentation, refer to heat/tests/testing-overview.txt.
run_tests.sh is what runs the tests.

Fixes #44

Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
2012-04-13 17:10:30 -04:00
Zane Bitter
34962ac074 Fix setting of admin role in keystone service
The script was looking for the "admin" user instead of the "admin" *role*.

Signed-off-by: Zane Bitter <zbitter@redhat.com>
2012-04-11 17:17:04 +02:00
Angus Salkeld
2c492583e1 Fix path to keystonerc
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-04-11 12:55:57 +10:00
Angus Salkeld
56e8d80630 Get the volumes working properly.
Tested with:
heat create wp_ebs -t ./templates/WordPress_Single_Instance_With_EBS_Volume.template --parameters="InstanceType=m1.xlarge;KeyName=my_key"

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-04-09 22:23:42 +10:00
Chris Alfonso
04d73a59ba Adding the sqlalchemy db implmentation 2012-04-02 13:42:56 -04:00
Steven Dake
daa4fc256b Updated openstack script to print a note about the default network
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-04-02 07:03:40 -07:00
Steven Dake
5b400fbe18 Show how to create a network after using the openstack tools script
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-04-01 10:33:28 -07:00
Steven Dake
9b0af6de59 Make create Working with recent glance mysql changes in F16/F17 RPMs
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-30 10:46:29 -07:00
Steven Dake
a1e9714473 Add mysql db creation for glance
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-30 08:52:11 -07:00
Angus Salkeld
93726e0567 Fix the service toke and endpoint
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-03-30 15:36:26 +11:00
Angus Salkeld
682f1041c5 Add script to add heat service catalog into keystone
Note the user add is not working for me. But could
be because I have partly done this a couple of times.

This is based off of:
https://github.com/openstack/keystone/blob/master/tools/sample_data.sh

Related to issue #31

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-03-30 13:51:24 +11:00
Steven Dake
2198a722a4 Fix spelling error
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-28 11:22:30 -07:00
Steven Dake
903529c05a Add README to tools directory to help point out what files do
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-27 10:35:47 -07:00
Steven Dake
fbd62cb9c7 Add error checking and help to tool
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-26 09:30:18 -07:00
Steven Dake
b4b6ac333e Add a missing tab
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-26 09:20:02 -07:00
Steven Dake
d6fb3be156 Add code that shows how to create an instance
This creates an instance with a keypair, and saves the private key to
/tmp/private_key.

Then:
ssh -i /tmp/private_key 10.0.0.x where x is the IP address

Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-26 09:18:21 -07:00
Angus Salkeld
88b77d2bed Add an experimental ssh monitoring script.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-03-26 15:18:29 +11:00
Steven Dake
bce24c6aa6 Some glance keystone changes from getting started guide
https://fedoraproject.org/w/index.php?title=Getting_started_with_OpenStack_on_Fedora_17&diff=prev&oldid=279696

Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-23 08:37:59 -07:00
Steven Dake
51ecb350c9 Updated with latest F17 nova auth fix
https://fedoraproject.org/w/index.php?title=Getting_started_with_OpenStack_on_Fedora_17&diff=next&oldid=279621

Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-23 08:16:29 -07:00
Steven Dake
7d290c2032 install/erase working better
nova command operations not quite right yet

Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-22 23:54:46 -07:00
Angus Salkeld
6c39ee3521 Add a openstack helper install script
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-03-23 15:54:46 +11:00