Description of problem: Right now OSPdO does not update the password secret after initial created . In 16.2.4 tht requires a MysqlMariabackupPassword to exist, otherwise the deployment fails. While OSPdO creates the MysqlMariabackupPassword on a fresh deployment it does not add new passwords on existing envs. rendering playbooks fails with: 2022-10-18 10:31:09Z [overcloud.CtlNovaStdaloneServiceChain]: CREATE_FAILED resources.ServiceChain: resources.CtlNovaStdaloneServiceChain.Property error: resources[82].properties: Property MysqlMariabackupPassword not assigned 2022-10-18 10:31:09Z [overcloud.ControllerServiceChain]: CREATE_FAILED resources.ServiceChain: resources.ControllerServiceChain.Property error: resources[96].properties: Property MysqlMariabackupPassword not assigned 2022-10-18 10:31:09Z [overcloud]: CREATE_FAILED Resource CREATE failed: resources.ServiceChain: resources.ControllerServiceChain.Property error: resources[96].properties: Property MysqlMariabackupPassword not assigned 2022-10-18 10:31:10Z [overcloud]: CREATE_FAILED Resource CREATE failed: resources.ServiceChain: resources.CtlNovaStdaloneServiceChain.Property error: resources[82].properties: Property MysqlMariabackupPassword not assigned MysqlMariabackupPassword entry is missing in tripleo-passwords secret # oc get secret tripleo-passwords -o json | jq -r '.data."tripleo-overcloud-passwords.yaml"' | base64 -d | grep Mysql MysqlClustercheckPassword: 7k5zkdbm9hns4tx4c6nb88qdx MysqlRootPassword: rd9wb5s8v2
Verification looks good : https://bugzilla.redhat.com/show_bug.cgi?id=2137842#c5 Setting to verifid
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of containers for Red Hat OpenStack Platform 16.2.4 director operator), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8952