diff --git a/data/grid5000/network_equipments/renater5-paris.json b/data/grid5000/network_equipments/renater5-paris.json index 656472ef2b1d628e03eb09c941c14b9ac72eeea0..b38c0e8c27fe58de33137c8626d64e532d60becd 100644 --- a/data/grid5000/network_equipments/renater5-paris.json +++ b/data/grid5000/network_equipments/renater5-paris.json @@ -23,10 +23,18 @@ "port": 0, "rate": 10000000000, "uid": "renater5-nancy" + }, + { + "kind": "virtual", + "linecard": 0, + "port": 0, + "rate": 10000000000, + "uid": "renater5-rennes" } + ] } ], "type": "network_equipment", "uid": "renater5-paris" -} \ No newline at end of file +} diff --git a/data/grid5000/network_equipments/renater5-rennes.json b/data/grid5000/network_equipments/renater5-rennes.json new file mode 100644 index 0000000000000000000000000000000000000000..73752cfac549f4ff2d53f4b0711b62022d0ab5c0 --- /dev/null +++ b/data/grid5000/network_equipments/renater5-rennes.json @@ -0,0 +1,23 @@ +{ + "kind": "virtual", + "linecards": [ + { + "ports": [ + { + "kind": "virtual", + "linecard": 0, + "port": 3, + "rate": 10000000000, + "uid": "renater5-paris" + }, + { + "kind": "router", + "site_uid": "rennes", + "uid": "gw" + } + ] + } + ], + "type": "network_equipment", + "uid": "renater5-rennes" +}