Jimmy McCrory b60591f75b Implement base configuration for independent repository
Change-Id: If3cee9b9da230ec4f96fc3355889c984d1977975
2016-03-01 09:38:00 -08:00

24 lines
519 B
ReStructuredText

os_cinder Role Docs
===================
The os_cinder role is used to to deploy, configure and install OpenStack Block
Storage.
This role will install the following:
* cinder-api
* cinder-volume
* cinder-scheduler
Basic Role Example
^^^^^^^^^^^^^^^^^^
.. code-block:: yaml
- name: Installation and setup of cinder
hosts: cinder_all
user: root
roles:
- { role: "os_cinder", tags: [ "os-cinder" ] }
vars:
cinder_galera_address: "{{ internal_lb_vip_address }}"