Matt Thompson c94e35654d Update tempest test vars
This commit does the following:

- removes tempest_git_repo since this is the default in the tempest
  role
- updates tempest_git_install_branch to point at master rather than an
  old SHA
- removes tempest_git_dest since this variable is no longer used in
  os_tempest
- adds tempest_venv_tag variable so tempest venv is created in
  /opt/tempest_master instead of /opt/tempest_untagged
- updates tests/test-horizon-functional.yml to use
  {{ tempest_venv_bin }}

Change-Id: I2f5845e77f681e0674e5e05f8e0d847cbf6384e7
2016-05-12 21:12:13 +01:00
2016-05-12 21:12:13 +01:00
2016-05-04 15:19:36 +01:00
2016-05-03 08:55:28 +01:00
2016-04-16 08:42:39 -05:00

OpenStack-Ansible Cinder

This Ansible role installs and configures OpenStack Cinder.

The following Cinder services are managed by the role:
  • cinder-api
  • cinder-volume
  • cinder-scheduler

By default, Cinder API v1 and v2 are both enabled.

Support for various Cinder backends is supported by the role. See role internals for further details.

Support for volume backups to Swift or Ceph is support by the role. See role internals for further details.

Default Variables

../../defaults/main.yml

Required Variables

This list is not exhaustive at present. See role internals for further details.

# Comma separated list of Glance API servers
cinder_glance_api_servers: "http://glance_server:9292"

# Hostname or IP address of the Galera database
cinder_galera_address: "1.2.3.4"

Example Playbook

- name: Installation and setup of cinder
  hosts: cinder_all
  user: root
  roles:
    - { role: "os_cinder", tags: [ "os-cinder" ] }
  vars:
    cinder_glance_api_servers: "http://glance_server:9292"
    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%