All Projects → elasticluster → Elasticluster

elasticluster / Elasticluster

Licence: gpl-3.0
Create clusters of VMs on the cloud and configure them with Ansible.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Elasticluster

Seldon Server
Machine Learning Platform and Recommendation Engine built on Kubernetes
Stars: ✭ 1,435 (+381.54%)
Mutual labels:  cloud, azure, gcp, spark
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (-8.05%)
Mutual labels:  cloud, azure, gcp, cluster
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-79.87%)
Mutual labels:  cloud, azure, ansible
Cloudsploit
Cloud Security Posture Management (CSPM)
Stars: ✭ 1,338 (+348.99%)
Mutual labels:  cloud, azure, gcp
Learning Cloud
List of resources - courses, sample code, articles and screencasts for learning AWS, Azure, GCP and Alibaba Cloud
Stars: ✭ 100 (-66.44%)
Mutual labels:  cloud, azure, gcp
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-85.57%)
Mutual labels:  cloud, azure, cluster
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+265.44%)
Mutual labels:  cloud, azure, ansible
Azure
Azure-related repository
Stars: ✭ 78 (-73.83%)
Mutual labels:  cloud, azure, ansible
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+279.87%)
Mutual labels:  cloud, azure, gcp
Infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
Stars: ✭ 4,505 (+1411.74%)
Mutual labels:  cloud, gcp, azure
Cloudblock
Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Stars: ✭ 257 (-13.76%)
Mutual labels:  cloud, gcp, ansible
Go Cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
Stars: ✭ 8,124 (+2626.17%)
Mutual labels:  cloud, azure, gcp
Hpc Containers From Intel
Intel HPC Containers using Singularity
Stars: ✭ 14 (-95.3%)
Mutual labels:  cloud, hpc, cluster
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
Stars: ✭ 10,887 (+3553.36%)
Mutual labels:  cloud, azure, gcp
Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (+51.68%)
Mutual labels:  cloud, azure, gcp
Openpbs
An HPC workload manager and job scheduler for desktops, clusters, and clouds.
Stars: ✭ 427 (+43.29%)
Mutual labels:  cloud, hpc, cluster
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+1217.45%)
Mutual labels:  cloud, azure, gcp
Terratag
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
Stars: ✭ 385 (+29.19%)
Mutual labels:  cloud, azure, gcp
Externalsecret Operator
An operator to fetch secrets from cloud services and inject them in Kubernetes
Stars: ✭ 177 (-40.6%)
Mutual labels:  cloud, azure, gcp
fastdata-cluster
Fast Data Cluster (Apache Cassandra, Kafka, Spark, Flink, YARN and HDFS with Vagrant and VirtualBox)
Stars: ✭ 20 (-93.29%)
Mutual labels:  spark, hadoop, cluster

======================================================================== 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 is 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.

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].