Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a7384c9d authored by JACQUOT Pierre's avatar JACQUOT Pierre Committed by JACQUOT Pierre
Browse files

[toulouse][network] Fix gw LAG description.

parent 0ca203c3
No related branches found
No related tags found
1 merge request!535Rename gw-toulouse into gw
Pipeline #859430 passed
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
"gw-toulouse" "gw-toulouse"
], ],
"channels": { "channels": {
"port-channel1": { "lag1": {
"kind": "server", "kind": "server",
"port": "port-channel1", "port": "port-channel1",
"rate": 20000000000, "rate": 20000000000,
"uid": "nfs" "uid": "nfs"
}, },
"port-channel2": { "lag2": {
"kind": "switch", "kind": "switch",
"port": "port-channel1", "port": "port-channel1",
"rate": 20000000000, "rate": 20000000000,
...@@ -98,12 +98,12 @@ ...@@ -98,12 +98,12 @@
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "1/1/15", "snmp_name": "1/1/15",
"uid": "port-channel2" "uid": "lag2"
}, },
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "1/1/16", "snmp_name": "1/1/16",
"uid": "port-channel2" "uid": "lag2"
}, },
{ {
"kind": "server", "kind": "server",
...@@ -118,12 +118,12 @@ ...@@ -118,12 +118,12 @@
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "1/1/19", "snmp_name": "1/1/19",
"uid": "port-channel1" "uid": "lag1"
}, },
{ {
"kind": "channel", "kind": "channel",
"snmp_name": "1/1/20", "snmp_name": "1/1/20",
"uid": "port-channel1" "uid": "lag1"
} }
], ],
"rate": 10000000000, "rate": 10000000000,
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"channels": { "channels": {
"port-channel1": { "port-channel1": {
"kind": "router", "kind": "router",
"port": "port-channel2", "port": "lag2",
"rate": 20000000000, "rate": 20000000000,
"uid": "gw" "uid": "gw"
} }
......
...@@ -81,10 +81,10 @@ gw: ...@@ -81,10 +81,10 @@ gw:
uid: montcalm-10 uid: montcalm-10
kind: server kind: server
15: 15:
uid: port-channel2 uid: lag2
kind: channel kind: channel
16: 16:
uid: port-channel2 uid: lag2
kind: channel kind: channel
17: 17:
uid: pve-1 uid: pve-1
...@@ -93,18 +93,18 @@ gw: ...@@ -93,18 +93,18 @@ gw:
uid: pve-2 uid: pve-2
kind: server kind: server
19: 19:
uid: port-channel1 uid: lag1
kind: channel kind: channel
20: 20:
uid: port-channel1 uid: lag1
kind: channel kind: channel
channels: channels:
port-channel1: lag1:
uid: nfs uid: nfs
kind: server kind: server
rate: 20000000000 rate: 20000000000
port: port-channel1 port: port-channel1
port-channel2: lag2:
uid: sw-estats uid: sw-estats
kind: switch kind: switch
rate: 20000000000 rate: 20000000000
......
...@@ -39,4 +39,4 @@ sw-estats: ...@@ -39,4 +39,4 @@ sw-estats:
uid: gw uid: gw
kind: router kind: router
rate: 20000000000 rate: 20000000000
port: port-channel2 port: lag2
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