Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0b8c8169 authored by Ludovic Schoepps's avatar Ludovic Schoepps
Browse files

Merge branch 'fix_luxembourg_network_config' into 'master'

[luxembourg] Fix 100g links in network descriptions

See merge request !830
parents 49bc9ca1 71726bfa
No related branches found
No related tags found
1 merge request!830[luxembourg] Fix 100g links in network descriptions
Pipeline #1063953 passed with warnings
......@@ -32,19 +32,19 @@
"port-channel55": {
"kind": "server",
"port": "port-channel55",
"rate": 20000000000,
"uid": "srv-data"
"rate": 200000000000,
"uid": "srv-data2"
},
"port-channel57": {
"kind": "switch",
"port": "port-channel53",
"rate": 20000000000,
"rate": 200000000000,
"uid": "sw-b09"
},
"port-channel59": {
"kind": "switch",
"port": "port-channel53",
"rate": 20000000000,
"rate": 200000000000,
"uid": "sw-b04"
},
"port-channel7": {
......@@ -213,31 +213,37 @@
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/55",
"uid": "port-channel55"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/56",
"uid": "port-channel55"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/57",
"uid": "port-channel57"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/58",
"uid": "port-channel57"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/59",
"uid": "port-channel59"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/60",
"uid": "port-channel59"
}
......
......@@ -126,11 +126,13 @@
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/53",
"uid": "port-channel53"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/54",
"uid": "port-channel53"
}
......
......@@ -126,11 +126,13 @@
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/53",
"uid": "port-channel53"
},
{
"kind": "channel",
"rate": 100000000000,
"snmp_name": "Ethernet1/54",
"uid": "port-channel53"
}
......
......@@ -165,21 +165,27 @@ gw:
55:
uid: port-channel55
kind: channel
rate: 100_000_000_000
56:
uid: port-channel55
kind: channel
rate: 100_000_000_000
57:
uid: port-channel57
kind: channel
rate: 100_000_000_000
58:
uid: port-channel57
kind: channel
rate: 100_000_000_000
59:
uid: port-channel59
kind: channel
rate: 100_000_000_000
60:
uid: port-channel59
kind: channel
rate: 100_000_000_000
channels:
port-channel1:
uid: pve-1
......@@ -207,17 +213,17 @@ gw:
kind: server
rate: 20_000_000_000
port-channel55:
uid: srv-data
uid: srv-data2
port: port-channel55
kind: server
rate: 20_000_000_000
rate: 200_000_000_000
port-channel57:
uid: sw-b09
port: port-channel53
kind: switch
rate: 20_000_000_000
rate: 200_000_000_000
port-channel59:
uid: sw-b04
port: port-channel53
kind: switch
rate: 20_000_000_000
rate: 200_000_000_000
......@@ -68,9 +68,11 @@ sw-b04:
53:
uid: port-channel53
kind: channel
rate: 100_000_000_000
54:
uid: port-channel53
kind: channel
rate: 100_000_000_000
channels:
port-channel53:
uid: gw
......
......@@ -68,9 +68,11 @@ sw-b09:
53:
uid: port-channel53
kind: channel
rate: 100_000_000_000
54:
uid: port-channel53
kind: channel
rate: 100_000_000_000
channels:
port-channel53:
uid: gw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment