Venu | amended readme
Change-Id: Ib68fdee0a92fbb7bf44b3b63fab4eaa711196973
This commit is contained in:
parent
063815c5c5
commit
902b359254
17
README.md
17
README.md
@ -1,14 +1,19 @@
|
|||||||
# ThoughtWorks OpenStack to EC2 Driver
|
# 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!
|
Thank you for your interest in this project.
|
||||||
So that enterprises can enjoy the benefits of the private cloud without being limited by it.
|
This is a ThoughtWorks internal R&D project to make Hybrid cloud real using OpenStack!
|
||||||
In the event of all the Private cloud resources being utilised to their maximum capacity, the traffic can be managed
|
Using this enterprises can enjoy the benefits of the private cloud without being limited by it.
|
||||||
by bursting to the public cloud for extra capacity.
|
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.
|
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
|
Whether you are using the
|
||||||
as a hypervisor while continuing to be able to manage the existing private cloud.
|
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
|
## Getting Started
|
||||||
|
|
||||||
|
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
# please see the online documentation at vagrantup.com.
|
# please see the online documentation at vagrantup.com.
|
||||||
|
|
||||||
# Every Vagrant virtual environment requires a box to build off of.
|
# 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
|
# Disable automatic box update checking. If you disable this, then
|
||||||
# boxes will only be checked for updates when the user runs
|
# boxes will only be checked for updates when the user runs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user