Task #6547
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: Add variables for molecule prepare.yml to clone the branches
100%
Description
Add variables for molecule prepare.yml to git clone the desired branches/repos/PRs/commitishes of plugins & pulpcore.
Also consider moving this into pulp_installer itself, rather than just molecule prepare.yml. This way, users doing dev installs on actual systems, or pulplift, can take advantage of it.
Related issues
Updated by mdepaulo@redhat.com over 4 years ago
- % Done changed from 0 to 30
I made an early draft PR.
Updated by mdepaulo@redhat.com over 4 years ago
- Assignee set to mdepaulo@redhat.com
Updated by mdepaulo@redhat.com over 4 years ago
- Status changed from NEW to ASSIGNED
Updated by mdepaulo@redhat.com over 4 years ago
- % Done changed from 30 to 70
https://github.com/pulp/pulp_installer/pull/272
Need to create another PR that also tests vars for the current stable (3.3 branch).
Need to start showing status page, which means needs to fix pulpcore-api not starting under containers.
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by mdepaulo@redhat.com about 4 years ago
- Related to Issue #6696: pulp_installer fails to run "Collect static content" task when pulp_source_dir is set added
Updated by mdepaulo@redhat.com over 3 years ago
- Assignee changed from mdepaulo@redhat.com to rochacbruno
Updated by mdepaulo@redhat.com over 3 years ago
@rochabruno: Here's an old WIP PR: https://github.com/pulp/pulp_installer/pull/272/commits/72c0034ef8cc7556eafcf6879b8d1b45530dd1a3
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by Bruno Rocha over 3 years ago
Added by Bruno Rocha over 3 years ago
Revision d808d32c | View on GitHub
Add git repo/revision support to core and plugins.
When defined git_url
and git_revision
will force
the checkout to specified version before installation
of pulpcore and plugins.
fixes #6547
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 70 to 100
Applied in changeset ansible-pulp|d808d32cf73498be85e37f04cc33af9f8961a4e7.
Added by Bruno Rocha over 3 years ago
Revision caace8af | View on GitHub
Add git repo/revision support to core and plugins.
When defined git_url
and git_revision
will force
the checkout to specified version before installation
of pulpcore and plugins.
fixes #6547
Added by Bruno Rocha over 3 years ago
Revision caace8af | View on GitHub
Add git repo/revision support to core and plugins.
When defined git_url
and git_revision
will force
the checkout to specified version before installation
of pulpcore and plugins.
fixes #6547
Updated by pulpbot over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add git repo/revision support to core and plugins.
When defined
git_url
andgit_revision
will force the checkout to specified version before installation of pulpcore and plugins.fixes #6547