Role os_cinder for OpenStack-Ansible
Go to file
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
defaults Enable developer mode 2016-03-08 10:42:49 +00:00
doc Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
files/rootwrap.d Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
handlers Style - Not in YAML dictionary format 2016-02-12 15:26:42 +00:00
meta Enable developer mode 2016-03-08 10:42:49 +00:00
tasks Enable developer mode 2016-03-08 10:42:49 +00:00
templates Merge "Automate setting of glance_api_version" 2016-02-26 16:04:19 +00:00
tests Enable functional convergence testing 2016-03-08 16:20:23 +00:00
.gitignore Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
.gitreview Implement base configuration for independent repository 2016-03-01 09:38:00 -08: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
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:22:54 +00:00
README.rst Configure DB addresses for each service 2015-06-10 02:07:38 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
setup.cfg Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
setup.py Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
test-requirements.txt Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
tox.ini Enable functional convergence testing 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 }}"