======================================================================== ElastiCluster |travis-ci-status| |gitter|
.. This file follows reStructuredText markup syntax; see http://docutils.sf.net/rst.html for more information
.. |travis-ci-status| image:: https://travis-ci.org/gc3-uzh-ch/elasticluster.svg?branch=master
.. |gitter| image:: https://badges.gitter.im/elasticluster/chat.svg :alt: Join the chat at https://gitter.im/elasticluster/chat :target: https://gitter.im/elasticluster/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
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, 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; this video_ demoes ElastiCluster setting up a
computational batch-queueing cluster.
Complete documentation for ElastiCluster is available on the Read The Docs <http://elasticluster.readthedocs.org/> website. General
discussion over ElastiCluster's usage, features, and bugs takes place
on the [email protected] <https://groups.google.com/forum/#!forum/elasticluster> mailing-list
(only subscribers can post).
The ElastiCluster project was initially an effort of the Services and Support for Science IT (S3IT) unit at the University of Zurich, licensed
under the GNU General Public License version 3. Since 2020 it is no longer
maintained nor supported by S3IT or the University of Zurich.
Features
ElastiCluster_ is in active development, and offers the following features at the moment:
- INI-style configuration file to define cluster templates
- Can start and manage multiple independent clusters at the same time
- Automated setup of:
- HPC clusters using SLURM or GridEngine (incl. support for CUDA-enabled GPUs);
- Spark / Hadoop clusters with HDFS and Hive/SQL;
- distributed storage clusters using GlusterFS, OrangeFS, or Ceph_;
- ...or anything that you can install with an Ansible_ playbook!
- Growing and shrinking a running cluster.
ElastiCluster is currently in active development: please use the
GitHub issue tracker to file enhancement requests and ideas,
or the mailing-list_ for discussion.
We appreciate pull requests for new features and enhancements. Please use the master branch as starting point.
Quickstart
The simplest way to run ElastiCluster is to use the official Docker
image. If you cannot or want not to use Docker, please see alternate
installation instructions on ElastiCluster's Read The Docs <http://elasticluster.readthedocs.io/en/latest/install.html>_ website.
To install ElastiCluster over Docker: (1) download the elasticluster.sh_ script
script into a file elasticluster.sh, then (2) type this at your terminal
prompt::
chmod +x elasticluster.sh
That's it! You can now check that ElastiCluster is ready by running::
elasticluster.sh --help
The first time it is run, the elasticluster.sh script will check if
Docker is installed, and ask for permission to install it if Docker is
not found. Follow the on-screen instructions; see section Getting Help if you're in trouble.
You can also rename file elasticluster.sh to elasticluster, if
you so like, to be consistent with the rest of the documentation.
.. _elasticluster.sh: https://raw.githubusercontent.com/gc3-uzh-ch/elasticluster/master/elasticluster.sh
Alternatively, you can also perform both steps at the terminal prompt::
# use this if the `wget` command is installed
wget -O elasticluster.sh https://raw.githubusercontent.com/gc3-uzh-ch/elasticluster/master/elasticluster.sh
chmod +x elasticluster.sh
# use this if the `curl` command is installed instead
curl -O https://raw.githubusercontent.com/gc3-uzh-ch/elasticluster/master/elasticluster.sh
chmod +x elasticluster.sh
Choose either one of the two methods above, depending on whether
wget or curl is installed on your system (Linux systems
normally have wget; MacOSX normally uses curl).
After ElastiCluster is installed, run this command to deploy an example configuration file_::
elasticluster list-templates
The configuration file is located in .elasticluster/config; adjust it
to your liking using the configuration reference__.
.. __: http://elasticluster.readthedocs.io/en/master/configure.html
More example configurations for popular cluster types can be found in
the examples/__ directory.
.. __: https://github.com/elasticluster/elasticluster/tree/master/examples
Getting help
For anything concerning ElastiCluster, including trouble running the
installation script, please send an email to
[email protected] <mailto:[email protected]> or post a message on the web
forum <https://groups.google.com/forum/#!forum/elasticluster>.
Include the full output of the script in your email, in order to help
us to identify the problem.
.. References
References should be sorted by link name (case-insensitively), to make it easy to spot a missing or duplicate reference.
.. Amazon's Elastic Compute Cloud EC2: http://aws.amazon.com/ec2/
.. Ansible: https://ansible.com/
.. CentOS: http://www.centos.org/
.. Ceph: http://ceph.com/
.. Debian GNU/Linux: http://www.debian.org
.. elasticluster: http://gc3-uzh-ch.github.io/elasticluster/
.. example configuration file: https://github.com/elasticluster/elasticluster/blob/master/elasticluster/share/etc/config.template
.. enhancement requests and ideas: https://github.com/elasticluster/elasticluster/issues
.. Ganglia: http://ganglia.info
.. GC3 Hobbes cloud: http://www.gc3.uzh.ch/infrastructure/hobbes
.. github elasticluster repository: https://github.com/elasticluster/elasticluster
.. github: https://github.com/
.. GlusterFS: http://www.gluster.org/
.. GNU General Public License version 3: http://www.gnu.org/licenses/gpl.html
.. Google Compute Engine: https://cloud.google.com/products/compute-engine
.. Grid Computing Competence Center: http://www.gc3.uzh.ch/
.. GridEngine: http://gridengine.info
.. Hadoop: http://hadoop.apache.org/
.. IPython cluster: http://ipython.org/ipython-doc/dev/parallel/
.. mailing-list: https://groups.google.com/forum/#!forum/elasticluster
.. OpenStack: http://www.openstack.org/
.. OrangeFS: http://orangefs.org/
.. pip: https://pypi.python.org/pypi/pip
.. python virtualenv: https://pypi.python.org/pypi/virtualenv
.. Python: http://www.python.org
.. Services and Support for Science IT: http://www.s3it.uzh.ch/
.. Spark: http://spark.apache.org/
.. SLURM: https://slurm.schedmd.com/
.. TORQUE+MAUI: http://www.adaptivecomputing.com/products/open-source/torque/
.. Ubuntu: http://www.ubuntu.com
.. University of Zurich: http://www.uzh.ch
.. video: http://youtu.be/cR3C7XCSMmA
.. (for Emacs only) .. Local variables: mode: rst End: