-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
awxbackups fail with => The task includes an option with an undefined variable #1902
Comments
Yup, same as in here: #1518 |
Hello @salanisor, is this the same issue described in #1518? |
Same issue here: Rancher +k8s 1.28.9 + awx-operator awx-operator-2.19.0/1 --------------------------- Ansible Task StdOut ------------------------------- TASK [Get PostgreSQL configuration] ******************************** |
root@mgmtrke2m01:~# kubectl get awx -o yaml -n awx-prod
root@mgmtrke2m01:~# kubectl get secret awx-db-descret -n awx-prod ... could be related to the fact that the secret is using base64 enc strings instead of cleartext ? |
There is a workaround described here #1518. We are still investigating this issue and may have more information soon! |
@djyasin , I just did a bit of troubleshooting that traced to this =>
|
as of today 25:07 TASK [Create new AWXBackup resource and wait for complete] ********************* backup creation: Successful |
facing the same issue. @fritz0011 Could you share how did you fix this? |
awx-operator 2.19.1 using this approach: awx deployed to this NS: awx-prod awxbackup_namespace: awx-prod |
My bad for the late reply. And I'm not sure it's not the same issue. However, even trying the workaround provided by @fritz0011 & the solution in #1518 still produces the same error on OpenShift |
Please confirm the following
Bug Summary
Backups were working fine and suddenly started receiving the following error, similar to issue 1577.
Started with v2.17.0 & upgraded to see if the issue would go away.
AWX Operator version
2.18.0
AWX version
v1beta1
Kubernetes platform
openshift
Kubernetes/Platform version
4.13.17
Modifications
no
Steps to reproduce
apply yaml
Expected results
successful backups - can actually see that the task returns the right field when testing. Should have probably used the same ansible version.
Actual results
fails with error
Additional information
awx definition, this was working fine and had run a few recovery tests in this namespace.
We had installed OCP service mesh and thought it may be the culprit but no. Removed it and issue persists.
Operator Logs
log.tar.gz
The text was updated successfully, but these errors were encountered: