Add CSI information for autosigner01.

This commit is contained in:
Ralph Bean 2015-02-02 15:18:04 +00:00
parent a056f60f4c
commit a3553b8337

View file

@ -9,3 +9,17 @@ num_cpus: 2
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: Provides frontend (reverse) proxy for most web applications
csi_relationship: |
This host runs 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