Role os_cinder for OpenStack-Ansible
Go to file
kevin 8ccc47e315 Set the log directory accordingly
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
2015-05-31 14:52:52 -05:00
defaults Update cinder.conf for cinder-backup 2015-04-29 15:10:32 -05:00
files Update cinder services to kilo 2015-04-03 18:03:17 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Applying copy_update to all policy.json files 2015-04-17 20:22:28 +00:00
templates Set the log directory accordingly 2015-05-31 14:52:52 -05:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

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 }}"