Inception Cloud Project
Go to file
Changbin Liu 641c97e2a4 Add license to *.py files
Change-Id: I8efb89fc65ed3da7bfef8c2573bff784f2c21bcc
2013-08-26 12:57:56 -04:00
bin Add a CONF option for chefserver image id 2013-07-17 12:10:43 -04:00
etc/inception Use logging instead of print 2013-07-17 10:52:37 -04:00
inception Add license to *.py files 2013-08-26 12:57:56 -04:00
tools add meta project Info 2013-05-15 15:40:12 -04:00
webui code outline 2013-05-07 14:20:30 -04:00
.gitignore Do not ignore bin dir 2013-05-07 17:52:37 -04:00
.gitreview Add .gitreview file 2013-05-19 09:38:57 -04:00
Authors Cleanup oslo.config 2013-07-09 15:42:42 -04:00
LICENSE Add Apache2 License file 2013-05-19 12:08:49 -04:00
README.md Expand README with more details 2013-06-28 12:46:39 -04:00
setup.py Add license to *.py files 2013-08-26 12:57:56 -04:00
tox.ini Make sure pep8 is installed 2013-05-19 09:51:44 -04:00

README.md

Inception: Towards a Nested Cloud Architecture

Inception Clouds are built entirely on top of the virtual resources acquired from todays clouds, and provide nested VMs to end users.

Inception Clouds enable:

  • Acceleration of continuous integration for open-source cloud management software such as OpenStack

  • Hypervisor flexibility: VM live migration, VM replication for high availability, instant VM spawning under high load demand, intrusion detection by customizing Dom0 firewall...

  • App-specific resource allocation: customize subscription ratio, VM consolidation

  • Low operation overhead: no physical metals, therefore no worry on issues like cooling, power, cabling, rack design, malfunctioned hardware replacement, data center real estate

  • Spanning across multiple providers: both private and public clouds over geographically wide area

Essentially, Inception Clouds enable entire control of your cloud, with even less operation overhead.

For more information, please refer to our HotCloud'13 paper

http://www2.research.att.com/~changbl/pubs/Inception_Towards_a_Nested_Cloud_Architecture.pdf

The code is rapidly evolving. Stay tuned!