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.
- Host: GitHub
- URL: https://github.com/utam0k/c3os
- Owner: utam0k
- License: mit
- Created: 2017-02-11T06:31:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T02:16:04.000Z (almost 9 years ago)
- Last Synced: 2025-07-02T06:51:10.046Z (12 months ago)
- Topics: c3os, openstack
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# C3OS
[](https://travis-ci.org/utam0k/c3os)
[](https://coveralls.io/github/utam0k/c3os?branch=master)
[](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)