From 958b06a9b34467bcdcc0c12da4fe48fa09182a4e Mon Sep 17 00:00:00 2001 From: Alex <36111671+Tjaarda1@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:20:16 +0100 Subject: [PATCH] Update sampleFile.json --- configs/sampleFile.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/configs/sampleFile.json b/configs/sampleFile.json index a024bcf..b66ca57 100644 --- a/configs/sampleFile.json +++ b/configs/sampleFile.json @@ -1,18 +1,12 @@ [ { - "name": "test-l2sm-uc3m-polito-1", - "nodeIP": "10.244.0.37", - "neighborNodes": ["test-l2sm-uc3m-polito-2","test-l2sm-uc3m-polito-3"] + "name": "<NODE_SWITCH_1>", + "nodeIP": "<IP_SWITCH_1>", + "neighborNodes": ["<NODE_SWITCH_2>"] }, { - "name": "test-l2sm-uc3m-polito-2", - "nodeIP": "10.244.1.64", - "neighborNodes": ["test-l2sm-uc3m-polito-1","test-l2sm-uc3m-polito-3"] - }, - { - "name": "test-l2sm-uc3m-polito-3", - "nodeIP": "10.244.2.33", - "neighborNodes": ["test-l2sm-uc3m-polito-1","test-l2sm-uc3m-polito-2"] + "name": "<NODE_SWITCH_2>", + "nodeIP": "<IP_SWITCH_2>", + "neighborNodes": ["<NODE_SWITCH_1>"] } - ] -- GitLab