Skip to content

Commit e6df7fd

Browse files
Merge pull request #395 from eduolivares/conntrack-to-unibeta
[Uni02Beta] Install conntrack on EDPM nodes Some tobiko tests need the conntrack-tools package installed on the EDPM nodes. Reviewed-by: Andrew Bays <[email protected]>
2 parents 7b38f23 + 8fec385 commit e6df7fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/dt/uni02beta/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ data:
7474

7575
gather_facts: false
7676

77+
# conntrack is necessary for some tobiko tests
78+
edpm_bootstrap_command: |
79+
dnf -y install conntrack-tools
80+
7781
networks:
7882
- defaultRoute: true
7983
name: ctlplane

0 commit comments

Comments
 (0)