diff options
author | 2025-02-11 14:21:41 +0100 | |
---|---|---|
committer | 2025-02-12 09:23:50 +0000 | |
commit | 0ba57265e7fb6ccc9f926102252be5c5201b7fdf (patch) | |
tree | a730c0348f1288fea9bf342e35bf88babd38411c | |
parent | ee113497fedcd1b3d6425255b6f683c59152fb5d (diff) |
fix(topology): Reorder CX7 links on .82oper-250210
The failures of Nginx tests suggest the physical cables
got moved into the intended configuration during ubuntu2404 migration,
so this reverts the previous workaround 39664.
Change-Id: Ie5a2baa4a9d5122cc6bb2a39f028479b20a131fa
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 7f2266219dd1fc245b58564d8a9b591594e0fece)
-rw-r--r-- | topologies/available/lf_2n_icx_testbed212.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/topologies/available/lf_2n_icx_testbed212.yaml b/topologies/available/lf_2n_icx_testbed212.yaml index d91451e94e..5f225dcbb9 100644 --- a/topologies/available/lf_2n_icx_testbed212.yaml +++ b/topologies/available/lf_2n_icx_testbed212.yaml @@ -86,7 +86,7 @@ nodes: pci_address: "0000:b1:00.0" ip4_address: "172.16.90.2" driver: mlx5_core - link: link10 + link: link9 model: Mellanox-CX7VEAT port10: # s82-t212-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. @@ -94,7 +94,7 @@ nodes: pci_address: "0000:b1:00.1" ip4_address: "172.16.100.2" driver: mlx5_core - link: link9 + link: link10 model: Mellanox-CX7VEAT port11: # s82-t212-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. @@ -200,4 +200,4 @@ nodes: ip4_address: "172.16.100.1" driver: mlx5_core link: link10 - model: Mellanox-CX7VEAT
\ No newline at end of file + model: Mellanox-CX7VEAT |