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

Investigate ways to prevent syncs from failing when artifact download links return 404 or are invalid. #1415

Open
gerrod3 opened this issue Apr 3, 2023 · 0 comments

Comments

@gerrod3
Copy link
Contributor

gerrod3 commented Apr 3, 2023

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.

[0] https://docs.pulpproject.org/pulp_ansible/restapi.html#tag/Remotes:-Collection/operation/remotes_ansible_collection_create

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant