diff options
author | 2025-01-23 07:07:55 +0100 | |
---|---|---|
committer | 2025-01-23 11:55:32 +0100 | |
commit | 7cc65c71a403b3e587f075ed7dd377f9bab5c2af (patch) | |
tree | 3ece4646db023b1d23720dc088d4c68649ed7859 | |
parent | 89ce76a5733d737cbf653361d189d5d990e4e54e (diff) |
fix(infra): EMR topology
Signed-off-by: Peter Mikus <peter.mikus@icloud.com>
Change-Id: Ia9bceccc9c36e40948ad68e584eb455b269fab02
-rw-r--r-- | docs/content/infrastructure/fdio_dc_testbed_specifications.md | 2 | ||||
-rw-r--r-- | topologies/available/lf_3n_emr_testbed29.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/infrastructure/fdio_dc_testbed_specifications.md b/docs/content/infrastructure/fdio_dc_testbed_specifications.md index 4c4d39a594..1508f3a1ca 100644 --- a/docs/content/infrastructure/fdio_dc_testbed_specifications.md +++ b/docs/content/infrastructure/fdio_dc_testbed_specifications.md @@ -1559,7 +1559,7 @@ FD.io CSIT lab contains following server types: - testbed29: - ring1 100GE-ports e810-CQDA2-2p100GE: - s43-t29-tg1-c4/p1 to s42-t29-sut1-c9/p2 - - s43-t29-tg1-c4/p1 to s42-t29-sut1-c4/p2 + - s43-t29-tg1-c4/p2 to s42-t29-sut1-c4/p2 - s42-t29-sut1-c9/p1 to s43-t29-tg1-c4/p1 - ring2 100GE-ports e810-CQDA2-2p100GE: - s42-t29-sut1-c2/p1 to s43-t29-tg1-c2/p1. diff --git a/topologies/available/lf_3n_emr_testbed29.yaml b/topologies/available/lf_3n_emr_testbed29.yaml index 1e49a1c8ec..4dfebfc0b3 100644 --- a/topologies/available/lf_3n_emr_testbed29.yaml +++ b/topologies/available/lf_3n_emr_testbed29.yaml @@ -37,7 +37,7 @@ nodes: link: link1 model: Intel-E810CQ port2: - # s41-t29-tg1-c4/p1 - 100GE port2 Intel E810-2C-Q2 2p100GE. + # s41-t29-tg1-c4/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. mac_address: "40:a6:b7:ca:2a:70" pci_address: "0000:29:00.0" ip4_address: "172.16.30.1" @@ -67,7 +67,7 @@ nodes: interfaces: port1: # s40-t29-sut1-c4/p1 - 100GE port1 Intel E810-2C-Q2 2p100GE. - mac_address: "40:a6:b7:ca:2b:f0" + mac_address: "40:a6:b7:ca:2c:d0" pci_address: "0000:27:00.0" ip4_address: "172.16.20.1" driver: ice @@ -75,7 +75,7 @@ nodes: model: Intel-E810CQ port2: # s40-t29-sut1-c4/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE. - mac_address: "40:a6:b7:ca:2b:f4" + mac_address: "40:a6:b7:ca:2c:d4" pci_address: "0000:29:00.0" ip4_address: "172.16.30.2" driver: ice @@ -117,4 +117,4 @@ nodes: ip4_address: "172.16.10.2" driver: ice link: link1 - model: Intel-E810CQ
\ No newline at end of file + model: Intel-E810CQ |