Role os_trove for OpenStack-Ansible
Go to file
Jesse Pretorius e6da4e5700 Make unstable functional test non-voting
Given that the functional build for this repo
rarely passes and the repo itself is only
maintained by those who use it, we can set the
functional test to non-voting in order to allow
general pattern changes to be implemented
without delay.

This does mean that reviewers applying functional
changes will have to be disciplined about checking
the results, but I think that is OK in this case.

Change-Id: I53d0840ab61f5d63620875dc0ffdce16ed97190e
Depends-On: https://review.openstack.org/556281
2018-03-26 10:44:35 +00:00
defaults Ensure the components are isolated from the system 2017-04-26 15:22:19 +00:00
doc Add RPC encryption key support 2017-04-17 01:11:41 +00:00
examples Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
extras Add RPC encryption key support 2017-04-17 01:11:41 +00: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 Optimise apt cache update task 2017-04-24 09:31:20 +00:00
releasenotes Rename release note to prevent duplicates 2017-04-28 14:03:14 +00:00
tasks Add venv_tag local fact 2017-05-22 17:47:30 +00:00
templates Reduce init restart/kill times 2017-04-26 16:46:59 +01:00
tests Used cached git sources and enable depends-on 2017-11-06 18:24:20 +00:00
vars Remove Trusty support from os_trove role 2016-12-15 15:10:27 +00:00
zuul.d Make unstable functional test non-voting 2018-03-26 10:44:35 +00:00
.gitignore Using updated tempest method for trove api. 2016-11-22 16:18:59 +02:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:58:32 +00:00
CONTRIBUTING.rst Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
LICENSE Update 2016-08-25 14:56:41 +02:00
README.rst Show team and repo badges on README 2016-11-25 16:19:15 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-08-25 11:28:14 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-08-25 11:28:14 +00:00
manual-test.rc Functional testing for the role gate 2016-09-23 05:56:55 +02:00
run_tests.sh Used cached git sources and enable depends-on 2017-11-06 18:24:20 +00:00
setup.cfg Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02:00
setup.py Updated from global requirements 2016-08-29 07:08:25 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:11:15 +00:00
tox.ini Used cached git sources and enable depends-on 2017-11-06 18:24:20 +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) }}"