Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 44a88122 authored by Baptiste Jonglez's avatar Baptiste Jonglez
Browse files

[grenoble] [network] Hack to workaround lack of port-channel monitoring on gw.grenoble

parent a28629d1
No related branches found
No related tags found
No related merge requests found
Pipeline #193288 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
], ],
"backplane_bps": 800000000000, "backplane_bps": 800000000000,
"channels": { "channels": {
"ACI-G5K-INT": { "X670V-48x Port 43": {
"kind": "switch", "kind": "switch",
"port": "TN-G5K-INT", "port": "TN-G5K-INT",
"rate": 30000000000, "rate": 30000000000,
...@@ -275,17 +275,17 @@ ...@@ -275,17 +275,17 @@
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "X670V-48x Port 43", "snmp_name": "X670V-48x Port 43",
"uid": "ACI-G5K-INT" "uid": "X670V-48x Port 43"
}, },
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "X670V-48x Port 44", "snmp_name": "X670V-48x Port 44",
"uid": "ACI-G5K-INT" "uid": "X670V-48x Port 43"
}, },
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "X670V-48x Port 45", "snmp_name": "X670V-48x Port 45",
"uid": "ACI-G5K-INT" "uid": "X670V-48x Port 43"
}, },
{ {
"kind": "server", "kind": "server",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"channels": { "channels": {
"TN-G5K-INT": { "TN-G5K-INT": {
"kind": "switch", "kind": "switch",
"port": "ACI-G5K-INT", "port": "X670V-48x Port 43",
"rate": 30000000000, "rate": 30000000000,
"uid": "gw" "uid": "gw"
} }
......
...@@ -130,13 +130,13 @@ gw: ...@@ -130,13 +130,13 @@ gw:
uid: dighyp2 uid: dighyp2
kind: server kind: server
43: 43:
uid: ACI-G5K-INT uid: X670V-48x Port 43
kind: channel kind: channel
44: 44:
uid: ACI-G5K-INT uid: X670V-48x Port 43
kind: channel kind: channel
45: 45:
uid: ACI-G5K-INT uid: X670V-48x Port 43
kind: channel kind: channel
46: 46:
uid: digwatt uid: digwatt
...@@ -148,7 +148,7 @@ gw: ...@@ -148,7 +148,7 @@ gw:
uid: renater5 uid: renater5
kind: backbone kind: backbone
channels: channels:
ACI-G5K-INT: X670V-48x Port 43:
uid: sw-aci-333 uid: sw-aci-333
port: TN-G5K-INT port: TN-G5K-INT
kind: switch kind: switch
......
...@@ -27,6 +27,6 @@ sw-aci-333: ...@@ -27,6 +27,6 @@ sw-aci-333:
channels: channels:
TN-G5K-INT: TN-G5K-INT:
uid: gw uid: gw
port: ACI-G5K-INT port: X670V-48x Port 43
kind: switch kind: switch
rate: 30000000000 rate: 30000000000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment