Role os_trove for OpenStack-Ansible
Go to file
wangqi db5b9fe76f Add Documentation 、release notes
and home link to README

Change-Id: Id4f334ca38e7b8f9b926e4a1054763d173c3ae41
2018-06-19 06:24:49 +00:00
defaults Convert role to use a common systemd service role 2018-03-30 23:06:06 -05:00
doc Updated from global requirements 2018-03-15 07:39:13 +00:00
examples Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
extras Remove trove_regular_user 2017-07-27 07:52:00 -05:00
handlers Convert role to use a common systemd service role 2018-03-30 23:06:06 -05:00
library Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
meta Remove pip_install dependency 2017-12-05 11:56:32 +00:00
releasenotes Update reno for stable/queens 2018-02-14 15:51:09 +00:00
tasks Merge "Convert role to use a common systemd service role" 2018-05-10 16:48:37 +00:00
templates Merge "Convert role to use a common systemd service role" 2018-05-10 16:48:37 +00:00
tests Remove tests-repo-clone.sh 2018-03-28 09:31:00 +00:00
vars Adds CentOS 7 support 2017-11-23 16:26:54 +00:00
zuul.d Stop running non-voting jobs in gate 2018-02-12 11:42:52 -05:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:56:55 +00:00
.gitreview Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
CONTRIBUTING.rst Update links in CONTRIBUTING.rst 2017-09-20 09:28:37 +08:00
LICENSE Update 2016-08-25 14:56:41 +02:00
README.rst Add Documentation 、release notes 2018-06-19 06:24:49 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:44:31 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:46 +00:00
manual-test.rc Functional testing for the role gate 2016-09-23 05:56:55 +02:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-05-09 19:43:22 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-19 09:33:49 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:11 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:39:13 +00:00
tox.ini Remove tests-repo-clone.sh 2018-03-28 09:31:00 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible Trove (DBaaS)

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

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 server
  hosts: trove_all
  user: root
  roles:
     - { role: "os_trove", tags: [ "os-trove" ] }
  vars:
    is_metal: "{{ properties.is_metal|default(false) }}"

OpenStack-Ansible Trove

Ansible role that installs and configures OpenStack Trove.

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