From 43c02fe25e7931a3c56445a5279ee723b27564ec Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 31 Aug 2024 14:16:47 +0200 Subject: ecsc demo2 --- tulip/0002-tulip-services.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tulip/0002-tulip-services.patch') diff --git a/tulip/0002-tulip-services.patch b/tulip/0002-tulip-services.patch index 1e0564f..a0314f1 100644 --- a/tulip/0002-tulip-services.patch +++ b/tulip/0002-tulip-services.patch @@ -16,15 +16,15 @@ index 0dea4f4..032fdb4 100755 flag_regex = os.getenv("FLAG_REGEX", "[A-Z0-9]{31}=") mongo_server = f'mongodb://{mongo_host}/' -vm_ip = os.getenv("VM_IP", "10.10.3.1") -+vm_ip = "10.100.2.1" ++vm_ip = "10.60.33.1" + -+services = [{"ip": vm_ip, "port": 5000, "name": "contractual_service1"}, -+ {"ip": vm_ip, "port": 1337, "name": "tpm_service2"}, -+ {"ip": vm_ip, "port": 3000, "name": "todo_service3"}, -+ {"ip": vm_ip, "port": -1, "name": "other"}, -+ {"ip": vm_ip, "port": -1, "name": "other"}, -+ {"ip": vm_ip, "port": -1, "name": "other"}, -+ {"ip": vm_ip, "port": -1, "name": "other"}, ++services = [{"ip": vm_ip, "port": 80, "name": "CApp"}, ++ {"ip": vm_ip, "port": 1234, "name": "CyberUni"}, ++ {"ip": vm_ip, "port": 1235, "name": "CyberUni"}, ++ {"ip": vm_ip, "port": 1236, "name": "CyberUni"}, ++ {"ip": vm_ip, "port": 1237, "name": "CyberUni"}, ++ {"ip": vm_ip, "port": 1337, "name": "TiCCket"}, ++ {"ip": vm_ip, "port": 5000, "name": "Trademark"}, + {"ip": vm_ip, "port": -1, "name": "other"}, + {"ip": vm_ip, "port": -1, "name": "other"}, + {"ip": vm_ip, "port": -1, "name": "other"}, -- cgit v1.2.3