Role os_trove for OpenStack-Ansible
Go to file
Jesse Pretorius 0c134dc303 Update vars and test tooling for Pike
Change-Id: Ibde10d3a9dd7cfdeaec3638a8f9832f3c759174f
2017-08-23 11:43:34 +00:00
defaults Update vars and test tooling for Pike 2017-08-23 11:43:34 +00:00
doc Remove trove_regular_user 2017-07-27 07:52:00 -05: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 Optimise apt cache update task 2017-04-21 16:51:57 +01:00
releasenotes Fix openstackdocstheme settings 2017-07-03 16:23:07 +08: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 Update vars and test tooling for Pike 2017-08-23 11:43:34 +00:00
vars Remove Trusty support from os_trove role 2016-12-15 15:10:27 +00:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:20:08 +00:00
.gitreview Update .gitreview for stable/pike 2017-08-18 08:00:19 +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-07-28 15:01:01 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-08-04 15:22:39 +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 2017-08-03 15:27:11 +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-07-28 12:56:54 +00:00
tox.ini Update vars and test tooling for Pike 2017-08-23 11:43:34 +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) }}"