Packages needed by cinder-volume, idependent of the backend, were installed
only when using a LVM backend. This change adds a new task and variable for
installing/declaring packages commonly used between different cinder-volume
backends.
Change-Id: Idd7fd6f8be710c106210ec5bdc3ecda1071fc913
Closes-Bug: #1580222
(cherry picked from commit 956683b908)
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 support by the role. See role internals for further details.
Default Variables
../../defaults/main.yml
Required Variables
This list is not exhaustive at present. See role internals for further details.
# Comma separated list of Glance API servers
cinder_glance_api_servers: "http://glance_server:9292"
# Hostname or IP address of the Galera database
cinder_galera_address: "1.2.3.4"Example Playbook
Description
Languages
Jinja
59.3%
Python
40.7%