Task #6259
closedStory #6261: As a user, I can install Pulp on CentOS 8 / RHEL 8
Add support for CentOS 8 & RHEL8 to the ansible-pulp installer
100%
Description
Currently testing against CentOS Stream / RHEL 8.2 beta. Once 8.2 GA is out, we will test against that.
Also, the CentOS PowerTools repo and code ready builder for RHEL repo need to be enabled, similar to the rhel7 optional repo.
And note that the change "Using certain python 3.6 packages from Fedora 28 until packaged in EPEL8" only applies to the pulp-devel role.
Note that this was technically released in ansible-pulp 3.2.1, but it was not mentioned in the announcement then, so we will mention it in the pulp_installer 3.3.0 announcement.
Updated by mdepaulo@redhat.com over 4 years ago
- Related to Story #6261: As a user, I can install Pulp on CentOS 8 / RHEL 8 added
Updated by mdepaulo@redhat.com over 4 years ago
- Related to deleted (Story #6261: As a user, I can install Pulp on CentOS 8 / RHEL 8)
Updated by mdepaulo@redhat.com over 4 years ago
- Subject changed from Add support for CentOS 8 to the ansible-pulp installer to Add support for CentOS 8 & RHEL8 to the ansible-pulp installer
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision 2767bb3f | View on GitHub
Add support for CentOS 8 & RHEL8 to the ansible-pulp installer
Implementation Includes:
- Using first_found lookup plugin to find the most relevant vars file
- Falling back to or using ansible_os_family for some tasks (to partially support derivative distros like Scientific Linux 7)
- Using certain python 3.6 packages from Fedora 28 until packaged in EPEL8
- Not attempting to install jneettop on CentOS 8 until packaged in EPEL8
- Adding the RHEL Codeready Builder repo on RHEL8, and PowerTools on CentOS 8
fixes: #6259
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|2767bb3fe97b1026c95196b22e6764b5012e44bf.
Updated by mdepaulo@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Added by Mike DePaulo over 4 years ago
Revision 9dcaf372 | View on GitHub
Update roles' Ansible Galaxy metadata for EL8 support
Note that these are not visible on Galaxy yet; they will be when published as a collection.
re: #6458 As a user, I can consume pulp_installer as a collection from Ansible Galaxy https://pulp.plan.io/issues/6458
re: #6259 Add support for CentOS 8 & RHEL8 to the ansible-pulp installer https://pulp.plan.io/issues/6259
[noissue]
Added by Mike DePaulo over 4 years ago
Revision 9dcaf372 | View on GitHub
Update roles' Ansible Galaxy metadata for EL8 support
Note that these are not visible on Galaxy yet; they will be when published as a collection.
re: #6458 As a user, I can consume pulp_installer as a collection from Ansible Galaxy https://pulp.plan.io/issues/6458
re: #6259 Add support for CentOS 8 & RHEL8 to the ansible-pulp installer https://pulp.plan.io/issues/6259
[noissue]
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Add support for CentOS 8 & RHEL8 to the ansible-pulp installer
Implementation Includes:
fixes: #6259