Skip to main content

Simplified cloud orchestration tool for constructing virtual data centers

Project description

# nepho [![Build Status](https://travis-ci.org/huit/nepho.png?branch=master)](https://travis-ci.org/huit/nepho) ### Command line cross-cloud orchestration tool for constructing virtual datacenters

Nepho is a command-line tool that orchestrates the creation of complete working application stacks on virtual infrastructure. Initially targeting Amazon Web Services as well as Vagrant, Nepho abstracts datacenter creation, instance configuration, and application deployment into portable “cloudlets” that can be shared between developers and teams.

With Nepho, DevOps engineers can construct complete infrastructure-as-code bundles (“cloudlets”) that anyone can easily spin up with a single command. Nepho is in active development.

To learn more about the key concepts and vocabulary of Nepho, please view the [structure of a cloudlet](https://github.com/huit/nepho/wiki/Structure-of-a-cloudlet) page.

## Status

This project is new but being actively developed by the Cloud Engineering team within Harvard University Information Technology. We have released a stable 1.0 release that is being used by teams within Harvard. We welcome your feedback and contributions!

Currently there are two main code branches: * master - refactoring into a generic _core_, vendor-specific _providers_, and _cloudlets_ for each individual application/service environment. * legacy - legacy code for constructing CloudFormation stacks using Jinja2 templated JSON files, slowly being merged into master.

## Installation ### Standard installation Nepho is a Python application and requires at least Python 2.7 or greater, which is installed by default on most modern Linux and Mac OS X distributions. If you do not have the pip Python package install tool, install it first by running easy_install pip.

On Windows, you will need to [install Python](http://www.python.org/getit/windows/).

Users on all platforms who plan to use the Vagrant functionality within Nepho will also need to [install Vagrant](http://www.vagrantup.com/), although this is not a pre-requisite for the Nepho installation (i.e. you can do it later).

  • Install Nepho via pip: pip install nepho

### Installation for developing Nepho If you plan to develop on the Nepho codebase you will want to follow the instructions for [developer setup](https://github.com/huit/nepho/wiki/Development-environment-with-virtualenv) using virtualenv.

## Configuration

By default Nepho will create a hidden configuration directory in your home directory (~/.nepho) although you can specify a different location in the configuration file. Running the nepho scope command will create a configuration file for you (~/.nepho/config) if one does not exist, but in general you will not need to modify any of the default configuration options.

Nepho passed configuration information into providers (i.e. AWS, Vagrant) through a parameter management system. Each provider, cloudlet, and blueprint may specify required or optional parameters. You can view and manipulate parameters using the nepho parameter subcommand.

Examples of some common parameters (which use the CamelCase format): * AWSRegion: us-east-1 * VagrantBackend: virtualbox * UpdatePackages: False

## Usage

Consult the built-in documentation (nepho –help) for the latest information about commands and arguments. Nepho supports the following five subcommands: * nepho cloudlet - find, download, and manage cloudlets * nepho blueprint - list and view individual cloudlet deployment blueprints * nepho stack - create, manage, and destroy stacks built from blueprints * nepho parameter - list, view and modify parameter settings * nepho scope - set a cloudlet (and optionally blueprint) scope for future commands

Find out more about each subcommand by running nepho <subcommand> –help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nepho-1.0.0.tar.gz (107.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page