~ubuntu-core-dev/eucalyptus/euca2ools

169 by Dmitrii Zagorodnov
put general description into README, pointing to INSTALL for build and run
1
Euca2ools: Command-line tools for interacting with Amazon EC2 and S3 
2
           API-compatible Web services using the REST/Query API.
3
4
Euca2ools are command-line tools for interacting with Web services that 
5
export a REST/Query-based API compatible with Amazon EC2 and S3 services.
6
The tools can be used with both Amazon's services and with installations 
7
of the Eucalyptus open-source cloud-computing infrastructure.  The tools 
8
were inspired by command-line tools distributed by Amazon (api-tools and 
9
ami-tools) and largely accept the same options and environment variables.
10
However, these tools were implemented from scratch in Python, relying on 
11
the Boto AWS library and M2Crypto toolkit.
12
177 by Neil
fixed a typo
13
Here is the summary of the tasks that can be accomplished with these tools:
169 by Dmitrii Zagorodnov
put general description into README, pointing to INSTALL for build and run
14
170 by Dmitrii Zagorodnov
fixed up the docs included with the tools
15
- Query of availability zones (i.e. clusters in Eucalyptus)
169 by Dmitrii Zagorodnov
put general description into README, pointing to INSTALL for build and run
16
- SSH key management (add, list, delete)
17
- VM control (start, list, stop, reboot)
18
- Security group management (firewall configuration)
19
- Volume and snapshot management (attach, list, detach, create, bundle, delete)
20
- Image management (bundle, upload, register, list, deregister)
21
- IP address management (allocate, associate, list, release)
22
- Console output retrieval
23
24
Please, consult the INSTALL file for instructions on installation
25
and running the tools.  COPYING file covers the legal matters, such
26
as the license.  For more information, please see:
27
28
Euca2ools: http://open.eucalyptus.com/wiki/Documentation
29
     Boto: http://code.google.com/p/boto/
174 by Neil
hi
30
 M2Crypto: http://chandlerproject.org/bin/view/Projects/MeTooCrypto