13.3.12
This patch allows all loop devices to be scanned by LVM and this
fixes a bug that occurs after a reboot in AIOs when the loop device
numbering is shuffled. For example, the cinder loopback may be
mounted from /dev/loop4 when the AIO is first built, but it might
come up as /dev/loop0 when the AIO reboots.
Combined backport of:
- https://review.openstack.org/360082
- https://review.openstack.org/371548
Closes-bug: 1615325
Depends-on: I09b2cd9a1eee9f8310783b7d6468963b21fee322
Change-Id: Ia28cd6ff8ddc7d389cb5609c3c5a3ec400306cfb
(cherry picked from commit 7989209a90)
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%