6f76d95d016ef24b78ed0cbb2a89378d52a9fc81
Go to file
Jesse Pretorius 6f76d95d01 Enable overriding the service setup host python interpreter
In order to enable the service setup host python interpreter to
be changed easily, we make it a variable. This will be useful
when someone sets the service setup host to be the utility
container, because we'll be able to set this var by default.
Change-Id: I2a4b1b82307b3dd195bff8f9a8fb219ad581c2ad
2018年11月30日 16:56:00 +00: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年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年08月28日 09:43:40 +02:00
2018年09月29日 04:56:20 +00: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

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%