From 8c45ddd72260014aeb12ae5252c43d33e534a089 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Thu, 26 Sep 2024 12:46:38 -0400 Subject: [PATCH] OPENSHIFTP-237: refactor the offloading setting and mtu setting Signed-off-by: Paul Bastide --- modules/2_pvs_prepare/bastion/bastion.tf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/2_pvs_prepare/bastion/bastion.tf b/modules/2_pvs_prepare/bastion/bastion.tf index cf9c0d3..8e7c50b 100644 --- a/modules/2_pvs_prepare/bastion/bastion.tf +++ b/modules/2_pvs_prepare/bastion/bastion.tf @@ -308,8 +308,12 @@ resource "null_resource" "bastion_fix_up_networks" { # ip link set env2 mtu 9000 provisioner "remote-exec" { inline = [<