Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1fc8fb8f authored by Simon Delamare's avatar Simon Delamare
Browse files

[network] fix wrong linecard description in gw.nancy

parent f42c684c
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@
},
{
"backplane_bps": 14400000000,
"kind": "virtual",
"kind": "node",
"model": "J9538A",
"naming_pattern": "%LINECARD:F%%PORT%",
"ports": [
......@@ -279,10 +279,12 @@
"uid": "graphite-4"
},
{
"kind": "virtual",
"uid": "srv"
},
{
"uid": "srv-data"
"kind": "virtual",
"uid": "srv"
}
],
"rate": 10000000000,
......
......@@ -204,15 +204,19 @@ gw-nancy:
snmp_pattern: "F%PORT%"
backplane_bps: 14400000000
model: J9538A
kind: virtual
kind: node
rate: 10000000000
ports:
1: graphite-1
2: graphite-2
3: graphite-3
4: graphite-4
5: srv
6: srv-data
5:
uid: srv
kind: virtual
6:
uid: srv
kind: virtual
channels:
naming_pattern: Po%CHANNELID%
snmp_pattern: Trk%CHANNELID%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment