summaryrefslogtreecommitdiffstats
path: root/inventory/group_vars/koschei-backend-stg
blob: 67c2b8faa2bd275281a77baabf7b2e4ee25bd156 (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
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
---
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 4096
num_cpus: 4

# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

koschei_topurl: https://apps.stg.fedoraproject.org/koschei
koschei_pgsql_hostname: pgbdr.stg.phx2.fedoraproject.org
koschei_koji_hub: koji.stg.fedoraproject.org
koschei_kojipkgs: koji.stg.fedoraproject.org
koschei_koji_web: koji.stg.fedoraproject.org


tcp_ports: [
    # These 4 are for fedmsg.  See also /etc/fedmsg.d/endpoints.py
    3000, 3001, 3002, 3003
]

custom_rules: [
    # Need for rsync from log01 for logs.
    '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
    '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
 ]

fas_client_groups: sysadmin-koschei,fi-apprentice,sysadmin-noc,sysadmin-veteran

freezes: false

# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
  owner: root
  group: sysadmin
  can_send:
  - logger.log
- service: koschei
  owner: root
  group: koschei
  can_send:
  - koschei.collection.state.change
  - koschei.package.state.change
  - koschei.update

# For the MOTD
csi_security_category: Low
csi_primary_contact: Fedora admins - admin@fedoraproject.org
csi_purpose: Koschei continuous integration system
csi_relationship: |
    This machine depends on:
    - PostgreSQL DB server
    - Koji hub and kojipkgs
    - fedmsg hub
    - pkgdb2
    - bastion (for mail relay)
    - memcached01

koschei_backend_services:
  - koschei-polling
  - koschei-build-resolver
  - koschei-repo-resolver
  - koschei-scheduler
  - koschei-watcher
  - koschei-copr-resolver
  - koschei-copr-scheduler