From b4f1157048e77cde22254d7e82e14ca377c36f95 Mon Sep 17 00:00:00 2001 From: julianefalsig <99727683+julianefalsig@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:51:32 +0100 Subject: [PATCH] Change EC2 URLs for group 'o' Updated URLs for group 'o' to new EC2 instances. --- repositories.py | 121 +++++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 57 deletions(-) diff --git a/repositories.py b/repositories.py index 20f2002..9efbdd4 100644 --- a/repositories.py +++ b/repositories.py @@ -1,93 +1,100 @@ GROUP_REPOS = [ [ "group a", - "Ducks", - ["https://github.com/Alexitu01/DevOps_Ducks"], - "http://46.101.212.68", - "http://46.101.212.68", + "ZeroDownTime", + ["https://github.com/ZeroDownTime-ITU/minitwit_project"], + "https://zerodt.live/", + "http://zerodt.live:7070/api", ], [ "group b", - "Carl ⏰", - ["https://github.com/DevOps-Group-B/MiniTwit"], - "http://165.227.170.149", - "http://165.227.170.149", + "catch(RuntimeException){goto f;}", + ["https://github.com/JohannesHackl/DevOps26_RE_minitwit"], + "http://164.92.186.201:5001", + "http://164.92.186.201:5001/api", ], [ "group c", - "youCanCUs", - ["https://github.com/Anders0106/Devops2026"], - "https://srv1039100.tail89935c.ts.net:8443", - "https://srv1039100.tail89935c.ts.net:8443", + "group c", + ["https://github.com/jskoven/Devops2026_jklo_jakst_aing_asjo_mbln"], + "http://161.35.68.148:80", + "http://161.35.68.148:80", ], [ "group d", - "Mixed", - ["https://github.com/KaramTNC/itu-minitwit"], - "http://46.101.201.186:5001", - "http://46.101.201.186:8080", + "Dense Dino Nuggets", + ["https://github.com/Slug-Boi-ITU-Repositories/Dense-Dino-Nuggets"], + "http://164.92.201.201:8080", + "http://164.92.201.201:8080", ], [ "group e", - "Disaster", - ["https://github.com/Itu-DevOps-2026/ITU-MiniTwit"], - "http://165.227.145.109:5000", - "http://165.227.145.109:5000/api", + "Jams", + ["https://github.com/sebsthiel/minitwit-devops"], + "http://209.38.209.29:5001", + "http://209.38.209.29:5001/api" ], [ "group f", - "Gruppe 1", - ["https://github.com/Afab1311/MiniTwit-gruppe1", "https://github.com/sebseb10/ITU-MiniTwit"], - "http://46.101.231.189:5001", - "http://46.101.231.189:5001", + "if time > 16 {beer++;}", + ["https://github.com/TienCamLy/MiniTwit"], + "http://157.230.30.175:8080", + "http://157.230.30.175:8080", ], [ "group g", - "GruppeOG", - ["https://github.com/Joakim-David/GruppeOG"], - "http://142.93.169.145:7273", - "http://142.93.169.145:7273", + "DevOpps", + ["https://git.marfavi.com/DevOpps/minitwit"], + "https://minitwitter.com", + "https://minitwitter.com/api", ], [ "group i", - "Team Connie", - ["https://github.com/21Philip/devops-minitwit"], - "http://146.190.204.218:5001", - "http://146.190.204.218:5000", - ], - [ - "group j", - "Chirp Vee2", - ["https://github.com/ITU-DevOps-2026-J/Chirp-Vee2"], - "http://157.245.27.199:8080", - "http://157.245.27.199:8080", + "I Terroni", + ["https://github.com/stegish/I-Terroni-DevOps"], + "http://164.92.231.30:8080", + "http://164.92.231.30:8080", ], [ "group k", - "DevBobs", - ["https://github.com/DevBobs-devops/Devbobs_MiniTwit"], - "http://209.38.230.113:8080", - "http://209.38.230.113:8080", + "Pat Myaz", + ["https://github.com/ITU-DevOps2026/ITU-minitwit"], + "http://209.38.114.224:5035", + "http://209.38.114.224:5035/api", ], [ - "group l", - "Deploy and pray", - ["https://github.com/ITU-DEVOPS2026-GROUP-l/ITU-MiniTwit"], - "http://161.35.211.34:5000", - "http://161.35.211.34:5000", + "group m", + "Holy C Enjoyers", + ["https://github.com/MudiLoodi/minitwit"], + "http(s):///", + "http(s):///", ], [ - "group m", - "Jackhammers", - ["https://github.com/RonoITU/itu-devops2026-jackhammers"], - "https://windysquirrels.dk", - "https://windysquirrels.dk/api", + "group n", + "Diversity", + ["https://github.com/huncut47/diversity"], + "http://168.119.126.80", + "http://168.119.126.80", ], [ "group o", - "NO.1", - ["https://github.com/YUMJiHyeon/DEVOPS"], - "http://129.212.212.105:5000", - "http://129.212.212.105:5000", + "Rollback & Relax", + ["https://github.com/alqeren1/devops"], + "http://ec2-13-60-32-149.eu-north-1.compute.amazonaws.com:3000", + "http://ec2-13-60-32-149.eu-north-1.compute.amazonaws.com:5001", + ], + [ + "group p", + "EastTops", + ["https://github.com/AntohaY/itu-minitwit"], + "http://164.90.229.101", + "http://164.90.229.101", + ], + [ + "group q", + "DevTroopers", + ["https://github.com/DevTroopers-ITU/itu-minitwit"], + "http://46.224.144.214:8080", + "http://46.224.144.214:8080", ], ]