@@ -10,63 +10,79 @@ roles:
10
10
pattern: " backup*.sfo1.psf.io"
11
11
purpose: " Automated backup of infrastructure"
12
12
contact: " Infrastructure staff"
13
+ category: " infra-infra"
13
14
bugs:
14
15
pattern: " bugs.*.psf.io"
15
16
purpose: " Roundup hosting for CPython, Jython, and Roundup"
16
17
contact: " Infrastructure staff"
18
+ category: " python-core"
17
19
buildbot:
18
20
pattern: " buildbot*.nyc1.psf.io"
19
21
purpose: " Hosting for CPython buildbot server"
20
22
contact: " zware, haypo, pablogsa"
23
+ category: " python-core"
21
24
cdn-logs :
22
25
pattern: " cdn-logs*.nyc1.psf.io"
23
26
purpose: " Realtime log streaming from Fastly CDN for debug"
24
27
contact: " Infrastructure Staff"
28
+ category: " infra-infra"
25
29
codespeed:
26
30
pattern: " codespeed*.nyc1.psf.io"
27
31
purpose: " Hosting for speed.python.org and speed.pypy.org"
28
32
contact: " "
33
+ category: " python-core"
29
34
consul:
30
35
pattern: " consul*.nyc1.psf.io"
31
36
purpose: " Runs `Consul <https://www.consul.io/>`_ discovery service"
32
37
contact: " Infrastructure Staff"
38
+ category: " infra-infra"
33
39
docs:
34
40
pattern: " docs*.nyc1.psf.io"
35
41
purpose: " Builds and serves CPython's documentation"
36
42
contact: " mdk"
43
+ category: " python-core"
37
44
downloads:
38
45
pattern: " downloads*.nyc1.psf.io"
39
46
purpose: " Serves python.org downloads"
40
47
contact: " CPython Release Managers"
48
+ category: " python-core"
41
49
gnumailman:
42
50
pattern: " gnumailman.nyc1.psf.io"
43
51
purpose: " GNU Mailman Project wiki and lists"
44
52
contact: " Mark Sapiro"
53
+ category: " mail"
45
54
hg:
46
55
pattern: " hg*.nyc1.psf.io"
47
56
purpose: " Version Control Archives, serves hg.python.org and svn.python.org"
48
57
contact: " Infrastructure Staff"
58
+ category: " python-core"
49
59
loadbalancer:
50
60
pattern: " lb*.nyc1.psf.io"
51
61
purpose: " Load balancer"
52
62
contact: " Infrastructure Staff"
63
+ category: " infra-infra"
53
64
mail:
54
65
pattern: " mail.ams1.psf.io"
55
66
purpose: " Mail and mailman server"
56
67
contact: " postmasters"
68
+ category: " mail"
57
69
planet:
58
70
pattern: " planet*.nyc1.psf.io"
59
71
purpose: " Planet Python"
60
72
contact: " benjamin"
73
+ category: " community"
61
74
pythontest:
62
75
pattern: " pythontest*.nyc3.psf.io"
63
76
purpose: " Test resources for CPython's test suite."
64
77
contact: " Infrastructure Staff"
78
+ category: " python-core"
65
79
salt-master :
66
80
pattern: " salt*.nyc1.psf.io"
67
81
purpose: " Salt server"
68
82
contact: " Infrastructure Staff"
83
+ category: " infra-infra"
69
84
moin:
70
85
pattern: " moin*.nyc1.psf.io"
71
86
purpose: " Hosts moin sites for wiki.python.org, wiki.jython.org"
72
87
contact: " lemburg"
88
+ category: " community"
0 commit comments