Updated openstackid prod node
Updated configuration files to use mysql ssl certs Change-Id: I2b9f1311e2fec7786349930b11daff7cccc1cba5
This commit is contained in:
parent
8c19991e64
commit
26cb9f660d
@ -1122,6 +1122,10 @@ node /^openstackid\d*(\.openstack)?\.org$/ {
|
||||
email_smtp_server_user => hiera('openstackid_smtp_user'),
|
||||
email_smtp_server_password => hiera('openstackid_smtp_password'),
|
||||
php_version => 7,
|
||||
mysql_ssl_enabled => true,
|
||||
mysql_ssl_ca_file_contents => hiera('openstackid_mysql_ssl_ca_file_contents'),
|
||||
mysql_ssl_client_key_file_contents => hiera('openstackid_mysql_ssl_client_key_file_contents'),
|
||||
mysql_ssl_client_cert_file_contents => hiera('openstackid_mysql_ssl_client_cert_file_contents'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user