From 832f74f37fbe627c178ef5385db24f883b4a6aa3 Mon Sep 17 00:00:00 2001
From: Elodie Bertoncello <elodie.bertoncello@inria.fr>
Date: Thu, 7 Nov 2013 09:55:32 +0100
Subject: [PATCH] [lille] Correct network information for chirloute-7 (port
 eth1 et kind node)

---
 data/grid5000/sites/lille/network_equipments/gw-lille.json | 3 ++-
 generators/input/sites/lille/net-links/gw-lille.yaml       | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/data/grid5000/sites/lille/network_equipments/gw-lille.json b/data/grid5000/sites/lille/network_equipments/gw-lille.json
index 9156e3c053f..c43e2837acf 100644
--- a/data/grid5000/sites/lille/network_equipments/gw-lille.json
+++ b/data/grid5000/sites/lille/network_equipments/gw-lille.json
@@ -334,7 +334,7 @@
     },
     {
       "backplane_bps": 40000000000,
-      "kind": "switch",
+      "kind": "node",
       "naming_pattern": "Gi%LINECARD%/%PORT%",
       "ports": [
         {
@@ -407,6 +407,7 @@
 
         },
         {
+          "port": "eth1",
           "uid": "chirloute-7"
         },
         {
diff --git a/generators/input/sites/lille/net-links/gw-lille.yaml b/generators/input/sites/lille/net-links/gw-lille.yaml
index 16676c61aca..a95a6eed814 100644
--- a/generators/input/sites/lille/net-links/gw-lille.yaml
+++ b/generators/input/sites/lille/net-links/gw-lille.yaml
@@ -208,12 +208,14 @@ gw-lille:
            uid: zed
            port: eth0
     4:
-      kind: switch
+      kind: node
       naming_pattern: Gi%LINECARD%/%PORT%
       backplane_bps: 40000000000
       rate: 1000000000
       ports:
-        23: chirloute-7
+        23: 
+          uid: chirloute-7
+          port: eth1
         40:
           kind: other
           uid: chimint-srv2
-- 
GitLab