Inception Cloud Project
Go to file
Changbin Liu cd094f4e8f Move FuncThread to utils.wrapper
utils.wrapper is where wrappers of various Python standard libraries
reside

Change-Id: I7b3cde5af16596a6bc3e2e9820f456711bb5e070
2013-07-09 15:45:29 -04:00
bin Fix switch kernel bug and multi-thread issue 2013-06-20 18:01:25 -04:00
etc/inception Cleanup oslo.config 2013-07-09 15:42:42 -04:00
inception Move FuncThread to utils.wrapper 2013-07-09 15:45:29 -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 Cleanup oslo.config 2013-07-09 15:42:42 -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!