From 4cb2d7835c7e84b5452debb848078e3f954a68a4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:27 -0400 Subject: [PATCH] Add setting bridge_mtu to config --- group_vars/default/pvc.yml | 1 + roles/pvc/templates/pvc/pvcnoded.yaml.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/group_vars/default/pvc.yml b/group_vars/default/pvc.yml index 83a049f..23d732f 100644 --- a/group_vars/default/pvc.yml +++ b/group_vars/default/pvc.yml @@ -115,6 +115,7 @@ pvc_nodes: # upstream/cluster/storage networks (especially if the upstream network device is not a vLAN itself), # or a different device separate from the other 3 main networks. pvc_bridge_device: bondU # Replace based on your network configuration +pvc_bridge_mtu: 1500 # Replace based on your network configuration # SR-IOV device configuration # SR-IOV enables the passing of hardware-virtualized network devices (VFs), created on top of SR-IOV-enabled diff --git a/roles/pvc/templates/pvc/pvcnoded.yaml.j2 b/roles/pvc/templates/pvc/pvcnoded.yaml.j2 index f6039e4..c136826 100644 --- a/roles/pvc/templates/pvc/pvcnoded.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcnoded.yaml.j2 @@ -81,6 +81,7 @@ pvc: node_log_lines: {{ pvc_log_node_lines }} networking: bridge_device: {{ pvc_bridge_device }} + bridge_mtu: {{ pvc_bridge_mtu }} sriov_enable: {{ pvc_sriov_enable }} sriov_device: {{ pvc_sriov_device }} upstream: