Actions
Story #3467
closedAs a user, I can publish roles as tar files which I can install over http/https with the galaxy cli client.
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This does not include the galaxy api metadata. Roles will be installed with the link to the tar file:
$ ansible-galaxy install http://localhost:8000/content/dev/ansible/kubernetes-modules/v0.3.1-6.tar,,ansible.kubernetes
Related issues
Updated by daviddavis over 6 years ago
Updated by daviddavis over 6 years ago
- Blocks Story #3181: As a user, I have a roles API for published distribution base paths added
Added by daviddavis over 6 years ago
Updated by daviddavis over 6 years ago
- Related to Story #3414: As a user, I can publish and distribute a set of archive files for roles in my repository version added
Updated by bmbouter about 6 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter about 6 years ago
- Blocks deleted (Story #3181: As a user, I have a roles API for published distribution base paths)
Actions
Adding publishing code and updating README
This commits adds basic publishing which allows the ansible-galaxy to install the role version directly through a URL. Also, updated the README.
fixes #3467 https://pulp.plan.io/issues/3467