f0c0607bc542004dd0434620581947e9e8fe67ad
Go to file
Jesse Pretorius f0c0607bc5 Clean up role tests
Now that we're using the general templates, we can slim down
the role test definitions. We can also remove tests which are
not being watched, or which are fundamentally broken. With
this we can also remove unused scripts/plays.
We do the following:
1. We remove the 'ssl' job, given that the person working on
 that is no longer doing so, and no-one else has picked up
 the work.
Change-Id: I2c7c0e1e682e24f15270d4c81b62dc927a766a3f
2018年09月09日 11:43:03 +01:00
2018年09月03日 17:57:33 +01:00
2018年08月28日 09:43:40 +02:00
2018年09月03日 17:57:33 +01:00
2016年08月26日 16:26:42 +02:00
2018年08月02日 15:06:53 +01:00
2018年08月10日 16:48:43 +00:00
2018年09月08日 16:11:42 +00:00
2018年09月08日 16:11:42 +00:00
2018年08月04日 22:12:48 +00:00
2018年09月09日 11:43:03 +01:00
2018年03月27日 15:56:55 +00:00
2016年08月26日 16:26:42 +02:00
2017年12月06日 00:06:46 +00:00
2017年09月20日 09:28:37 +08: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年05月09日 19:43:22 +00:00
2017年03月02日 11:52:11 +00:00
2018年09月09日 11:43:03 +01:00
2018年06月06日 00:44:31 +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%