Role os_trove for OpenStack-Ansible
Go to file
OpenStack Proposal Bot 2bea79fb9d Updated from OpenStack Ansible Tests
Change-Id: Ief7bb044037e4d6dba558ec7a7deb1aa35c78edd
2017-11-10 13:18:04 +00:00
defaults Remove trove_regular_user 2017-07-27 07:52:00 -05:00
doc Initial OSA zuul v3 role jobs 2017-10-17 20:51:37 +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 Remove Trusty support from os_trove role 2016-12-15 15:10:27 +00:00
library Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
meta Add OpenStack-Ansible metadata 2017-10-10 09:41:12 +00:00
releasenotes Initial OSA zuul v3 role jobs 2017-10-17 20:51:37 +00:00
tasks Remove trove_regular_user 2017-07-27 07:52:00 -05:00
templates Fix notification configuration 2017-07-26 11:46:56 -05:00
tests Initial OSA zuul v3 role jobs 2017-10-17 20:51:37 +00:00
vars Remove Trusty support from os_trove role 2016-12-15 15:10:27 +00:00
zuul.d Remove unified queue from gate pipeline 2017-10-23 11:28:59 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:20:08 +00:00
.gitreview Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
bindep.txt Updated from OpenStack Ansible Tests 2017-09-12 23:55:53 +00: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
manual-test.rc Functional testing for the role gate 2016-09-23 05:56:55 +02:00
README.rst Update links in README 2017-08-22 13:36:35 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 13:18:04 +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 2017-09-16 23:20:36 +00:00
tox.ini Enable some off-by-default checks 2017-07-21 17:20:34 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:01:01 +00:00

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) }}"