Skip to content
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

Execution environment marked as latest is not actually latest after update #387

Closed
amg-web opened this issue Aug 31, 2024 · 9 comments
Closed
Labels
bug Something isn't working

Comments

@amg-web
Copy link

amg-web commented Aug 31, 2024

Environment

OS: Ubuntu 22.04
Kubernetes/K3s: v1.30.4+k3s1
AWX Operator: 2.19.1

Description

Execution environment marked as latest is not actually latest after update of AWX from older versions.
Screenshot from 2024-08-31 11-43-06
I understood this when route53 module failed with error message

"msg": "Failed to import the required Python library (botocore and boto3) on automation-job-434-lfn5s's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"

Then I switched template to use specific version EE and all jobs were done.

with minikube I used this in kustomization.yaml, did not checked yet if it works.

images:
  - name: quay.io/ansible/awx-operator
    newTag: 2.12.1
  - name: quay.io/ansible/awx-ee
    newTag: latest
@amg-web amg-web added the bug Something isn't working label Aug 31, 2024
@jpmens
Copy link

jpmens commented Aug 31, 2024 via email

@amg-web
Copy link
Author

amg-web commented Aug 31, 2024

@jpmens
yes. sorry.
I can not change label

@jpmens
Copy link

jpmens commented Aug 31, 2024 via email

@amg-web
Copy link
Author

amg-web commented Aug 31, 2024

What do you think about improving then close?

@jpmens
Copy link

jpmens commented Aug 31, 2024

Let me clarify: I'm just an interested party and not the owner of this repository. What I intended saying is that what you describe sounds to me to be an AWX issue, and not one caused by the code graciously provided by @kurokobo to install AWX. That's all.

@amg-web
Copy link
Author

amg-web commented Aug 31, 2024

@jpmens
kurokobo can change label, and may be add required lines.

@amg-web amg-web closed this as completed Aug 31, 2024
@amg-web
Copy link
Author

amg-web commented Aug 31, 2024

suppose it's settings by awx itself

@kurokobo
Copy link
Owner

kurokobo commented Aug 31, 2024

@amg-web
Thanks for the report, this is a known issue with AWX Operator.
I expect latest will not be used in the future. See the discussions on this thread for more details:

@kurokobo kurokobo closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2024
@kurokobo
Copy link
Owner

@jpmens
Thanks as always for your comments 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants