Skip to content

Commit

Permalink
Merge pull request #322 from eduolivares/bgp_install_conntrack
Browse files Browse the repository at this point in the history
[BGP] 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
2 parents cfbcd92 + 2a70fda commit 4750c1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions examples/dt/bgp/bgp_dt01/edpm/computes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ data:
- nic4
timesync_ntp_servers:
- hostname: clock.redhat.com
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
# --password <subscription_manager_password>
# podman login -u <registry_username> -p <registry_password> registry.redhat.io
# conntrack is necessary for some tobiko tests
edpm_bootstrap_command: |
dnf -y install conntrack-tools
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_os_net_config_mappings:
edpm-compute-0:
Expand Down
8 changes: 3 additions & 5 deletions examples/dt/bgp/bgp_dt01/edpm/networkers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ data:
- nic4
timesync_ntp_servers:
- hostname: clock.redhat.com
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
# --password <subscription_manager_password>
# podman login -u <registry_username> -p <registry_password> registry.redhat.io
# conntrack is necessary for some tobiko tests
edpm_bootstrap_command: |
dnf -y install conntrack-tools
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_os_net_config_mappings:
edpm-networker-0:
Expand Down

0 comments on commit 4750c1a

Please sign in to comment.