Actions
Task #6548
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 CI: prereq roles to use variables for what branches they test against
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
% Done:
70%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
prereq roles pulp_rpm_prerequisites need to use the new variables mechanisms to clone the correct branch of pulpcore, pulp_rpm, etc.
Rather than doing a ton of individual yq commands to modify pulp_installer variables, we should do 1 of the following:
- Replace the pulp_installer group_vars files with prereq roles' versions
- Merge group_vars files, like with the
yq
merge subcommand.
Actions