Matt Thompson 3c4b5d0f72 Enable functional convergence testing
This commit updates tests/test.yml to deploy rabbitmq, galera,
keystone, and cinder for a functional convergence test.  Note that we
point at a non-existent memcached server, but this can be adjusted to
build memcached if deemed necessary. Additionally, we do not configure
a cinder-volume backend, but simply deploy the service itself. This is
something that can be tweaked in a later revision.

Change-Id: I2d8d2dcc3703603eca96271635311373338cf4da
Partial-Bug: #1553971
2016-03-08 16:20:23 +00:00
2016-03-08 10:42:49 +00:00
2016-03-08 10:42:49 +00:00
2016-03-08 10:42:49 +00:00
2016-03-08 16:20:23 +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 }}"
Description
Role os_cinder for OpenStack-Ansible
Readme 8.3 MiB
Languages
Jinja 52.6%
Python 34.1%
Shell 13.3%