23699f7b431e7d68e6fda64e02c9a1ba0e6b656a
Jesse Pretorius
23699f7b43
Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match the current job execution method. It does not intend to improve how the jobs are executed - only to replicate what is currently in openstack-infra/openstack-zuul-jobs and provide the platform to iterate on. Change-Id: I6e52632d1549cdff28228866b8fbca993e41a058
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%