Role os_cinder for OpenStack-Ansible
8ccc47e315
This changes the log directory within the upstart init scripts such that they are being set throughout the roles and removes an assumed variable name as the name of the log directory. Change-Id: I32a2a76a4a73b609999886427b494f380850f12a Closes-Bug: #1460469 |
||
---|---|---|
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 }}"