openstack-ansible-galera_se.../tasks
Mohammed Naser 859cbbba6c 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
2018-06-07 09:58:44 -04:00
..
galera_cluster_state.yml Correct cluster name check 2018-05-31 18:56:52 -05:00
galera_install_apt.yml Split the apt cache update when repos change from the install task 2018-04-27 10:49:12 +01:00
galera_install_dnf.yml Add dnf support 2017-08-02 13:17:33 -05:00
galera_install_download_extra_packages.yml Do not delegate to omit 2018-04-12 10:56:56 +02:00
galera_install_yum.yml Stop installing percona-release and setup using yum_repository 2018-06-07 09:03:57 -04:00
galera_install_zypper.yml tasks: Fix use_percona_upstream variable usage 2018-02-22 15:36:12 +00:00
galera_install.yml Avoid mixing pip and distribution packages. 2018-04-18 16:39:10 +01:00
galera_post_install.yml Force create default/mysql to mariadb symlink 2018-05-21 13:06:49 -05:00
galera_setup.yml Fix SSL support 2018-06-07 09:58:44 -04:00
galera_ssl_self_signed.yml Fix SSL support 2018-06-07 09:58:44 -04:00
galera_ssl.yml tasks: Replace deprecated 'include' statements 2018-02-15 13:09:40 +00:00
galera_upgrade_pre.yml tasks: galera_upgrade_pre: Fix conditional for apt sources 2018-03-13 14:50:02 +00:00
galera_upgrade.yml tasks: Replace deprecated 'include' statements 2018-02-15 13:09:40 +00:00
main.yml Restore support for percona packages when using ppc64le 2018-02-23 16:48:15 +00:00