b58811d7da09ef6bcbd24ceec8e4bb1c998c7c6a
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月03日 17:57:33 +01:00
2016年08月26日 16:26:42 +02: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月15日 20:49:31 -06:00
2018年09月09日 11:43:03 +01:00
2018年10月02日 14:55:21 +00:00
2016年08月26日 16:26:42 +02:00
2017年12月06日 00:06:46 +00:00
2016年08月25日 14:56:41 +02:00
2016年09月23日 05:56:55 +02:00
2018年09月27日 03:11:41 +00:00
2018年09月29日 04:56:20 +00:00
2018年12月05日 09:14:52 +08:00
2017年03月02日 11:52:11 +00:00
2018年09月26日 18:44:34 -04:00
2018年09月28日 06:22:12 +00: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%