huang.zhiping b66538cfe5 switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I87dbe72efad93f7358add21386c2229008f0e2dc
Story: #2002586
Task: #24319
2018-08-28 07:44:01 +00:00
2018-08-28 09:43:40 +02:00
2018-07-12 17:02:29 +02:00
2018-08-02 15:06:53 +01:00
2018-08-10 16:48:43 +00:00
2018-08-17 13:04:52 +00:00
2016-08-25 14:56:41 +02:00
2018-08-28 09:43:40 +02:00
2017-03-02 11:52:11 +00:00
2018-08-28 09:43:40 +02: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.6 MiB
Languages
Jinja 49.9%
Python 36%
Shell 14.1%