Actions
Story #3529
closedAs an authenticated user, I can upload ansible roles into a pulp repository.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Workflow:
1. User uploads role version tar to /artifacts/ creating new Artifact record
2. User creates a new role by posting to /content/ansible/roles/ (optional)
3. User creates a new role version by posting to /content/ansible/roles/<uuid>/versions/. The fields would be role (href), version or version name (string), and artifact (href)
Steps 1-2 were taken care of in this PR:
https://github.com/pulp/pulp_ansible/pull/6
Step 3 is outstanding.
Related issues
Updated by bmbouter over 6 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by daviddavis over 6 years ago
Some questions to answer:
1. Do I create a role and role version separately? They're two models in our codebase.
2. What parameters ought to be supplied to create a role version?
Updated by daviddavis over 6 years ago
- Description updated (diff)
- Tags Pulp 3 added
Updated by daviddavis over 6 years ago
- Blocked by Story #3549: As a user, I can list ansible roles added
Updated by daviddavis over 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Added by daviddavis over 6 years ago
Updated by daviddavis over 6 years ago
- Status changed from ASSIGNED to POST
Updated by daviddavis over 6 years ago
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|7955e94b79a9df3f6f2dad2a5fd31a5338393e9d.
Updated by bmbouter about 6 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow users to upload role versions
fixes #3529 https://pulp.plan.io/issues/3529