a8899b0dbb
glance-jeos-add-from-github.sh has not been edited since 2012-08-20, and its image links have been broken (according to Google cache) for a minimum of 9 months. The functionality of the script seems to be superceded by the handy-dandy diskimage-builder tool. See http://docs.openstack.org/developer/heat/getting_started/jeos_building.html for more info about diskimage-builder workflow. Change-Id: I99880f1cca4af84fa7193d749a7c8f6957bb0b78 Partial-Bug: 1338066
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
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.
|