From dca4a27a5c246b7299a07971e13601fd7662a620 Mon Sep 17 00:00:00 2001 From: Vidal WATAT <vidal.watat@inria.fr> Date: Thu, 24 Jan 2013 13:44:32 +0100 Subject: [PATCH] [Lille,Toulouse] add renater as virtual kind --- data/grid5000/sites/lille/network_equipments/gw-lille.json | 2 +- .../grid5000/sites/toulouse/network_equipments/gw-toulouse.json | 2 +- generators/input/sites/lille/net-links/gw-lille.yaml | 2 +- generators/input/sites/toulouse/net-links/gw-toulouse.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/grid5000/sites/lille/network_equipments/gw-lille.json b/data/grid5000/sites/lille/network_equipments/gw-lille.json index 851957a2dc5..8c27ccda26e 100644 --- a/data/grid5000/sites/lille/network_equipments/gw-lille.json +++ b/data/grid5000/sites/lille/network_equipments/gw-lille.json @@ -8,7 +8,7 @@ }, { - "kind": "renater", + "kind": "virtual", "naming_pattern": "Te%LINECARD%/%PORT%", "ports": [ { diff --git a/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json b/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json index b23b9abf68c..0b5a35ab407 100644 --- a/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json +++ b/data/grid5000/sites/toulouse/network_equipments/gw-toulouse.json @@ -8,7 +8,7 @@ }, { - "kind": "renater", + "kind": "virtual", "naming_pattern": "Te%LINECARD%/%PORT%", "ports": [ { diff --git a/generators/input/sites/lille/net-links/gw-lille.yaml b/generators/input/sites/lille/net-links/gw-lille.yaml index 7625e3d2d9a..17933eceba7 100644 --- a/generators/input/sites/lille/net-links/gw-lille.yaml +++ b/generators/input/sites/lille/net-links/gw-lille.yaml @@ -20,7 +20,7 @@ gw-lille: ports: 1: labo-inria 1: - kind: renater + kind: virtual naming_pattern: Te%LINECARD%/%PORT% rate: 10000000000 ports: diff --git a/generators/input/sites/toulouse/net-links/gw-toulouse.yaml b/generators/input/sites/toulouse/net-links/gw-toulouse.yaml index ae6fa2c3f40..868d071db70 100644 --- a/generators/input/sites/toulouse/net-links/gw-toulouse.yaml +++ b/generators/input/sites/toulouse/net-links/gw-toulouse.yaml @@ -14,7 +14,7 @@ gw-toulouse: - 172.16.127.254 linecards: 1: - kind: renater + kind: virtual naming_pattern: Te%LINECARD%/%PORT% rate: 10000000000 ports: -- GitLab