Go to file
Kevin Carter b58811d7da Correct notification driver
The notification driver setup was resulting in the driver and connection string
on the same line. This is caused by the case statement and how jinja formats
the template when a case statement is present. This change modifies how the
driver string is created using a ternary, which will eliminate the case
statement and render the value of the diver correctly.

Change-Id: Iefcec440db0e61adf8c6ce3a8b8ae9a4125a802d
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2019-02-07 22:39:33 +00:00
2018-12-17 09:53:43 -06:00
2018-08-28 09:43:40 +02:00
2018-09-04 02:38:53 +00:00
2018-09-15 20:49:31 -06:00
2018-12-17 09:53:43 -06:00
2018-12-07 16:54:11 +01:00
2019-02-07 22:39:33 +00:00
2018-09-09 11:43:03 +01:00
2016-08-25 14:56:41 +02:00
2018-09-27 03:11:41 +00:00
2017-03-02 11:52:11 +00:00
2018-09-26 18:44:34 -04:00

Team and repository tags

image

OpenStack-Ansible Trove

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

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_trove/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_trove/

The project source code repository is located at: https://git.openstack.org/cgit/openstack/openstack-ansible-os_trove

The project home is at: https://launchpad.net/openstack-ansible

The project bug tracker is located at: https://bugs.launchpad.net/openstack-ansible

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 service
  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%