Skip to content

Commit e83b061

Browse files
committed
[uni04delta-ipv6] Install conntrack tools on edpm nodse
1 parent 8cbc28e commit e83b061

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)