Go to file
Jimmy McCrory 8be124b8c7 Add MySQL connection SSL support
When 'trove_galera_use_ssl' is True, use an encrypted connection to
the database using either a self-signed or user-provided CA certificate.

A new non-voting test has been added to verify that the role remains
functional when enabling SSL features.

Change-Id: Ia453e842cabbb46e25f9918e88738340ff08f2ab
Partial-Bug: 1667789
2017-12-14 11:27:40 -08:00
2017-12-14 11:27:40 -08:00
2017-12-05 11:56:32 +00:00
2017-07-27 07:52:00 -05:00
2017-12-05 11:56:32 +00:00
2017-11-23 16:26:54 +00:00
2017-07-26 11:46:56 -05:00
2017-10-17 20:51:37 +00:00
2017-11-23 16:26:54 +00:00
2017-12-14 11:27:40 -08:00
2016-08-25 14:56:41 +02:00
2017-08-22 13:36:35 +08:00
2017-03-02 11:52:11 +00:00
2017-12-14 11:27:40 -08:00

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) }}"
Description
Role os_trove for OpenStack-Ansible
Readme 3.8 MiB
Languages
Jinja 58.4%
Python 41.6%