From 5fd678236a71b04e632bbfd7616345be6cdafd6d Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu> Date: Mon, 22 Oct 2012 16:49:27 +0200 Subject: [PATCH] [luxembourg] Add Port Channel 3 informations (Hera network configuration) --- .../network_equipments/ul-grid5000-sw01.json | 10 ++++++++++ .../sites/luxembourg/net-links/ul-grid5000-sw01.yaml | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) 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 b916ca29f2c..42d5bfc012d 100644 --- a/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw01.json +++ b/data/grid5000/sites/luxembourg/network_equipments/ul-grid5000-sw01.json @@ -20,6 +20,16 @@ "port": 40 } ], + "3": [ + { + "linecard": 1, + "port": 23 + }, + { + "linecard": 2, + "port": 46 + } + ], "naming_pattern": "Po%CHANNELID%" }, "kind": "router", 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 f86a835bfa5..7046e9c4c57 100644 --- a/generators/input/sites/luxembourg/net-links/ul-grid5000-sw01.yaml +++ b/generators/input/sites/luxembourg/net-links/ul-grid5000-sw01.yaml @@ -123,8 +123,8 @@ ul-grid5000-sw01: kind: node 23: uid: hera - kind: other port: eth1 + kind: other 24: uid: granduc-1 port: eth1 @@ -364,3 +364,8 @@ ul-grid5000-sw01: port: 36 - linecard: 1 port: 40 + "3": + - linecard: 1 + port: 23 + - linecard: 2 + port: 46 -- GitLab