Hide Forgot
Description of problem: I generated all config rpms using answer file, however when I installed the rh-rhua-config rpm on "rhua" node; got following dependency failure. I guess this dependency should be installed while installing pulp for rhui. [root@dhcp193-79 ~]# rpm -ivh rh-rhua-config-2.0-2.el6.noarch.rpm error: Failed dependencies: qpid-cpp-server-ssl is needed by rh-rhua-config-2.0-2.el6.noarch [root@dhcp193-79 ~]# Version-Release number of selected component (if applicable): pulp 0.181 rhui-tools 2.0.25 How reproducible: every time Steps to Reproduce: 1. Install rh-rhua-config rpm Actual results: [root@dhcp193-79 ~]# rpm -ivh rh-rhua-config-2.0-2.el6.noarch.rpm error: Failed dependencies: qpid-cpp-server-ssl is needed by rh-rhua-config-2.0-2.el6.noarch [root@dhcp193-79 ~]# Expected results: Shouldn't be any dependency failure while installing rhua config rpm Additional info:
This is actually intentional. Pulp doesn't require this RPM but RHUI does. Since there's no RHUI RPM, it falls on the installer RPMs to make sure the dependency is there. If it's not there, the installer should fail. This will be a lesser issue when the ISO is in place. The ISO will contain an install_rhua.sh script that will install both Pulp and this RPM.