blob: 5d60b6ce39430689275bbb718cd64919af731e94 (
plain)
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
|
---
mem_size: 4096
tcp_ports: [ 80,
# These 2 ports are used by fedmsg.
# One for each wsgi thread.
3000, 3001,
]
fedmsg_certs:
- service: shell
owner: root
group: sysadmin
can_send:
- logger.log
- service: mirrormanager2
owner: root
group: apache
# For the MOTD
csi_security_category: Moderate
csi_primary_contact: Fedora admin - admin@fedoraproject.org
csi_purpose: Run mirrormanager frontend WSGI app
csi_relationship: |
TODO - we should document:
* what kinds of processes run here
* what other services they depend on
* what other services depend on it
|