From 903529c05a7767344c5ea56bf77820257b3e5be2 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 27 Mar 2012 10:35:47 -0700 Subject: [PATCH] Add README to tools directory to help point out what files do Signed-off-by: Steven Dake --- tools/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tools/README diff --git a/tools/README b/tools/README new file mode 100644 index 0000000000..c143f60cfa --- /dev/null +++ b/tools/README @@ -0,0 +1,21 @@ +Files in this directory are general developer tools or examples of how +to do certain activities. + +----- +Tools +----- + ++ experimental_create.py + - Example of creating an keypair and instantiating an instance after + one has been registered with JEOS create + ++ openstack - WARNING COULD DESTROY DATA + - Installs, Uninstalls, starts, and stops openstack from the RPM repoistory + 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. + ++ experimental_ssh_eventlet.py + - Example of using ssh inside python with eventlets.