heat/tools
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
..
README Adding the sqlalchemy db implmentation 2012-04-02 13:42:56 -04:00
experimental_create.py Add code that shows how to create an instance 2012-03-26 09:18:21 -07:00
experimental_ssh_eventlet.py Add an experimental ssh monitoring script. 2012-03-26 15:18:29 +11:00
heat-keystone-service Fix setting of admin role in keystone service 2012-04-11 17:17:04 +02:00
install_venv.py Add unit test framework nose and associated helper scripts 2012-04-13 17:10:30 -04:00
openstack Fix path to keystonerc 2012-04-11 12:55:57 +10:00
pip-requires Add unit test framework nose and associated helper scripts 2012-04-13 17:10:30 -04:00
test-requires Add unit test framework nose and associated helper scripts 2012-04-13 17:10:30 -04:00
with_venv.sh Add unit test framework nose and associated helper scripts 2012-04-13 17:10:30 -04:00

README

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_create.py
     - Example of creating an keypair and instantiating an instance after
        one has been registered with JEOS create

+ 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