Go to file
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
2018-03-15 07:29:36 +00:00
2018-05-15 10:09:28 +02:00
2018-06-07 09:58:44 -04:00
2018-06-07 09:58:44 -04:00
2018-04-11 13:39:28 +02:00
2018-06-07 09:58:44 -04:00
2015-12-14 15:20:02 +00:00
2015-12-09 09:23:50 -06:00
2016-09-27 16:00:50 +01:00
2018-06-01 02:17:50 -07:00
2017-03-02 11:51:11 +00:00
2018-06-07 09:58:44 -04:00

Team and repository tags

image

OpenStack-Ansible Galera server

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-galera_server/latest

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-galera_server/

The project home is at:

https://launchpad.net/openstack-ansible

Description
Role galera_server for OpenStack-Ansible
Readme 9.4 MiB
Languages
Python 54.9%
Jinja 45.1%