Updating seaworthy bonding

Reduce bonding from 4 nic to 2.
Rename things for clarity.

Change-Id: I71db565ef39699bfd35d8c4e6fd798b6dafd8536
This commit is contained in:
Roy Tang 2019-08-29 18:10:14 +00:00 committed by Kaspars Skels
parent 4664740afc
commit 5e2d89256f
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