From 2f696588852d2abc71835baa4f5c274ce313a7aa Mon Sep 17 00:00:00 2001 From: Patrice RINGOT <patrice.ringot@loria.fr> Date: Tue, 19 Sep 2023 10:43:57 +0200 Subject: [PATCH] Update renater.yaml for toulouse --- .../network_equipments/renater-toulouse.json | 20 +++++++++++++++++++ .../grid5000/network_equipments/renater.yaml | 12 +++++++++++ 2 files changed, 32 insertions(+) create mode 100644 data/grid5000/network_equipments/renater-toulouse.json diff --git a/data/grid5000/network_equipments/renater-toulouse.json b/data/grid5000/network_equipments/renater-toulouse.json new file mode 100644 index 00000000000..802d45affc4 --- /dev/null +++ b/data/grid5000/network_equipments/renater-toulouse.json @@ -0,0 +1,20 @@ +{ + "kind": "virtual", + "linecards": [ + { + "ports": [ + { + "uid": "renater-lyon" + }, + { + "kind": "router", + "site_uid": "toulouse", + "uid": "gw-toulouse" + } + ], + "rate": 10000000000 + } + ], + "type": "network_equipment", + "uid": "renater-toulouse" +} \ No newline at end of file diff --git a/input/grid5000/network_equipments/renater.yaml b/input/grid5000/network_equipments/renater.yaml index 0c2a148805a..6061b847669 100644 --- a/input/grid5000/network_equipments/renater.yaml +++ b/input/grid5000/network_equipments/renater.yaml @@ -117,3 +117,15 @@ renater-sophia: kind: router site_uid: sophia uid: gw-sophia +renater-toulouse: + kind: virtual + linecards: + 0: + rate: 10000000000 + ports: + 0: + uid: renater-lyon + 1: + kind: router + site_uid: toulouse + uid: gw-toulouse -- GitLab