b60591f75b
Change-Id: If3cee9b9da230ec4f96fc3355889c984d1977975
519 B
519 B
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
- 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 }}"