Issue #5332
closedProvide content_ansible_collection_read method for ansible collections
Description
We need the ability to read ansible collection content similar to other content types ex: https://pulp-ansible.readthedocs.io/en/latest/restapi.html#operation/content_ansible_roles_read.
This particular api is present, but it doesn't appear to show up in the bindings.
Related issues
Updated by jsherril@redhat.com about 5 years ago
- Copied from Issue #5001: Provide content_ansible_collection_read method for ansible collections added
Updated by jsherril@redhat.com about 5 years ago
- Status changed from MODIFIED to NEW
Updated by jsherril@redhat.com about 5 years ago
The Api works:
GET /pulp/api/v3/content/ansible/collections/f98e7514-5340-4303-80b4-f81aa2343930/
but there seems to not be any way to access it in the bindings.
Updated by daviddavis about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis about 5 years ago
- Status changed from ASSIGNED to NEW
- Assignee deleted (
daviddavis)
Updated by daviddavis about 5 years ago
I think the problem is that we're returning CollectionVersions from the /api/v3/content/ansible/collections/ endpoint. We probably need separate collection and collection versions endpoint.
Updated by bmbouter about 5 years ago
I believe this is a subset of https://pulp.plan.io/issues/5238
Updated by daviddavis about 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 58
To solve this problem, we should remove the collection viewsets and just show collection versions (/pulp/api/v3/content/ansible/collection_versions).
Updated by fao89 about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by fao89 about 5 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar about 5 years ago
Updated by Anonymous about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|163f2eaa4792e7885329da94b40aba8d44406a8a.
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
content endpoint collection_versions
closes #5332 https://pulp.plan.io/issues/5332