Skip to content

dwyerk/PyStratus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This work was originally derived from the Cloudera CDH Cloud Scripts for managing Hadoop in Amazon EC2 (https://wiki.cloudera.com/display/DOC/CDH+Cloud+Scripts). We needed a way to manage Hadoop, Cassandra, and other distributed services, thus PyStratus was born. Thanks to Cloudera for providing a great starting point for us!Currently only Amazon EC2 is supported, but we hope to add new cloud providers very soon.

To get up and running quickly, the following script is sufficient (assumes that you have a ~/bin directory and it is on your PATH):

INSTALL_DIR=~/Tools/pystratus
virtualenv $INSTALL_DIR --no-site-packages
$INSTALL_DIR/bin/pip install https://github.com/digitalreasoning/PyStratus/archive/master.zip
ln -snf $INSTALL_DIR/bin/stratus ~/bin/stratus

PyStratus uses the following dependencies:

  • Python 2.5+
  • boto
  • simplejson
  • prettytable
  • setuptools
  • dateutil
  • PyYAML
  • cElementTree or elementree
  • Fabric

You may also check out the project and run "python setup.py install" and the command "stratus" will now available and an egg file will be located in your site-packages directory. You may want to run the command with sudo to install it for all users.

See the full documentation at http://github.com/digitalreasoning/PyStratus/wiki/Documentation

About

Python-based utility for managing various distributed services on cloud providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • Shell 24.0%