Role os_cinder for OpenStack-Ansible
3966199e41
The variable was nfs_client but it needs to be cinder_nfs_client this commit renames that variable so that it'll function as expected. Change-Id: I09ab7eb2ed34237c41132596e998c7b24cd03f1f Closes-Bug: 1453271 |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack cinder
- tags
-
openstack, cinder, cloud, ansible
- category
-
*nix
Role for deployment, setup and installation of cinder.
- This role will install the following:
-
- cinder-api
- cinder-volume
- cinder-scheduler
- name: Installation and setup of cinder
hosts: cinder_all
user: root
roles:
- { role: "os_cinder", tags: [ "os-cinder" ] }
vars:
galera_address: "{{ internal_lb_vip_address }}"