Role os_trove for OpenStack-Ansible
Go to file
lidong 4219a63000 Update links in README
Change the outdated links to the latest links in README

Change-Id: I128a69ef283db89d59e13dcfca7334d226cb0058
2017-08-22 13:36:35 +08:00
defaults Remove trove_regular_user 2017-07-27 07:52:00 -05: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 Remove trove_regular_user 2017-07-27 07:52:00 -05: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 Add scaffolding for OpenStack-CI tests 2016-08-26 16:26:42 +02: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 Update links in README 2017-08-22 13:36:35 +08: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-08-18 11:38:37 +00:00
tox.ini Enable some off-by-default checks 2017-07-21 17:20:34 +08: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) }}"