Multi and hybrid cloud management with OpenStack API.
Go to file
Sachin Manpathak 9649b845eb
Updated README to reflect new goals
Change-Id: Ied8b687ed86374c6203f28a03b07ca75c7e03ee9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-04-10 13:32:43 -04:00
cinder Create volume-from-snapshot, fix AWS volume names 2016-11-18 14:09:02 -05:00
glance Add requirements.txt to nova, glance and cinder driver directiory, 2016-10-26 13:21:39 +02:00
neutron Adding security group functionality and various stability fixes 2017-01-04 18:14:50 -05:00
nova Update nova driver to Platform9 2.4 release 2017-01-04 14:41:44 -08:00
.gitignore Initial commit: Introducing AWS Drivers for OpenStack 2016-10-26 00:12:14 -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

README.md

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.