ansible / galaxy_collection

Collection of modules and roles to configure Automation Hub
GNU General Public License v3.0
54 stars 50 forks source link

Can't limit architecture for EE image sync #379

Closed myllynen closed 2 months ago

myllynen commented 2 months ago

There is currently no way to limit which OS / architecture builds of EE images will be synced meaning that when syncing, e.g., ansible-automation-platform/ee-minimal-rhel9 with AAP 2.4 one gets the following:

linux / amd64 linux / arm64 linux / ppc64le linux / s390x

In most cases when using amd64 only this means handling each image takes 4 times more bandwidth, time, and storage than what would really be needed. I'm not sure does the API allow this currently.

Thanks.

sean-m-sullivan commented 2 months ago

This would be a question for how to specify this in the Gui as well, not sure on the API, the collection itself just does what we tell it, The question is how to tell it which Architecture.

myllynen commented 2 months ago

I can't find any way to do that in the Web UI currently, we now have RFE for that, perhaps we can look at this issue again once the RFE is resolved, see https://issues.redhat.com/browse/AAP-22653. Thanks.

Tompage1994 commented 2 months ago

This can be revisited once AAP-22653 has been resolved