An open API service indexing awesome lists of open source software.

https://github.com/utam0k/c3os

Management multiple CloudOS.
https://github.com/utam0k/c3os

c3os openstack

Last synced: 11 months ago
JSON representation

Management multiple CloudOS.

Awesome Lists containing this project

README

          

# C3OS
[![Build Status](https://travis-ci.org/utam0k/c3os.svg?branch=master)](https://travis-ci.org/utam0k/c3os)
[![Coverage Status](https://coveralls.io/repos/github/utam0k/c3os/badge.svg?branch=master)](https://coveralls.io/github/utam0k/c3os?branch=master)
[![Join the chat at https://gitter.im/utam0k-c3os/Lobby](https://badges.gitter.im/utam0k-c3os/Lobby.svg)](https://gitter.im/utam0k-c3os/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## What is C3OS?
C3OS stands for **Controller of Clustering CloudOS**.
This softwaer manage multiple CloudOS.
C3OS monitor and manage CloudOS.
C3OS works as an upper layer of CloudOS.

## For Example
There are two CloudOS called Region1 and Region2.
If there is some fault an InstanceA with Region1 falls down.
Region2 is able to sense it via C3OS.
In some cases, Region2 can invoke an alternate InstanceA.

## Support CloudOS
- OpenStack

## Install
```
pip install -r requirements.txt
python setup.py install
```

## Feature Development
- Add supporting other CloudOS.(Introduce [libcloud](https://github.com/apache/libcloud))
- Migrating among multiple CloudOS.

## Contact
Questions? Comments? Please ask me at our Gitter channel.

## License
[MIT](https://github.com/utam0k/c3os/blob/master/LICENSE.txt)