(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]