Skip to content

Commit b3ad639

Browse files
committed
Enable weak deps for tempest-all container image
tempest-all with [1] for downstream case includes some rpms as weak deps and in order to get those pulled when available in repos we need to enable weak deps config which is disabled in base container image. [1] https://review.rdoproject.org/r/c/openstack/tempest-distgit/+/54169 Related-Issue: OSPRH-5436 Related-Issue: OSPRH-6334
1 parent 24b03c1 commit b3ad639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container-images/tcib/base/os/tempest/tempest-all/tempest-all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ tcib_envs:
22
USE_EXTERNAL_FILES: true
33
TEMPESTCONF_OCTAVIA_TEST_SERVER_PATH: /usr/libexec/octavia-tempest-plugin-tests-httpd
44
tcib_actions:
5+
- run: crudini --set /etc/dnf/dnf.conf main install_weak_deps True
56
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
67
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
78
- run: cp /usr/share/tcib/container-images/tcib/base/os/tempest/tempest_sudoers /etc/sudoers.d/tempest_sudoers

0 commit comments

Comments
 (0)