Inception Cloud Project
Go to file
Andrew Forrest 911969985f Adds inception.utils to inception package.
Previously inception.utils was overlooked for packaging.

Note: the use of setuptools' "find_packages()" might appear to be
a poor choice since this setup.py is written to fall back to using
distutils which doesn't have a find_packages but in fact it cannot
usefully fall back to distutils anyway (see bug #1210181) so it is
not an issue.

Change-Id: I31b2b5f3952df0b8ecd0bc59f9978cf0bb9f03e5
Fixes: bug #1210180
2013-08-28 11:18:12 -07: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 Adds inception.utils to inception package. 2013-08-28 11:18:12 -07: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!