88416a9760
Changes are: - README now links to role docs and project launchpad - Project homepage links to developer docs - Service capitalization fixed - Example playbook indentation fixed Change-Id: I40b20c48cc15d516d949be51aa55597a4d77a421
1.2 KiB
1.2 KiB
Cinder role for OpenStack-Ansible
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.
configure-cinder.rst
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
../../examples/playbook.yml
Tags
This role supports two tags: cinder-install
and
cinder-config
The cinder-install
tag can be used to install and
upgrade.
The cinder-config
tag can be used to maintain
configuration of the service.