Giter VIP home page Giter VIP logo

overmind's Introduction

Overmind

This project aims to provider a complete server provisioning and configuration management application.

The first version is a unified front-end to public and private clouds, custom server providers and dedicated hardware.

Features

  • EC2 and Rackspace server provisioning. All clouds supported by libcloud will be supported given enough testing
  • Provider Plugins: Any provider can be integrated by writing either a libcloud driver or an Overmind provisioning plugin
  • Import any server into Overmind witht the "Dedicated Hardware" plugin
  • Complete REST API for provider and nodes
  • Authentication with three user roles

See the wiki for architectural info and to know more about the future direction of the project.

Installation

Requirements

  • Python 2.6+
  • Django 1.2+
  • libcloud
  • django-celery
  • RabbitMQ (or alternative message queue supported by Celery)

Optional

  • django-piston (for the REST API)
  • IPy (optional, improved IP address validation for the "Dedicated Hardware" plugin)

Example installation on Debian/Ubuntu

  • sudo apt-get install rabbitmq-server
  • sudo pip install django
  • sudo pip install django-celery
  • sudo pip install apache-libcloud

Install Overmind

  • Download the last stable release from http://github.com/tobami/overmind/downloads and unpack it

  • Create the DB by changing to the overmind/ directory and running:

      python manage.py syncdb
    
  • For testing purposes start the celery server on a console

      python manage.py celeryd -l info
    

    and the django development server

      python manage.py runserver
    

Now you can visit the Overmind overview page on localhost:8000/overview

overmind's People

Contributors

tobami avatar griggheo avatar gdchamal avatar cwarden avatar jc2k avatar

Stargazers

clay richardson avatar

Watchers

James Cloos avatar clay richardson 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.