Merge "Add default to network.mtu in j2 in nic configs"
This commit is contained in:
commit
941cf073c7
@ -59,7 +59,7 @@ parameters:
|
|||||||
description: IP address/subnet on the {{network.name_lower}} network
|
description: IP address/subnet on the {{network.name_lower}} network
|
||||||
type: string
|
type: string
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -57,7 +57,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -20,7 +20,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -60,7 +60,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -21,7 +21,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -21,7 +21,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -21,7 +21,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -20,7 +20,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -21,7 +21,7 @@ parameters:
|
|||||||
from the subnet host_routes attribute.
|
from the subnet host_routes attribute.
|
||||||
type: json
|
type: json
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -54,7 +54,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -45,7 +45,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -43,7 +43,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -52,7 +52,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -43,7 +43,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -42,7 +42,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -52,7 +52,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -42,7 +42,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -52,7 +52,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -45,7 +45,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -42,7 +42,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
@ -52,7 +52,7 @@ parameters:
|
|||||||
description: Vlan ID for the {{network.name_lower}} network traffic.
|
description: Vlan ID for the {{network.name_lower}} network traffic.
|
||||||
type: number
|
type: number
|
||||||
{{network.name}}Mtu:
|
{{network.name}}Mtu:
|
||||||
default: {{network.mtu}}
|
default: {{network.mtu|default('1500')}}
|
||||||
description: The maximum transmission unit (MTU) size(in bytes) that is
|
description: The maximum transmission unit (MTU) size(in bytes) that is
|
||||||
guaranteed to pass through the data path of the segments in the
|
guaranteed to pass through the data path of the segments in the
|
||||||
{{network.name}} network.
|
{{network.name}} network.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user