Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlexMikhalev/overmind
A complete server management application
https://github.com/AlexMikhalev/overmind
Last synced: 3 months ago
JSON representation
A complete server management application
- Host: GitHub
- URL: https://github.com/AlexMikhalev/overmind
- Owner: AlexMikhalev
- License: other
- Fork: true (tobami/overmind)
- Created: 2010-11-12T16:55:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-10T14:44:30.000Z (about 14 years ago)
- Last Synced: 2024-07-18T21:58:02.147Z (4 months ago)
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
h1. 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.
h2. 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 rolesSee the wiki for architectural info and to know more about the future direction of the project.
h2. Requirements
* Python 2.6+
* Django 1.2+
* libcloudh3. Optional
* django-piston (for the REST API)
* IPy (optional IP address validation for the "Dedicated Hardware" plugin)