diff --git a/network-templates/nic-configs/compute.yaml b/network-templates/nic-configs/compute.yaml index 5e0b852..bbb4ee6 100644 --- a/network-templates/nic-configs/compute.yaml +++ b/network-templates/nic-configs/compute.yaml @@ -89,7 +89,7 @@ resources: - / - - {get_param: ControlPlaneIp} - {get_param: ControlPlaneSubnetCidr} - mtu: 1400 + mtu: 1350 name: nic1 routes: - ip_netmask: 169.254.169.254/32 @@ -100,13 +100,13 @@ resources: use_dhcp: false - addresses: - ip_netmask: {get_param: InternalApiIpSubnet} - mtu: 1400 + mtu: 1350 name: nic3 type: interface use_dhcp: false - addresses: - ip_netmask: {get_param: StorageIpSubnet} - mtu: 1400 + mtu: 1350 name: nic4 type: interface use_dhcp: false @@ -117,7 +117,7 @@ resources: - name: nic6 primary: true type: interface - mtu: 1400 + mtu: 1350 name: br-tenant type: ovs_bridge use_dhcp: false diff --git a/network-templates/nic-configs/controller.yaml b/network-templates/nic-configs/controller.yaml index 47b1339..2892b54 100644 --- a/network-templates/nic-configs/controller.yaml +++ b/network-templates/nic-configs/controller.yaml @@ -89,7 +89,7 @@ resources: - / - - {get_param: ControlPlaneIp} - {get_param: ControlPlaneSubnetCidr} - mtu: 1400 + mtu: 1350 name: nic1 routes: - ip_netmask: 169.254.169.254/32 @@ -100,7 +100,7 @@ resources: - ip_netmask: {get_param: ExternalIpSubnet} dns_servers: {get_param: DnsServers} members: - - mtu: 1400 + - mtu: 1350 name: nic2 primary: true type: interface @@ -112,19 +112,19 @@ resources: use_dhcp: false - addresses: - ip_netmask: {get_param: InternalApiIpSubnet} - mtu: 1400 + mtu: 1350 name: nic3 type: interface use_dhcp: false - addresses: - ip_netmask: {get_param: StorageIpSubnet} - mtu: 1400 + mtu: 1350 name: nic4 type: interface use_dhcp: false - addresses: - ip_netmask: {get_param: StorageMgmtIpSubnet} - mtu: 1400 + mtu: 1350 name: nic5 type: interface use_dhcp: false @@ -132,7 +132,7 @@ resources: - ip_netmask: {get_param: TenantIpSubnet} dns_servers: {get_param: DnsServers} members: - - mtu: 1400 + - mtu: 1350 name: nic6 primary: true type: interface