Files
openstack-ansible/playbooks/roles/os_cinder
Kevin Carter c4619a7568 Adds keymgr config to cinder
Without this config being set here the cinder services will
make requests to http://localhost:5000/v3 for keymgr auth. While
barbican is not configured within the environment this change
simply allows cinder to auth to keystone when needed instead of
throwing an error. This change will have a greater impact later
if we choose to support barbican and encrypted volumes but for
now its aimed at fixing intermitent errors.

Implements: blueprint liberty-release
Change-Id: I7a07f23523721e3c9de340096f97ebce60f0e333
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-10-23 14:27:07 +00:00
..
2015-05-08 13:22:42 -05:00
2015-10-23 14:27:07 +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:
    cinder_galera_address: "{{ internal_lb_vip_address }}"