python-tripleoclient/tripleoclient/tests/v2
yatinkarel b201a903fa Map build host repos to distro.repos.d instead of yum.repos.d
Currently, when building container images, we are overriding the ubi
image repos with the repos configured in the host. Effectively, this is
removing ubi repo config from the image build environment which most of
the times is not a problem as centos is on sync with ubi, but in some
cases as after RHEL 8.3 release, ubi is ahead of CentOS and need
packages from the ubi repo itself.

This patch is bind mounting the repos config from build host in
distro.repos.d instead of yum.repos.d. In that way, both the repos
configured by default in the image (ubi repos) and the ones in the host
are available.

Depends-On: https://review.opendev.org/c/openstack/tripleo-common/+/765076
Closes-Bug: #1902846
Change-Id: I55f4b8cf2ad971e196fbd06db743d07ce3135ea8
(cherry picked from commit a4fdf46d83)
2020-12-18 17:33:32 +00:00
..
container_image Map build host repos to distro.repos.d instead of yum.repos.d 2020-12-18 17:33:32 +00:00
overcloud_delete Add call to cleanup_ipa.yml playbook when doing a stack delete 2020-04-30 14:33:53 +00:00
overcloud_node Merge "Add CLI options for introspection command" 2020-07-02 15:33:10 +00:00
overcloud_support Add stack_name support to ANSIBLE_INVENTORY 2020-04-29 17:29:33 -05:00
__init__.py Prepare tripleoclient for v2 implementations of the commands 2020-01-27 13:18:52 +00:00