Add koschei01.stg to staging.
This commit is contained in:
parent
02049f27f3
commit
1722023941
2 changed files with 41 additions and 0 deletions
40
inventory/group_vars/koschei-stg
Normal file
40
inventory/group_vars/koschei-stg
Normal file
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
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
|
||||
|
||||
freezes: false
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: root
|
||||
- service: koschei
|
||||
owner: root
|
||||
group: koschei
|
||||
|
||||
# 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 and relay
|
||||
- bastion (for mail relay)
|
|
@ -483,6 +483,7 @@ gallery01.stg.phx2.fedoraproject.org
|
|||
hotness01.stg.phx2.fedoraproject.org
|
||||
kerneltest01.stg.phx2.fedoraproject.org
|
||||
koji01.stg.phx2.fedoraproject.org
|
||||
koschei01.stg.phx2.fedoraproject.org
|
||||
mailman01.stg.phx2.fedoraproject.org
|
||||
ipsilon01.stg.phx2.fedoraproject.org
|
||||
notifs-backend01.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue