Multi and hybrid cloud management with OpenStack API.
Go to file
Sanket 9a11c06e3b Add Glance Store Driver for GCE
1. Consists of Glance store Driver and mechanism to discover GCE images
and them to Glance catalog as Glance images
2. Pick up correct Glance flavor in instance spawn
3. Mechanism to populate nova flavors from GCE machine info

Implements: blueprint gce-support
Change-Id: Iab71206b760ed6f516484690030d9ecb6c891e68
Signed-off-by: Sanket <sanket@infracloud.io>
2017-04-19 10:20:11 +05:30
cinder Add exception handling to EBS driver initialization 2017-04-12 10:53:58 -07:00
glance Add Glance Store Driver for GCE 2017-04-19 10:20:11 +05:30
neutron Adding security group functionality and various stability fixes 2017-01-04 18:14:50 -05:00
nova Add Glance Store Driver for GCE 2017-04-19 10:20:11 +05:30
.gitignore Add exception handling to EBS driver initialization 2017-04-12 10:53:58 -07:00
.gitreview Add .gitreview file 2017-04-10 13:31:47 -04:00
LICENSE Adding LICENSE 2016-10-26 10:48:44 -07:00
README.md Updated README to reflect new goals 2017-04-10 13:32:43 -04:00

OpenStack-Omni aims to provide a standard OpenStack API for managing hybrid and multi-cloud environments. This repository contains Openstack drivers for various public cloud environments. These drivers currently provide the capability to spin up Openstack instances, images, volumes and networks on Amazon EC2. We need contributions to support other public cloud environments like Azure, Google Compute Engine, Rackspace, etc. Following Openstack projects are supported --

  • Nova
  • Neutron
  • Cinder
  • Glance

Check out this video at Openstack Barcelona 2016 Keynote to find out more: Omni Demo @Keynote

Setup

The setup instructions are project specific. Check the project directories for specifics.

Status

Development is active. Can be used for individual testing.

Contributions

Contributions are welcome. Specifically following areas need help:

  1. Similar drivers for Windows Azure, Google Compute Engine and other public cloud providers
  2. An easy way (automated) to add Omni drivers to existing Openstack Deployments.