Role os_cinder for OpenStack-Ansible
Go to file
Jesse Pretorius ba067d46be Add python packages for SNI support in tests
This adds python packages required for SNI support to ensure that tox
installs the packages into the venv when running tests.

Change-Id: I019b0f5f7f25f131f04e89c8b429002ecf6c4e1e
2016-08-16 13:33:49 +00:00
defaults Add project group to role 2016-08-11 13:54:34 +00:00
doc [DOCS] Move cinder role docs 2016-08-15 13:59:08 +00:00
examples [DOCS] Move cinder role docs 2016-08-15 13:59:08 +00:00
files/rootwrap.d Update paste, policy and rootwrap configurations 2016-07-01 2016-07-01 13:21:31 +01:00
handlers Ansible 2.x - Address deprecation warning of bare variables 2016-04-20 16:12:04 -04:00
meta Merge "Update the cinder role to support Ubuntu 16.04 and Systemd" 2016-06-24 16:40:24 +00:00
releasenotes Add ability to change apt/yum package state 2016-08-02 13:34:02 +01:00
tasks Merge "Add ability to change apt/yum package state" 2016-08-02 13:54:52 +00:00
templates Update paste, policy and rootwrap configurations 2016-08-15 2016-08-15 15:40:54 +01:00
tests Define cinder_default_volume_type for gating. 2016-08-10 16:00:56 -05:00
vars Update the cinder role to support Ubuntu 16.04 and Systemd 2016-06-24 08:45:06 -04:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:49:12 +10:00
.gitreview Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 20:58:23 +02:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst [DOCS] Move cinder role docs 2016-08-15 13:59:08 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:55:28 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
setup.py Updated from global requirements 2016-07-15 03:57:43 +00:00
test-requirements.txt Add python packages for SNI support in tests 2016-08-16 13:33:49 +00:00
tox.ini Merge "Include ansible commands for ansible linting" 2016-08-11 21:53:52 +00:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-09 21:21:15 -05:00

OpenStack-Ansible cinder

This Ansible role installs and configures OpenStack Cinder.

The following Cinder services are managed by the role:
  • cinder-api
  • cinder-volume
  • cinder-scheduler

By default, Cinder API v1 and v2 are both enabled.

Support for various Cinder backends is supported by the role. See role internals for further details.

Support for volume backups to Swift or Ceph is supported by the role. See role internals for further details.