ea3f664540828462455cbfc868abf0c4503061db
James E. Blair
ea3f664540
Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Ib527ac4df5a49511e1df85c5c99fe9fd419f5f9b
Team and repository tags
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:8779Example 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) }}"Description
Languages
Jinja
58.4%
Python
41.6%