38 lines
1,019 B
Text
38 lines
1,019 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 50000
|
|
mem_size: 98304
|
|
max_mem_size: 98304
|
|
num_cpus: 16
|
|
|
|
custom_rules: [
|
|
# Need for rsync from log01 for logs.
|
|
'-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT',
|
|
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
|
]
|
|
|
|
tcp_ports: [80, 8080]
|
|
|
|
fas_client_groups: sysadmin-releng,sysadmin-noc,sysadmin-veteran
|
|
|
|
varnish_group: kojipkgs
|
|
|
|
# For the MOTD
|
|
csi_security_category: Moderate
|
|
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
|
csi_purpose: Cache packages from koji for builders and others
|
|
csi_relationship: |
|
|
There are a few things running here:
|
|
|
|
- apache web server and varnish caching proxy.
|
|
|
|
- This host relies on:
|
|
- koji nfs storage
|
|
- proxy01/10 to proxy requests to it.
|
|
|
|
- Things that rely on this host:
|
|
- all koji builders/buildsystem
|
|
- koschei
|
|
- external users downloading packages from koji.
|
|
|
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|