Note
Before proceeding with the manual steps below, verify that you have performed the steps described in Apply maintenance updates.
Modified the root user and password permissions in the
innobackupex-runner.sh
script used for MySQL backups to resolve the issue
with user credentials available in cleartext.
To apply the issue resolution:
Log in to the Salt Master node.
Apply the following state:
salt 'dbs*' cmd.run 'chmod 750 /usr/local/sbin/innobackupex-runner.sh'
Enhanced the NGINX Salt formula by implementing the possibility to:
ssl_trusted_certificate
parameter for the
Online Certificate Status Protocol (OCSP) needs
if the site.ssl.engine
parameter is not defined
in the NGINX Salt formula.client_body_buffer_size
parameter value that is based
on the location.size
parameter value by default.To apply the issue resolution:
Log in to the Salt Master node.
Apply the following state:
salt -C 'I@nginx:server' state.apply nginx
Fixed the issue with Jenkins losing connection to the jenkins-slave
nodes
during the execution of the Update Ceph packages pipeline job.
To apply the issue resolution:
Log in to the Salt Master node.
In ./reclass/classes/cluster/<cluster_name>/cicd/control/leader.yml
,
remove the following parameters:
jenkins_slave_user: admin
jenkins_slave_password: ${_param:jenkins_admin_password}
Refresh pillars:
salt '*' saltutil.refresh_pillar