Skip to content

Commit df7ee32

Browse files
Merge pull request #458 from gmarcian/add_conntrack_tools
[uni04delta-ipv6] Install conntrack tools on EDPM nodes It is required for some Tobiko scenario tests Reviewed-by: John Fulton <[email protected]>
2 parents 52dbf25 + e83b061 commit df7ee32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/dt/uni04delta-ipv6/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ data:
7777
edpm_sshd_allowed_ranges:
7878
- '2620:cf:cf:aaaa::0/64'
7979

80+
# conntrack is necessary for some tobiko tests
81+
edpm_bootstrap_command: |
82+
dnf -y install conntrack-tools
83+
8084
gather_facts: false
8185

8286
image_tag: current-podified

0 commit comments

Comments
 (0)