Merge "Updating seaworthy bonding"

This commit is contained in:
Zuul 2019-09-20 16:17:41 +00:00 committed by Gerrit Code Review
commit a4f687e272
4 changed files with 18 additions and 24 deletions

View File

@ -148,7 +148,7 @@ data:
schema: 'drydock/NetworkLink/v1'
metadata:
schema: 'metadata/Document/v1'
name: data
name: bond0
layeringDefinition:
abstract: false
layer: site

View File

@ -32,23 +32,23 @@ data:
# type could identify expected hardware - used for hardware manifest validation
dev_type: 'I350 Gigabit Network Connection'
bus_type: 'pci'
# enp67s0f0
data_nic01:
# enp67s0f0 - for data plane traffic
dp_nic01:
address: '0000:43:00.0'
dev_type: 'Ethernet 10G 2P X520 Adapter'
bus_type: 'pci'
# enp67s0f1
data_nic02:
# enp67s0f1 - for control plane traffic
cp_nic01:
address: '0000:43:00.1'
dev_type: 'Ethernet 10G 2P X520 Adapter'
bus_type: 'pci'
# enp68s0f0
data_nic03:
# enp68s0f0 - for control plane traffic
cp_nic02:
address: '0000:44:00.0'
dev_type: 'Ethernet 10G 2P X520 Adapter'
bus_type: 'pci'
# enp68s0f1
data_nic04:
# enp68s0f1 - for data plane traffic
dp_nic02:
address: '0000:44:00.1'
dev_type: 'Ethernet 10G 2P X520 Adapter'
bus_type: 'pci'

View File

@ -32,12 +32,10 @@ data:
networks:
- pxe
bond0:
device_link: data
device_link: bond0
slaves:
- data_nic01
- data_nic02
- data_nic03
- data_nic04
- cp_nic01
- cp_nic02
networks:
- oam
- storage
@ -117,12 +115,10 @@ data:
networks:
- pxe
bond0:
device_link: data
device_link: bond0
slaves:
- data_nic01
- data_nic02
- data_nic03
- data_nic04
- cp_nic01
- cp_nic02
networks:
- oam
- storage

View File

@ -31,12 +31,10 @@ data:
networks:
- pxe
bond0:
device_link: data
device_link: bond0
slaves:
- data_nic01
- data_nic02
- data_nic03
- data_nic04
- cp_nic01
- cp_nic02
networks:
- oam
- storage