Katello install python-qpid issue

(import note - user dmisik not recreated, post assigned to ‘system’ user)

Problem:

During Katello scenario installation it stops on:

[ERROR 2018-05-10 11:28:09 main] /Stage[main]/Qpid::Install/Package[python-qpid]/ensure: change from absent to present failed: Execution of ‘/bin/yum -d 0 -e 0 -y list python-qpid’ returned 1: Error: No matching Packages to list

The python-qpid is installed within python2-qpid package, hence the control stops the installation execution.

YUM INSTALL PYTHON-QPID does not resolve the issue. The system does not see the python-qpid package

# yum -d 0 -e 0 -y list python-qpid
Error: No matching Packages to list

# yum -d 0 -e 0 -y list python2-qpid
Installed Packages

python2-qpid.noarch

Expected outcome:

Foreman and Proxy versions:

Foreman and Proxy plugin versions:

Other relevant data:

[e.g. logs from Foreman and/or the Proxy, modified templates, commands issued, etc]

Could you please share the foreman-installer version and the OS + version you’re using?

(import note - user dmisik not recreated, post assigned to ‘system’ user)

This was fo Katello ver 3.4 (latest stable as you call it) and also for 3.2. I am using a fresh RHEL7. The installer apparently misses info that the python- packages are now named python2-

(import note - user dmisik not recreated, post assigned to ‘system’ user)

Hi, I am trying the ver 3.6 now and ran into other set of problems. Is it possibel to send the installer katello.log to someone for inspection?

(import note - user dmisik not recreated, post assigned to ‘system’ user)

Version 3.6 does not have the python-* versus python2-* issue. The 3.2 and 3.4 installations stopped at “/bin/yum -d 0 -e 0 -y list python-qpid” check.