Configure IPA host group for MBS

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-01-22 13:49:05 +01:00 committed by nphilipp
parent d48d5c00b8
commit a64e758ccf
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ num_cpus: 1
tcp_ports: [ 3000, 3001, 3002, 3003,
3004, 3005, 3006, 3007 ]
ipa_host_group: mbs
ipa_host_group_desc: Modular Build Service hosts
ipa_client_shell_groups:
- sysadmin-noc
- sysadmin-releng

View file

@ -16,6 +16,8 @@ tcp_ports: [ 80 ]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-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' ]
ipa_host_group: mbs
ipa_host_group_desc: Modular Build Service hosts
ipa_client_shell_groups:
- sysadmin-noc
- sysadmin-releng