You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently both roles and collection syncs will fail if an artifact's download link is broken/missing. With Collections we have minimum ability to avoid this issue by using a requirements file [0], but this is still a very inconvenient way for a user to bypass a bad collection.
Options:
Add ability to exclude roles/collections from their remotes
Add sync param to skip over content that have bad links (lots of design questions around this one, potential for work in pulpcore)
Leave as is and try to inform upstream remotes when their links are broken.
Currently both roles and collection syncs will fail if an artifact's download link is broken/missing. With Collections we have minimum ability to avoid this issue by using a requirements file [0], but this is still a very inconvenient way for a user to bypass a bad collection.
Options:
[0] https://docs.pulpproject.org/pulp_ansible/restapi.html#tag/Remotes:-Collection/operation/remotes_ansible_collection_create
The text was updated successfully, but these errors were encountered: