Skip to content

Commit 15aef09

Browse files
Merge pull request #203 from karelyatin/OSPRH-5436
Enable weak deps for tempest-all container image
2 parents 24b03c1 + b3ad639 commit 15aef09

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)