ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 152 forks source link

Unable to extract when sync AWX -> Gitlab when trying to install collection #181

Closed myalap closed 1 year ago

myalap commented 1 year ago

Please confirm the following

Bug Summary

Hello,

Since today, i have the error "ERROR! Unable to extract 'tests/integration/targets/django_manage/files/base_test/1045-single-app-project/single_app_project/core/' from collection" when i launch a sync between AWX and GitLab.

I haven't had this error this morning (21/02/2023), i think it's due to the latest update of the image (https://quay.io/repository/ansible/awx-ee?tab=tags&tag=latest).

Can you correct it ?

Also, it will be nice to have a tag "beta or dev" for your development instead of updating everyday "latest" and make all AWX not working anymore

AWX Operator version

AWX 21.2.0

AWX version

AWX 21.2.0

Kubernetes platform

kubernetes

Kubernetes/Platform version

latest

Modifications

no

Steps to reproduce

Update SCM when collection.yml is present

Expected results

Expect : OK

Actual results

ERROR! Unable to extract 'tests/integration/targets/django_manage/files/base_test/1045-single-app-project/single_app_project/core/' from collection

Additional information

No response

Operator Logs

No response

djyasin commented 1 year ago

@myalap we are happy to report that we do now tag our images. You should be able to pin to a specific image now.

control_plane_ee_image you should be able to pin this.

You can view available tags here: https://quay.io/repository/ansible/awx-ee?tab=tags&tag=latest

Please let us know if this resolves the issue for you.

relrod commented 1 year ago

@myalap Can you give the full output of the update job, too? There's not enough here to see where the error is coming from.

myalap commented 1 year ago

Hello,

I resolved it, the solution was to remove specific version for each collection from the requirements.yml.

About tags, i think it will be nice for everyone to have a tag "dev/lab" because sometimes some push to the latest image cause problem to AWX.

relrod commented 1 year ago

Thanks for updating, will close this out.

ghost commented 1 year ago

Hello,

I resolved it, the solution was to remove specific version for each collection from the requirements.yml.

About tags, i think it will be nice for everyone to have a tag "dev/lab" because sometimes some push to the latest image cause problem to AWX.

Hi, I am facing the same issue, may I know which requirements.yml did you modified? is it from awx-ee repo or awx-operator repo? Thanks!

I have tried to ping awx-ee image to 21.12.0 but it is not working