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
Actions
Allow users to upload role versions
fixes #3529 https://pulp.plan.io/issues/3529