We have installed Pulp 3 on RHEL 9.5 hosts using the procedure outlined below. We now seek to upgrade to the latest compatible version. Could you please provide the latest compatible versions of the following Pulp services for RHEL 9.5 and share the procedure to upgrade to these versions while ensuring no impact on existing repositories?
Procedure we used to install pulp3: Getting started - Pulp Installer
pip list |grep -i pulp
pulp-cli 0.21.4
pulp-container 2.14.8
pulp-file 1.12.0
pulp-glue 0.21.4
pulp-rpm 3.19.11
pulpcore 3.22.34
==> This is our install.yml file used to install pulp3
cat install.yml
- hosts: localhost
force_handlers: True
collections:- pulp.pulp_installer
vars:
pulp_settings:
secret_key: “XXXXXXXXXXXXXXXXXXX”
content_origin: “https://produs3-c1-yumrepo-s2-z1-0”
pulp_default_admin_password: “XXXXXXXX”
ansible_python_interpreter: /usr/bin/python3
pulp_install_plugins:galaxy-ng:
pulp-2to3-migration:
pulp-ansible:
pulp-certguard:
pulp-container:
version: “2.14.8”
pulp-cli:
version: “0.21.4”pulp-cookbook:
pulp-deb:
pulp-file:pulp-gem:
pulp-glue:
version: “0.21.4”pulp-maven:
pulp-npm:
pulp-python:
pulp-rpm:
version: “3.19.11”
roles: - pulp_all_services
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings[py3_hosts:vars]
- pulp.pulp_installer