Actions
Issue #6129
closedStory #6132: [EPIC] v3 collection sync
sync doesn't do anything because 'download_url' moved between galaxy v2/v3 API change
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
With a fix for https://pulp.plan.io/issues/6116 in place, the next issue is related to when/where the 'download_url' attribute is available.
Current code in pulp_ansible.app.tasks.collections.CollectionsFirstStage._fetch_collections() expects 'download_url' to be available but on v3 API, it's ownly on the collection version detail page, so additional request for that api endpoint will be needed.
Actions