Actions
Issue #6510
closedv3.serializers.CollectionVersionSerializer needs to include distro base_path in 'download_url'
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 73
Quarter:
Description
v3.serializers.CollectionVersionSerializer doesn't include distro base_path in the 'download_url' it creates.
At the moment, since there is only one AnsibleRepository and one AnsibleDistribution, this doesn't cause a problem. But once we have multiple repositories, the 'download_url' will need to include the AnsibleDistribution.base_path in the url.
For example, with the galaxy_ng pr at https://github.com/ansible/galaxy_ng/pull/84/ it is possible to use per distro api endpoints.
For now, pr #84 has a local CollectionVersionSerializer that adds base_path to the 'download_url' so the 'download_url' looks like:
That will allow galaxy_ng to provide download_urls for 'golden' distro artifacts and for other repos/distros.
Actions
Updating v3 CollectionVersion download URL
https://pulp.plan.io/issues/6510 closes #6510