Skip to content

Commit

Permalink
[Uni02Beta] Install conntrack on EDPM nodes
Browse files Browse the repository at this point in the history
Some tobiko tests need the conntrack-tools package installed on the EDPM
nodes.
  • Loading branch information
eduolivares committed Sep 11, 2024
1 parent c1d4fa5 commit 8fec385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/dt/uni02beta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ data:

gather_facts: false

# conntrack is necessary for some tobiko tests
edpm_bootstrap_command: |
dnf -y install conntrack-tools
networks:
- defaultRoute: true
name: ctlplane
Expand Down

0 comments on commit 8fec385

Please sign in to comment.