omni/cinder
Harsha Dhake 3fc8b3f97d Added credentials manager and updated omni drivers.
This change:
1. Adds credmanager service which handles credentials for AWS drivers.
2. Adds support for managing multiple AWS accounts through use of credmanager. Each account is mapped to a single project in keystone.
3. Adds support for multiple AZs by running one nova-compute and cinder-volume process per AZ.
4. Improves support for AWS networking in neutron.
5. Also, made few stability fixes in GCP and Azure drivers.

Change-Id: I0f87005a924423397db659ab754caaa6cde90274
2019-02-25 00:38:42 -05:00
..
tests/unit/volume/drivers Added credentials manager and updated omni drivers. 2019-02-25 00:38:42 -05:00
volume/drivers Added credentials manager and updated omni drivers. 2019-02-25 00:38:42 -05:00
README.md Add requirements.txt to nova, glance and cinder driver directiory, 2016-10-26 13:21:39 +02:00

README.md

Setup

Prerequesites

  1. Working green field OpenStack deployment.
  2. No prior cinder nodes. This service does not work if cinder backends are already configured.
  3. The virtualenv used by cinder should have Amazon boto package installed

Instructions

  1. Copy source directory (cinder/volume/drivers/aws) to cinder-volume module directory {cinder-volume-root}/cinder/volume/drivers
  2. Update configuration file (cinder.conf) used by cinder-volume service. Set it to volume_driver=cinder.volume.drivers.aws.ebs.EBSDriver
  3. Restart cinder-volume service.