heat/tools
Steven Hardy 409a2705b3 heat tests : fix run_tests.sh pep checks
run_tests.sh parses tox.ini, which has been changed removing the
pep8 version, so remove this test and specify the version in
test-requires.  This allows the pep tests to run via run_tests.sh
again, a subsequent patch can reinstate the version check based
on the test-requires version

fixes bug 1131251

Change-Id: Ib24f588cbe81ded768376c138d9d89f5bb311185
2013-02-21 15:58:38 +00:00
..
README Add a tool to register prebuilt JEOS images into glance from github 2012-08-17 10:11:43 -07:00
cfn-json2yaml Move template-format parsing code into common 2012-11-30 17:05:13 +01:00
experimental_ssh_eventlet.py Get rid of unused imports 2012-12-13 16:04:30 +01:00
fetch-cloudformation-examples Tool to download all Amazon example templates 2012-11-20 16:24:23 +13: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
install_venv.py heat cleanups to align with pep8 1.3.4 2012-12-20 09:26:16 +00:00
integration.sh Add an integration test script 2012-05-21 23:41:17 +02:00
nova_create_flavors.sh Make flavor-list regexp more robust 2013-01-25 18:13:46 +13:00
openstack heat scripts : Avoid using lsb_release in tools/openstack 2013-02-07 11:16:28 +00:00
openstack_ubuntu tools/openstack_ubuntu fix nova-manage network create command 2012-12-17 11:33:54 +00:00
pip-requires heat : bump oslo-config version to fix import error 2013-02-21 10:35:27 +00:00
rst2script.sed Add Getting Started guide to repo 2012-05-11 18:56:12 +02:00
test-requires heat tests : fix run_tests.sh pep checks 2013-02-21 15:58:38 +00:00
test-requires-rpm Add test-requires in RPM package list form 2012-08-27 16:33:59 -04:00
uninstall-heat Rename heat client to heat-cfn. 2012-11-05 12:23:17 +13: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:

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.