Merge "Remove the lacp bond mode constraints"
This commit is contained in:
commit
17834f0ab8
@ -22,10 +22,6 @@ parameters:
|
|||||||
interface. Set things like lacp=active and/or bond_mode=balance-slb
|
interface. Set things like lacp=active and/or bond_mode=balance-slb
|
||||||
for OVS bonds or like mode=4 for Linux bonds using this option.'
|
for OVS bonds or like mode=4 for Linux bonds using this option.'
|
||||||
type: string
|
type: string
|
||||||
constraints:
|
|
||||||
- allowed_pattern: ^((?!balance.tcp).)*$
|
|
||||||
description: 'The balance-tcp bond mode is known to cause packet loss and
|
|
||||||
should not be used in BondInterfaceOvsOptions.'
|
|
||||||
{%- for network in networks %}
|
{%- for network in networks %}
|
||||||
{{network.name}}NetworkVlanID:
|
{{network.name}}NetworkVlanID:
|
||||||
default: {{network.vlan}}
|
default: {{network.vlan}}
|
||||||
|
@ -20,10 +20,6 @@ parameters:
|
|||||||
interface. Set things like lacp=active and/or bond_mode=balance-slb
|
interface. Set things like lacp=active and/or bond_mode=balance-slb
|
||||||
for OVS bonds or like mode=4 for Linux bonds using this option.'
|
for OVS bonds or like mode=4 for Linux bonds using this option.'
|
||||||
type: string
|
type: string
|
||||||
constraints:
|
|
||||||
- allowed_pattern: ^((?!balance.tcp).)*$
|
|
||||||
description: 'The balance-tcp bond mode is known to cause packet loss and
|
|
||||||
should not be used in BondInterfaceOvsOptions.'
|
|
||||||
{%- for network in networks %}
|
{%- for network in networks %}
|
||||||
{{network.name}}NetworkVlanID:
|
{{network.name}}NetworkVlanID:
|
||||||
default: {{network.vlan}}
|
default: {{network.vlan}}
|
||||||
|
@ -18,10 +18,6 @@ parameters:
|
|||||||
interface. Set things like lacp=active and/or bond_mode=balance-slb
|
interface. Set things like lacp=active and/or bond_mode=balance-slb
|
||||||
for OVS bonds or like mode=4 for Linux bonds using this option.'
|
for OVS bonds or like mode=4 for Linux bonds using this option.'
|
||||||
type: string
|
type: string
|
||||||
constraints:
|
|
||||||
- allowed_pattern: ^((?!balance.tcp).)*$
|
|
||||||
description: 'The balance-tcp bond mode is known to cause packet loss and
|
|
||||||
should not be used in BondInterfaceOvsOptions.'
|
|
||||||
{%- for network in networks %}
|
{%- for network in networks %}
|
||||||
{{network.name}}NetworkVlanID:
|
{{network.name}}NetworkVlanID:
|
||||||
default: {{network.vlan}}
|
default: {{network.vlan}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user