A command line tool to create, manage and setup computing clusters hosted on a public or private cloud infrastructure.
Project description
Elasticluster aims to provide a user-friendly command line tool to create, manage and setup computing clusters hosted on cloud infrastructures (like Amazon’s Elastic Compute Cloud EC2 or Google Compute Engine) or a private OpenStack cloud). Its main goal is to get your own private cluster up and running with just a few commands; a YouTube video demoes the basic features of elasticluster.
This project is an effort of the Grid Computing Competence Center at the University of Zurich, licensed under the GNU General Public License version 3.
Documentation for elasticluster is available on the Read The Docs website
Features
Elasticluster is in active development, but offers the following features at the current state:
Simple configuration file to define cluster templates
Can start and manage multiple independent clusters at the same time
- Automated cluster setup:
use Debian GNU/Linux, Ubuntu, or CentOS as a base operating system
choose SLURM, Grid Engine or TORQUE+MAUI as a batch-queueing system
setup your Hadoop cluster to start your favorite map/reduce job
or create your IPython cluster to run your python code in parallel over multiple virtual machines
configure a distributed storage like GlusterFS or Ceph, or a parallel filesystem like OrangeFS (formerly known as PVFS2)
add useful tools like Ganglia for monitoring…
…or anything that you can install with an Ansible playbook!
Grow and shrink a running cluster
Elasticluster is currently in active development: please use the GitHub issue tracker to file enhancement requests and ideas
We appreciate pull requests for new features and enhancements. Please use the master branch as starting point.
Quickstart
Installing from PyPI
Elasticluster is a Python program; Python version 2.6 is required to run it.
It’s quite easy to install elasticluster using pip; the command below is all you need to install elasticluster on your system:
pip install elasticluster
If you want to run elasticluster from source you have to install Ansible first:
pip install ansible python setup.py install
Installing the development version from github
The source code of elasticluster is github, if you want to test the latest development version you can clone the github elasticluster repository.
You need the git command in order to be able to clone it, and we suggest you to use python virtualenv in order to create a controlled environment in which you can install elasticluster as normal user.
Assuming you already have virtualenv installed on your machine, you first need to create a virtualenv and install ansible, which is needed by elasticluster:
virtualenv elasticluster . elasticluster/bin/activate pip install ansible
Then you have to download the software. We suggest you to download it within the created virtualenv:
cd elasticluster git clone git://github.com/gc3-uzh-ch/elasticluster.git src cd src python setup.py install
Now the elasticluster should be available in your current environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file elasticluster-1.2.tar.gz
.
File metadata
- Download URL: elasticluster-1.2.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39bc34b4a4532641f21f7154868c39fea6d953e7b20ed7b857f40210433fb15b |
|
MD5 | 497c34d2c964cebe3c51329c2cd30d3a |
|
BLAKE2b-256 | e8c1d1e8a3ed8bfd65954d2b6ea8c3e3b08a9f3183ac641aef6f198a5930e4bd |
File details
Details for the file elasticluster-1.2-py2.7.egg
.
File metadata
- Download URL: elasticluster-1.2-py2.7.egg
- Upload date:
- Size: 271.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d8e28075f5bf7472bc3f2f4faeff4f3d44f51f64628d558c8810de59a6d0c02 |
|
MD5 | 0e410167bed79bc01b7673ae980aab13 |
|
BLAKE2b-256 | 999dcb56b2098662b70f45eba960b2fe49ce6e73bf14eb0727f649cd93dcf207 |