Skip to content

Commit

Permalink
Merge pull request #203 from karelyatin/OSPRH-5436
Browse files Browse the repository at this point in the history
Enable weak deps for tempest-all container image
  • Loading branch information
openshift-merge-bot[bot] authored Aug 26, 2024
2 parents 24b03c1 + b3ad639 commit 15aef09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tcib_envs:
USE_EXTERNAL_FILES: true
TEMPESTCONF_OCTAVIA_TEST_SERVER_PATH: /usr/libexec/octavia-tempest-plugin-tests-httpd
tcib_actions:
- run: crudini --set /etc/dnf/dnf.conf main install_weak_deps True
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: cp /usr/share/tcib/container-images/tcib/base/os/tempest/tempest_sudoers /etc/sudoers.d/tempest_sudoers
Expand Down

0 comments on commit 15aef09

Please sign in to comment.