Role os_cinder for OpenStack-Ansible
Go to file
Travis Truman bc8cb8f307 Adding Vagrantfile for local developer testing
This Vagrantfile attempts to replicate the gate check
testing to the extent possible to allow developers to
run all tests locally in a Vagrant environment prior
to submitting changes for review.

Change-Id: I7c956248558c73cc6275ae45768999f78bd43d1b
2016-03-09 21:21:15 -05: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 Account for oslo_config deprecation in cinder.conf template 2016-03-09 14:29:50 -05:00
tests Enable functional convergence testing 2016-03-08 16:20:23 +00:00
.gitignore Adding Vagrantfile for local developer testing 2016-03-09 21:21:15 -05: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 Adding Vagrantfile for local developer testing 2016-03-09 21:21:15 -05: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
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-09 21:21:15 -05: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 }}"