Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 316f038d authored by Gaetan SIMO's avatar Gaetan SIMO
Browse files

[bordeaux] Adding ib switch

parent 0b3958d0
Branches
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"uid": "labri" "uid": "labri"
}, },
{ {
"kind": "other", "kind": "switch",
"uid": "ib" "uid": "ib"
}, },
{ {
...@@ -379,5 +379,8 @@ ...@@ -379,5 +379,8 @@
"administrative": true "administrative": true
}, },
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
},
"weathermap": {
} }
} }
\ No newline at end of file
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
"kind": "switch", "kind": "switch",
"linecards": [ "linecards": [
{ {
"kind": "node", "kind": "router",
"naming_pattern": "%LINECARD%/%PORT%", "naming_pattern": "%LINECARD%/%PORT%",
"ports": [ "ports": [
{ {
"uid": "gw" "uid": "gw"
} }
], ],
"rate": 100000000 "rate": 10000000000
} }
], ],
"model": "Infiniband", "model": "Infiniband",
...@@ -25,5 +25,8 @@ ...@@ -25,5 +25,8 @@
"uid": "ib", "uid": "ib",
"vlans": { "vlans": {
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
},
"weathermap": {
} }
} }
\ No newline at end of file
...@@ -68,5 +68,8 @@ ...@@ -68,5 +68,8 @@
"uid": "sbordeplage-1", "uid": "sbordeplage-1",
"vlans": { "vlans": {
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
},
"weathermap": {
} }
} }
\ No newline at end of file
...@@ -158,5 +158,8 @@ ...@@ -158,5 +158,8 @@
"uid": "sbordeplage-2", "uid": "sbordeplage-2",
"vlans": { "vlans": {
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
},
"weathermap": {
} }
} }
\ No newline at end of file
...@@ -65,5 +65,8 @@ ...@@ -65,5 +65,8 @@
"uid": "sborderline", "uid": "sborderline",
"vlans": { "vlans": {
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
},
"weathermap": {
} }
} }
\ No newline at end of file
...@@ -41,5 +41,8 @@ ...@@ -41,5 +41,8 @@
"uid": "st-bordemer", "uid": "st-bordemer",
"vlans": { "vlans": {
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
},
"weathermap": {
} }
} }
\ No newline at end of file
...@@ -31,7 +31,7 @@ gw: ...@@ -31,7 +31,7 @@ gw:
rate: 1000000000 rate: 1000000000
6: 6:
uid: ib uid: ib
kind: other kind: switch
7: st-bordemer 7: st-bordemer
1: 1:
naming_pattern: "%LINECARD%/%PORT%" naming_pattern: "%LINECARD%/%PORT%"
......
---
ib:
model: Infiniband
kind: switch
site: bordeaux
snmp_community: public
vlans:
naming_pattern: Vlan%VLANID%
routes: {}
linecards:
0:
naming_pattern: "%LINECARD%/%PORT%"
kind: router
rate: 10000000000
ports:
0: gw
channels:
naming_pattern: Po%CHANNELID%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment