From c1814c739bd15a3af80e6d4ac7f413f7623fd0b8 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Tue, 28 Mar 2023 18:45:22 +0200 Subject: [PATCH] fix networks --- geant_service_orchestrator/oss-params-example.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/geant_service_orchestrator/oss-params-example.json b/geant_service_orchestrator/oss-params-example.json index 32187e1f..4c9f4c58 100644 --- a/geant_service_orchestrator/oss-params-example.json +++ b/geant_service_orchestrator/oss-params-example.json @@ -9,12 +9,12 @@ "password": "robot-user-password" }, "TRUNK": { - "V4": {"container": "1.1.0.0/19", "mask": 31}, - "V6": {"container": "dead:beef::/29", "mask": 96} + "V4": {"container": "1.1.0.0/24", "mask": 31}, + "V6": {"container": "dead:beef::/64", "mask": 96} }, "GEANT_IP": { - "V4": {"container": "1.1.8.0/19", "mask": 31}, - "V6": {"container": "dead:beef::/29", "mask": 96} + "V4": {"container": "1.1.8.0/24", "mask": 31}, + "V6": {"container": "dead:beef::/64", "mask": 96} } } } \ No newline at end of file -- GitLab