Files
fedora-infra_ansible/inventory/group_vars/autosign
2015-06-05 10:12:53 +02:00

26 lines
902 B
Plaintext

---
# Define resources for this group of hosts here.
lvm_size: 30000
mem_size: 2048
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
fas_client_groups: sysadmin-releng
host_group: autosign
# For the MOTD
csi_security_category: High
csi_primary_contact: Release Engineering - rel-eng@lists.fedoraproject.org
csi_purpose: Automatically sign Rawhide and Branched packages
csi_relationship: |
This host will run the autosigner.py script which should automatically sign
new rawhide and branched builds. It listens to koji over fedmsg for
notifications of new builds, and then asks sigul, the signing server, to
sign the rpms and store the new rpm header back in Koji.
The script[1] currently runs in the foreground from a git checkout.
[1] https://git.fedorahosted.org/cgit/releng/tree/scripts/autosigner.py