Remove the lacp bond mode constraints

As all the known issues have been fixed already in RHEL and ovs,
remove the constraint to avoid lacp bond mode configuration.
Closes-Bug: #1757382

Change-Id: Idaa871b46b7e9cd7a5d502f7865d946183f8d750
(cherry picked from commit 0077e8a815)
This commit is contained in:
Saravanan KR 2018-03-21 15:12:02 +05:30
parent 0c81385b45
commit e48be8ef8a
3 changed files with 0 additions and 12 deletions

View File

@ -22,10 +22,6 @@ parameters:
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.'
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 %}
{{network.name}}NetworkVlanID:
default: {{network.vlan}}

View File

@ -20,10 +20,6 @@ parameters:
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.'
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 %}
{{network.name}}NetworkVlanID:
default: {{network.vlan}}

View File

@ -18,10 +18,6 @@ parameters:
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.'
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 %}
{{network.name}}NetworkVlanID:
default: {{network.vlan}}