Description of problem: Missing package python-proliantutils During the installation of RDO on RHEL 7.1 : Error: Execution of '/bin/yum -d 0 -e 0 -y list python-proliantutils' returned 1: Error: No matching Packages to list Error: /Stage[main]/Main/Package[python-proliantutils]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y list python-proliantutils' returned 1: Error: No matching Packages to list Version-Release number of selected component (if applicable): openstack-tripleo-0.0.1-dev1771.el7.centos.noarch How reproducible: 100% Steps to Reproduce: 1.Using this guide https://repos.fedorapeople.org/repos/openstack-m/rdo-manager-docs/liberty/installation/installing.html Actual results: Installation failed Expected results: Additional info: the package is available here: ftp://ftp.muug.mb.ca/mirror/fedora/epel/7/x86_64/p/python-proliantutils-2.1.0-1.el7.noarch.rpm
I ran into this same problem today doing and undercloud deployment with RDO Manager on CentOS 7 with OS Liberty release. The workaround for me was to install and disable the EPEL repository, and then run: yum install --enablerepo=epel python-proliantutils Then I could run the 'openstack undercloud install' command without failure. In #rdo yesterday someone mentioned that this package is sitting waiting to be promoted to release: http://cbs.centos.org/koji/buildinfo?buildID=4743
Images now have this so this can be closed.