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' schema: 'drydock/NetworkLink/v1'
metadata: metadata:
schema: 'metadata/Document/v1' schema: 'metadata/Document/v1'
name: data name: bond0
layeringDefinition: layeringDefinition:
abstract: false abstract: false
layer: site layer: site

View File

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

View File

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

View File

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