Go to file
Jesse Pretorius 82d01b3d30 Remove join filter from pip module tasks
Ansible 2.2 now treats the 'name' argument for the pip module
as a list, removing the need for us to implement the join
filter to optimise the install execution.

Change-Id: I630ceadba486c10e5b8b913a0d18e1af0e1ccbc3
2016-11-09 21:35:23 +00:00
2016-10-27 12:11:25 -04:00
2016-10-28 00:58:43 +00:00
2016-09-19 14:17:04 -04:00
2016-09-16 09:15:23 +01:00
2016-08-25 14:56:41 +02:00
2016-08-25 14:59:31 +02:00
2016-09-19 14:17:04 -04:00
2016-08-29 07:08:25 +00:00

OpenStack-Ansible Trove (DBaaS)

Ansible role that installs and configures OpenStack Trove. Trove is installed behind the Apache webserver listening on port 8779 by default.

Required Variables

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

# trove TCP listening port
trove_service_port: 8779

Example Playbook

- name: Install trove server
  hosts: trove_all
  user: root
  roles:
     - { role: "os_trove", tags: [ "os-trove" ] }
  vars:
    is_metal: "{{ properties.is_metal|default(false) }}"
Description
Role os_trove for OpenStack-Ansible
Readme 3.8 MiB
Languages
Jinja 58.4%
Python 41.6%