openstack-ansible-galera_se.../zuul.d
Mohammed Naser 643d8da930 Fix SSL support
The problems at the moment with setting up SSL support with
Galera are:

- The keys are not used when creating users in the mysql_user
  Ansible module
- The private key must be converted to PKCS-1 in order to work
  properly with Galera.
- The MySQL client configuration is missing the settings that
  include the SSL certificates.
- Hard-coding the cipher causes problems for older clients,
  so we instead enable SSL and let the client and server
  negociate the ideal cipher.

This patch cleans up all of those issues, removes verbose
logging from the SSL job because we have ARA to gather all
the information we need and adds jobs for all the deployment
platforms that we support.

Change-Id: I27218c4086a50d238082895092fb8aa5e7fad807
(cherry picked from commit 859cbbba6c)
2018-12-12 10:30:15 +00:00
..
jobs.yaml Fix SSL support 2018-12-12 10:30:15 +00:00
project.yaml Fix SSL support 2018-12-12 10:30:15 +00:00