Actions
Issue #4970
closedCollection - RepositoryDistribution does not provide url to consume to cosume content from Pulp
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 56
Quarter:
Description
An ansible/collection distribution does not have a url that one can consume content from Pulp easily.
{'_created': '2019-06-13T19:23:35.909675Z',
'_href': '/pulp/api/v3/distributions/ansible/ansible/fc54c057-bd10-46f9-84aa-6968def7c36e/',
'base_path': '92afef62-ab7c-458f-9199-4f8ce27447f0',
'base_url': '192.168.122.111:24816/pulp/content/92afef62-ab7c-458f-9199-4f8ce27447f0',
'content_guard': None,
'name': '75d710c1-d995-4ef1-a981-60c925b9e679',
'repository': '/pulp/api/v3/repositories/e7e09c87-6d3c-4514-afc4-a1b6ee4ea176/',
'repository_version': None}
url: http://localhost:24817/pulp_ansible/galaxy/dev
This is assuming you have the Collection content exposed at a Distribution created with base_path=dev (as in the example above).
Extra steps required in order to build the url to consume content using mazer.
Updated by kersom over 5 years ago
- Subject changed from Collection - RepostoryDistribution does not provide url to consume to cosume content from Pulp to Collection - RepositoryDistribution does not provide url to consume to cosume content from Pulp
Updated by daviddavis over 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 56
Remove the field base_url and add a field called mazer_url.
Updated by fao89 over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by fao89 over 5 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar over 5 years ago
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|3c065bcf8510626a765d787ae7dcad29bcacc10d.
Updated by kersom over 5 years ago
The current tests were modified to use this newly added field.
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
adding mazer_url to AnsibleDistribution
closes #4970