openstack-ansible/playbooks/roles/os_cinder
Kevin Carter e6cc4d6bac Update Kilo SHAs - 21 Jan 2016
Updates all repo SHAs to open up work on 11.2.8

This patch includes a normalisation of file names and updates
of paste, policy and rootwrap configurations.

It also updates tempest.conf.j2 to replace ssh_auth_method with
auth_method, and change auth_method to 'keypair' (configured is no
longer an a valid option).

The locally held temporary pin for django-compressor has been
removed as https://review.openstack.org/265025 is included in the
updated OpenStack sources.

Some projects name their paste config files with an underscore
instead of a dash. This patch ensures that the source-branch-updater
includes those files too when checking for updates.

The OpenStack updates include the following CVE fixes:

- OSSA-2016-001: Nova host data leak through snapshot
  https://security.openstack.org/ossa/OSSA-2016-001.html

- OSSA-2016-002: Xen connection password leak in logs via StorageError
  https://security.openstack.org/ossa/OSSA-2016-002.html

- OSSA-2016-003: Heat denial of service through template-validate
  https://security.openstack.org/ossa/OSSA-2016-003.html

Change-Id: I2c878646dd54f41637bd4830122f11e97e9f70f6
Related-Bug: #1532048
2016-01-22 03:31:37 +00:00
..
defaults Fixes playbook runtime issues with ldap 2015-12-09 14:49:50 -06:00
files/rootwrap.d Include extra conf file updates when updating SHA's 2016-01-11 21:22:58 +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 18:23:12 +00:00
tasks Update Kilo SHAs - 21 Jan 2016 2016-01-22 03:31:37 +00:00
templates Update Kilo SHAs - 21 Jan 2016 2016-01-22 03:31:37 +00: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 Configure DB addresses for each service 2015-06-15 18:19:11 +00:00

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:
    cinder_galera_address: "{{ internal_lb_vip_address }}"