openstack-ansible-galera_se.../releasenotes/notes/implement-ssl-dd42ad2ff91af0bd.yaml
Andrey eb5fc9c1e8 Added Galera SSL support
MySQL SSL connections allowed. Self-signed SSL bundle
created and placed to the deployment host, or user-provided
SSL bundle (CA, cert and the key) is used.

Change-Id: Ibac61d45cea67123fe61a6de4f906b4bd1949a34
Partial-Bug: #1667789
2017-03-30 09:42:38 -05:00

7 lines
287 B
YAML

---
features:
- Implements SSL connection ability to MySQL. ``galera_use_ssl`` option has to
be set to ``true`` (default), in this case playbooks create self-signed
SSL bundle and sets up MySQL configs to use it or distributes user-provided
bundle throughout Galera nodes.