Venu | amended readme

Change-Id: Ib68fdee0a92fbb7bf44b3b63fab4eaa711196973
This commit is contained in:
Venu Murthy 2015-03-13 15:18:58 +05:30
parent 063815c5c5
commit 902b359254
2 changed files with 12 additions and 7 deletions

View File

@ -1,14 +1,19 @@
# ThoughtWorks OpenStack to EC2 Driver
Thank you for your interest in this project. This is a ThoughtWorks internal R&D project to make Hybrid cloud real!
So that enterprises can enjoy the benefits of the private cloud without being limited by it.
In the event of all the Private cloud resources being utilised to their maximum capacity, the traffic can be managed
by bursting to the public cloud for extra capacity.
Thank you for your interest in this project.
This is a ThoughtWorks internal R&D project to make Hybrid cloud real using OpenStack!
Using this enterprises can enjoy the benefits of the private cloud without being limited by it.
In the event of all the Private cloud resources being utilised to their maximum capacity, the traffic can be managed by bursting to the public cloud for extra capacity.
For now we are focusing on being able to burst to Amazon EC2.
This driver will provide the level of abstraction that is required for OpenStack Dashboard or APIs to use Amazon EC2
as a hypervisor while continuing to be able to manage the existing private cloud.
Whether you are using the
OpenStack native Dashboard—Horizon
Or Command Line Interface (CLI)
Or OpenStack APIs
Or Orchestrating using Heat
this Driver will provide the level of abstraction that is required to treat Amazon EC2 or any public cloud service provider as just another hypervisor with unlimited resources.
## Getting Started

2
Vagrantfile vendored
View File

@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "kopparam/trusty-devstack"
config.vm.box = "devstack-juno"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs