heat/tools
Tomas Sedovic ba49964211 Add qpid-cpp-server to the openstack setup script
Change-Id: Ie63b1031583091b5bdfd52f79e59b841f21ee778
2012-06-04 16:44:20 +02:00
..
README Modified README in tools directory to explain a few more tools 2012-05-01 10:02:48 -07:00
experimental_ssh_eventlet.py Allowed the database call to return no parsed template. 2012-05-10 15:31:31 -04:00
heat-db-drop Allow the Getting Started script to run non-interactively 2012-05-14 16:03:49 +02: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
integration.sh Add an integration test script 2012-05-21 23:41:17 +02:00
openstack Add qpid-cpp-server to the openstack setup script 2012-06-04 16:44:20 +02:00
pip-requires Finish necessary changes related to jeos_create move 2012-04-27 16:53:28 -04:00
rst2script.sed Add Getting Started guide to repo 2012-05-11 18:56:12 +02:00
test-requires Align with project standards. 2012-05-21 16:48:34 -07:00
uninstall-heat Improvements to uninstall script 2012-05-21 14:53:03 +02: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_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:

+ 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.

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