Giter Club home page Giter Club logo

calyptos's Introduction

Calyptos

This is a tool for managing your Eucalyptus deployments

Install

On a CentOS 7 system:

yum install -y python-devel gcc git python-setuptools libffi-devel openssl-devel libyaml-devel
git clone https://github.com/eucalyptus/calyptos
cd calyptos
python setup.py install

Lifecycle Actions

The cloud lifecycle is broken down into many phases:

Configure

The configuration is written in YAML. Examples can be found in the examples directory. For a full list of attributes that can be set look at the Eucalyptus Cookbook attributes. Edit the etc/environment.yml file to match your deployment topology and configuration.

Validate

In this stage we run validations against the configuration file to ensure that the deployment will succeed as we expect.

calyptos validate -e <your-environment-file>

Prepare

This step ensures that our dependencies are installed on all servers and that we can SSH to all of them. It is nice to know that we are on good footing before we get going with the deployment.

calyptos prepare -p <root-ssh-password-for-deployment-systems>

Provision

Provisions the rest of the system or update the configuration of an existing system. If you change anything in your environment.yml, you can use this to push that change out to your cloud.

calyptos provision -p <root-ssh-password-for-deployment-systems>

Execute

Executes a command across a set of hosts. By default all hosts run the command but using the -r parameter you can run on only a particular set of hosts, categorized by role.

calyptos execute -p <root-ssh-password-for-deployment-systems> -e <your-environment-file> '<your-command-here>'

Debug

This step will grab all necessary information from a system in order to provide artifacts for use in debugging a problem. In addition, this step will do the following:

    calyptos debug -p <root-ssh-password-for-deployment-systems>

calyptos's People

Contributors

gholms avatar hspencer77 avatar mbacchi avatar nephomaniac avatar shaon avatar tbeckham avatar viglesiasce avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.