-
Notifications
You must be signed in to change notification settings - Fork 186
/
repositories.py
114 lines (114 loc) · 3.06 KB
/
repositories.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
GROUP_REPOS = [
[
"group c",
"GroupC",
["https://github.com/DevopsGroupC/Minitwit"],
"http://209.38.178.164:5000/",
"http://209.38.178.164:5000/api",
],
[
"group d",
"mini-x",
["https://github.com/sumrdev/mini-x"],
"http://helge.lol:5000",
"http://helge.lol:5001",
],
[
"group e",
"Grl Pwr",
["https://github.com/devops2024-group-e/itu-minitwit", "https://github.com/devops2024-group-e/ansible-action", "https://github.com/devops2024-group-e/flag"],
"http://159.223.250.240",
"http://159.223.250.240:8080",
],
[
"group f",
"Group F",
["https://github.com/DevOps-GroupF/itu-minitwit-devops"],
"http://46.101.152.178:8080",
"http://46.101.152.178:8080/api",
],
[
"group g",
"GESMT",
["https://github.com/dudustri/DevOps-Adventure"],
"http://gemst.dk/public",
"http://134.209.226.165:8081/api",
],
[
"group h",
"Eagles",
["https://github.com/Eagles-DevOps/MiniTwit"],
"http://188.166.201.66:15000",
"http://188.166.201.66:15001",
],
[
"group i",
"Ben11",
["https://github.com/DevOps-Ben11/minitwit"],
"http://138.68.126.8:5000",
"http://138.68.126.8:5000/sim",
],
[
"group j",
"<Name>",
["https://github.com/ITU-DevOps2024-Ben10/ITU-minitwit"],
"http://165.227.156.51:8080/",
"http://165.227.156.51:8080/api",
],
[
"group k",
"GitGurus",
["https://github.com/git-gurus-itu-devops/itu-minitwit"],
"https://minitwit.tech",
"https://api.minitwit.tech",
],
[
"group l",
"Baglinjen",
["https://github.com/devops-group-l/chirp"],
"http://67.207.76.189:8080",
"http://67.207.76.189:8080/api/Simulation",
],
[
"group m",
"Group M",
["https://github.com/davrepo/devops2024", "https://github.com/DevOps2024-Organization/devops2024"],
"http://104.248.43.157:8080",
"http://104.248.43.157:5000",
],
[
"group n",
"MacOnTop",
["https://github.com/itu-devops-groupn/itu-minitwit"],
"http://206.189.50.92:8080",
"http://206.189.50.92:5050",
],
[
"group o",
"Group O",
["https://github.com/group-o-minitwit-2024/MiniTwit"],
"http://178.62.218.96:5000",
"http://178.62.218.96:5001",
],
[
"group p",
"int* ptr",
["https://github.com/DevOps-2024-group-p/maxitwit"],
"http://209.38.188.177:3000",
"http://209.38.188.177:3001",
],
[
"group q",
"Test1",
["https://github.com/TheisHS/test1-itu-minitwit"],
"https://minitest1.dk/",
"https://api.minitest1.dk/",
],
[
"group s",
"twizzy",
["https://github.com/PatNei/minitwizzy"],
"http://159.69.213.182:9000",
"http://159.69.213.182:9000/api",
],
]