Merge "Add default to network.mtu in j2 in nic configs"

This commit is contained in:
Zuul 2019-01-08 07:13:17 +00:00 committed by Gerrit Code Review
commit 941cf073c7
21 changed files with 21 additions and 21 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.