heat/tools
Steve Baker a5510ea245 Implement the AWS::S3::Bucket resource type.
An attempt was made to make created bucket names readable and unique.
Names are of the format heat-<resource name>-<random hex>. eg:
heat-S3Bucket-b420d12d02e5d6e46f13

Only the swift v2 auth is currently supported, which means swift will need to
use keystone for auth. This may be a valid assumption for any environment that
is running Heat.

When DeletionPolicy is Delete then an attempt is made to delete the container,
but the stack will still be deleted if container delete fails.

Run the template S3_Single_Instance.template to give it a try.

Functional tests will be coming in a later change.

Change-Id: Ifa2c3c4fcbdb00a44f8c6b347a61f8e1735e8328
2012-09-11 16:00:17 +12:00
..
experimental_ssh_eventlet.py Allowed the database call to return no parsed template. 2012-05-10 15:31:31 -04:00
glance-jeos-add-from-github.sh heat tools : glance-jeos-add-from-github avoid duplicates 2012-08-20 13:02:46 +01:00
heat-db-drop heat tools : heat-db-drop prompt for missing password 2012-07-05 10:46:53 +01:00
heat-keystone-service Switch to keystone service_type=orchestration. 2012-09-05 08:17:45 +12:00
heat-keystone-service-devstack Switch to keystone service_type=orchestration. 2012-09-05 08:17:45 +12:00
install_venv.py Add unit test framework nose and associated helper scripts 2012-04-13 17:10:30 -04:00
integration.sh Add an integration test script 2012-05-21 23:41:17 +02:00
nova_create_flavors.sh heat tools : nova_create_flavors.sh additional retry logic 2012-09-10 15:52:36 +01:00
openstack heat tools : check services running after openstack install 2012-09-10 15:49:44 +01:00
pip-requires Implement the AWS::S3::Bucket resource type. 2012-09-11 16:00:17 +12:00
README Add a tool to register prebuilt JEOS images into glance from github 2012-08-17 10:11:43 -07:00
rst2script.sed Add Getting Started guide to repo 2012-05-11 18:56:12 +02:00
test-requires Split functional test into standalone and utility class 2012-08-23 13:31:42 -04:00
test-requires-rpm Add test-requires in RPM package list form 2012-08-27 16:33:59 -04:00
uninstall-heat Rename heat-api to heat-api-cfn 2012-09-06 16:11:24 +02:00
with_venv.sh Add unit test framework nose and associated helper scripts 2012-04-13 17:10:30 -04:00

Files in this directory are general developer tools or examples of how
to do certain activities.

If you're running on F16, make sure you first enable the preview yum repository
http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17#Preview_Repository_for_Fedora_16

-----
Tools
-----

+ experimental_ssh_eventlet.py
     - Example of using ssh inside python with eventlets.

+ openstack - WARNING COULD DESTROY DATA
    - Installs, Uninstalls, starts, and stops openstack from the RPM repository
      on F16 or F17.  This provides a consistent way for developers to deploy
      openstack in a consistent painless way.

      THIS IS NOT INTENDED FOR END USERS AS IT COULD PERMANENTLY DESTROY DATA
      AND DOES NOT PROPERLY SECURE THE INSTALLATION.

      note: This tool does not create a network.  Creating a network depends
            on the specific environment, but an example network creation:

sudo nova-manage network create demonet 10.0.0.0/24 1 256 --bridge=demonetbr0

+ heat-keystone-setup
    - This tool configures keystone for use with the heat service  the first
       time openstack is installed.

+ heat-db-drop
    - This script drops the heat database from mysql in the case of developer
      data corruption or erasing heat.

+ glance-jeos-add-from-github.sh
    - Register all JEOS images from github prebuilt repositories.
      This takes about 1 hour on a typical wireless connection.