openstack-ansible-os_cinder/doc/source/index.rst
Andy McCrae 0355ece8b0 Update repository with reference to role git location
Change-Id: Id31776584ee35f49f0be7ab8d01450d17261ff0c
2016-12-22 14:26:21 +00:00

1.3 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

To clone or view the source code for this repository, visit the role repository for os_cinder.

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.