Description of problem: by default undercoud install is attempting to install kolla but not packaged. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. install undercloud 2. 3. Actual results: 2017-12-20 23:26:41.620 | 2017-12-20 16:20:47,888 INFO: Error: Execution of '/bin/yum -d 0 -e 0 -y install openstack-kolla' returned 1: Error: Nothing to do 2017-12-20 23:26:41.622 | 2017-12-20 16:20:47,889 INFO: Error: /Stage[main]/Tripleo::Profile::Base::Docker_registry/Package[openstack-kolla]/ensure: change from purged to present failed: Execution of '/bin/yum -d 0 -e 0 -y install openstack-kolla' returned 1: Error: Nothing to do Expected results: Undercloud install does not attempt to install kolla by default Additional info:
This can be disabled by setting enable_container_images_build to false in hiera. https://github.com/openstack/puppet-tripleo/blob/master/manifests/profile/base/docker_registry.pp#L39 We'll probably need to do this downstream.
Found the downstream patch for this from 12 and ported it forward.
VERIFIED (undercloud) [stack@undercloud-0 ~]$ sudo rpm -qa "instack-undercloud" instack-undercloud-8.1.1-0.20180117134321.el7ost.noarch
To verify it you need to check if openstack-kolla is trying to be installed, just FYI.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086