Skip to content

Commit

Permalink
Merge pull request #395 from eduolivares/conntrack-to-unibeta
Browse files Browse the repository at this point in the history
[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]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 16, 2024
2 parents 7b38f23 + 8fec385 commit e6df7fd
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 e6df7fd

Please sign in to comment.