Actions
Task #6551
closedStory #5890: [Epic] The ansible-pulp installer needs to handle multiple versions of Pulp
Story #5618: As a user, I can download & run a version of the ansible installer that a specific version of Pulp 3
Task #6073: Adapt pulp_installer CI for pulp_installer branches
pulp_installer: Implement support for PyPI pre-releases
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Q1-2021
Description
pulp_installer should have the option of installing PyPI pre-releases.
Its CI should try test them too, such as on the pulpcore master branch.
It looks like implementation will involve passing the pip
comamnd pre-release argument as extra_args
to the ansible pip module:
https://docs.ansible.com/ansible/latest/modules/pip_module.html#parameter-extra_args
Actions