Actions
Story #4635
closedAs a user I can use Mazer to install a Collection published by Pulp
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 52
Quarter:
Description
According to the Galaxy API v2 docs, Mazer installs from the
GET /api/v2/collections/<namespace>/<name>/versions/<version>/file/ URL
pulp_ansible should implement this URL handler and redirect the user to the content artifact.
Related issues
Updated by bmbouter over 5 years ago
- Subject changed from As a user I can use Mazer to intsall a Collection published by Pulp to As a user I can use Mazer to install a Collection published by Pulp
Updated by bmbouter over 5 years ago
- Blocked by Task #4633: Define Collection model added
Updated by daviddavis over 5 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 51
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by daviddavis over 5 years ago
- Sprint changed from Sprint 51 to Sprint 52
Updated by bmbouter over 5 years ago
- Sprint/Milestone changed from 66 to 0.1 Release
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/90
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|10ca9db9dfca7ada09993c97b547a568ffece531.
Updated by kersom over 5 years ago
- Related to Test #4915: Test install a collection hosted by Pulp using mazer added
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adds mazer install support
With mazer configured to a Distribution in Pulp you can run
mazer install namespace.name
and it will install that Collection if its present in the Distribution mazer is pulling from.https://pulp.plan.io/issues/4635 closes #4635