Project

Profile

Help

Issue #5001

closed

Provide content_ansible_collection_read method for ansible collections

Added by sajha over 4 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:

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.


Related issues

Copied to Ansible Plugin - Issue #5332: Provide content_ansible_collection_read method for ansible collectionsCLOSED - CURRENTRELEASEfao89Actions
Actions #1

Updated by bmbouter over 4 years ago

My goal is to have pulp_ansible implement what Galaxy is implementing so I'm waiting on upstream galaxy to fix https://github.com/ansible/galaxy/issues/1842 first

Actions #2

Updated by sajha over 4 years ago

  • Tags Katello-P1 added
Actions #3

Updated by bmbouter over 4 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to bmbouter
Actions #4

Updated by bmbouter over 4 years ago

  • Status changed from ASSIGNED to CLOSED - NOTABUG

There is a method like that already, but it's not showing up in the api docs because they are out of date. I have another PR open which should bring them up to date, but here is what you can do in the meantime.

After syncing in a collection I an list collections with:

http://localhost:24817/pulp/api/v3/content/ansible/collections/

I can read a single collection with UUID=3644ad76-ddbe-4e51-8d9b-495c97fa26fd using:

http://localhost:24817/pulp/api/v3/content/ansible/collections/3644ad76-ddbe-4e51-8d9b-495c97fa26fd/

Actions #5

Updated by bmbouter over 4 years ago

Please reopen if I've misunderstood the need here. We want to make sure this is working as needed.

Actions #6

Updated by bmbouter over 4 years ago

  • Status changed from CLOSED - NOTABUG to ASSIGNED

Actually I'm going to reopen this and make a PR just to update the schema. That will be better because it can have its own release note then.

Added by bmbouter over 4 years ago

Revision ee8dfc11 | View on GitHub

Update openAPI schema

The docs were showing out of date calls so this updates the schema which will update the REST API docs.

https://pulp.plan.io/issues/5001 closes #5001

Actions #7

Updated by bmbouter over 4 years ago

  • Status changed from ASSIGNED to POST
Actions #8

Updated by bmbouter over 4 years ago

  • Status changed from POST to MODIFIED
Actions #9

Updated by jsherril@redhat.com over 4 years ago

  • Copied to Issue #5332: Provide content_ansible_collection_read method for ansible collections added
Actions #10

Updated by ggainey almost 4 years ago

  • Priority changed from Normal to High
Actions #11

Updated by ggainey almost 4 years ago

  • Tags Katello added
  • Tags deleted (Katello-P1)
Actions #12

Updated by bmbouter over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF