9951fb7007
This commit allows to inject arbitrary arguments into the
wsrep_provider_options string.
Operators should be extremely careful in doing so as there is no
validation or syntax checking whatsoever.
Example:
ExtraConfig:
tripleo::profile::pacemaker::database::mysql_bundle::provider_options: 'evs.suspect_timeout=PT30S'
results in:
wsrep_provider_options = evs.suspect_timeout=PT30S;gcache.recover=no;gmcast.listen_addr=tcp://172.17.0.151:4567;socket.ssl_key=/etc/pki/tls/private/mysql.key;socket.ssl_cert=/etc/pki/tls/certs/mysql.crt;socket.ssl_cipher=AES128-SHA256;socket.ssl_ca=/etc/ipa/ca.crt;
Change-Id: Ie4711ace66846b10252bccdddae84e045af3f604
(cherry picked from commit 171814ebba
)
9 lines
230 B
YAML
9 lines
230 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for injecting arbitrary arguments into the wsrep_provider_options
|
|
string.
|
|
Operators should be extremely careful in doing so as there is no validation
|
|
or syntax checking whatsoever.
|
|
|