From 44a8812238067115b482b283b38c44d7d55ec585 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez <baptiste.jonglez@imag.fr> Date: Thu, 3 Dec 2020 18:31:21 +0100 Subject: [PATCH] [grenoble] [network] Hack to workaround lack of port-channel monitoring on gw.grenoble --- data/grid5000/sites/grenoble/network_equipments/gw.json | 8 ++++---- .../sites/grenoble/network_equipments/sw-aci-333.json | 2 +- input/grid5000/sites/grenoble/networks/gw.yaml | 8 ++++---- input/grid5000/sites/grenoble/networks/sw-aci-333.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data/grid5000/sites/grenoble/network_equipments/gw.json b/data/grid5000/sites/grenoble/network_equipments/gw.json index 7c61fd6606..9eb10eefcd 100644 --- a/data/grid5000/sites/grenoble/network_equipments/gw.json +++ b/data/grid5000/sites/grenoble/network_equipments/gw.json @@ -5,7 +5,7 @@ ], "backplane_bps": 800000000000, "channels": { - "ACI-G5K-INT": { + "X670V-48x Port 43": { "kind": "switch", "port": "TN-G5K-INT", "rate": 30000000000, @@ -275,17 +275,17 @@ { "kind": "channel", "snmp_name": "X670V-48x Port 43", - "uid": "ACI-G5K-INT" + "uid": "X670V-48x Port 43" }, { "kind": "channel", "snmp_name": "X670V-48x Port 44", - "uid": "ACI-G5K-INT" + "uid": "X670V-48x Port 43" }, { "kind": "channel", "snmp_name": "X670V-48x Port 45", - "uid": "ACI-G5K-INT" + "uid": "X670V-48x Port 43" }, { "kind": "server", diff --git a/data/grid5000/sites/grenoble/network_equipments/sw-aci-333.json b/data/grid5000/sites/grenoble/network_equipments/sw-aci-333.json index e8d9a340f7..3c978b2b51 100644 --- a/data/grid5000/sites/grenoble/network_equipments/sw-aci-333.json +++ b/data/grid5000/sites/grenoble/network_equipments/sw-aci-333.json @@ -2,7 +2,7 @@ "channels": { "TN-G5K-INT": { "kind": "switch", - "port": "ACI-G5K-INT", + "port": "X670V-48x Port 43", "rate": 30000000000, "uid": "gw" } diff --git a/input/grid5000/sites/grenoble/networks/gw.yaml b/input/grid5000/sites/grenoble/networks/gw.yaml index bfdae1b498..044f2d5580 100644 --- a/input/grid5000/sites/grenoble/networks/gw.yaml +++ b/input/grid5000/sites/grenoble/networks/gw.yaml @@ -130,13 +130,13 @@ gw: uid: dighyp2 kind: server 43: - uid: ACI-G5K-INT + uid: X670V-48x Port 43 kind: channel 44: - uid: ACI-G5K-INT + uid: X670V-48x Port 43 kind: channel 45: - uid: ACI-G5K-INT + uid: X670V-48x Port 43 kind: channel 46: uid: digwatt @@ -148,7 +148,7 @@ gw: uid: renater5 kind: backbone channels: - ACI-G5K-INT: + X670V-48x Port 43: uid: sw-aci-333 port: TN-G5K-INT kind: switch diff --git a/input/grid5000/sites/grenoble/networks/sw-aci-333.yaml b/input/grid5000/sites/grenoble/networks/sw-aci-333.yaml index e6eb0fea6a..ac04dc0788 100644 --- a/input/grid5000/sites/grenoble/networks/sw-aci-333.yaml +++ b/input/grid5000/sites/grenoble/networks/sw-aci-333.yaml @@ -27,6 +27,6 @@ sw-aci-333: channels: TN-G5K-INT: uid: gw - port: ACI-G5K-INT + port: X670V-48x Port 43 kind: switch rate: 30000000000 -- GitLab