From 5a9240d1ad5ac4435731d5a5986c2f96820b2c91 Mon Sep 17 00:00:00 2001 From: Gaetan SIMO <gaetan.simo@inria.fr> Date: Mon, 6 Aug 2012 13:03:08 +0200 Subject: [PATCH] [luxembourg] network-api - adding nexus interface mgmt0 --- .../network_equipments/ul-grid5000-sw01.json | 74 +++++++++++++++++++ .../network_equipments/ul-grid5000-sw02.json | 11 +++ .../net-links/ul-grid5000-sw01.yaml | 4 + .../net-links/ul-grid5000-sw02.yaml | 8 ++ 4 files changed, 97 insertions(+) diff --git a/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw01.json b/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw01.json index 22a957d02f3..d2cbc8ec39a 100644 --- a/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw01.json +++ b/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw01.json @@ -80,6 +80,80 @@ }, { "uid": "granduc-22" + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + + }, + { + "kind": "switch", + "port": "mgmt0", + "uid": "ul-grid5000-sw02" } ], "rate": 1000000000 diff --git a/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw02.json b/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw02.json index e9290568d13..3a3b2e22d1e 100644 --- a/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw02.json +++ b/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw02.json @@ -5,7 +5,18 @@ "kind": "switch", "linecards": [ { + "naming_pattern": "mgmt%LINECARD%", + "ports": [ + { + }, + { + "kind": "router", + "port": "Gi1/46", + "uid": "ul-grid5000-sw01" + } + ], + "rate": 100000000 }, { "naming_pattern": "Eth%LINECARD%/%PORT%", diff --git a/generators/input/sites/luxembourg/net-links/ul-grid5000-sw01.yaml b/generators/input/sites/luxembourg/net-links/ul-grid5000-sw01.yaml index 3daa352f99b..fe23cba61cd 100644 --- a/generators/input/sites/luxembourg/net-links/ul-grid5000-sw01.yaml +++ b/generators/input/sites/luxembourg/net-links/ul-grid5000-sw01.yaml @@ -43,6 +43,10 @@ ul-grid5000-sw01: 21: granduc-21 22: granduc-22 18: granduc-18 + 46: + uid: ul-grid5000-sw02 + kind: switch + port: mgmt0 5: naming_pattern: Te%LINECARD%/%PORT% kind: router diff --git a/generators/input/sites/luxembourg/net-links/ul-grid5000-sw02.yaml b/generators/input/sites/luxembourg/net-links/ul-grid5000-sw02.yaml index bf237339cc9..296eda2d445 100644 --- a/generators/input/sites/luxembourg/net-links/ul-grid5000-sw02.yaml +++ b/generators/input/sites/luxembourg/net-links/ul-grid5000-sw02.yaml @@ -15,6 +15,14 @@ ul-grid5000-sw02: routes: {} linecards: + 0: + naming_pattern: "mgmt%LINECARD%" + rate: 100000000 + ports: + 1: + uid: ul-grid5000-sw01 + port: Gi1/46 + kind: router 1: naming_pattern: "Eth%LINECARD%/%PORT%" rate: 10000000000 -- GitLab