Role os_cinder for OpenStack-Ansible
3c4b5d0f72
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 |
||
---|---|---|
defaults | ||
doc | ||
files/rootwrap.d | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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 }}"