From 3ab57c3bdd65f544e9bb2e13dcf57dc86b7aa4d5 Mon Sep 17 00:00:00 2001 From: Fiorella Yanac Date: Fri, 20 Sep 2024 11:35:14 +0100 Subject: [PATCH] [Test] Add edpm extra settings --- tests/roles/dataplane_adoption/tasks/main.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/roles/dataplane_adoption/tasks/main.yaml b/tests/roles/dataplane_adoption/tasks/main.yaml index e0775092a..2f84996e1 100644 --- a/tests/roles/dataplane_adoption/tasks/main.yaml +++ b/tests/roles/dataplane_adoption/tasks/main.yaml @@ -194,6 +194,12 @@ edpm_bootstrap_command: | {{ edpm_bootstrap_command| indent(10) }} + edpm_kernel_sysctl_extra_settings: + net.ipv4.neigh.default.gc_stale_time: + value: 30 + net.ipv4.route.gc_timeout: + value: 60 + # edpm_network_config # nic config template for a EDPM compute node edpm_network_config_template: | @@ -310,6 +316,13 @@ os_net_config_dns: {{ dataplane_os_net_config_dns | default("") }} edpm_bootstrap_command: | {{ edpm_bootstrap_command| indent(10) }} + + edpm_kernel_sysctl_extra_settings: + net.ipv4.neigh.default.gc_stale_time: + value: 30 + net.ipv4.route.gc_timeout: + value: 60 + # edpm_network_config # nic config template for a EDPM compute node edpm_network_config_template: |