From a3553b8337f36ce7aa7aecc30dca6cb6423bc24a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 2 Feb 2015 15:18:04 +0000 Subject: [PATCH] Add CSI information for autosigner01. --- inventory/group_vars/autosign | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/inventory/group_vars/autosign b/inventory/group_vars/autosign index d1077c5bf3..e4f8dbc01a 100644 --- a/inventory/group_vars/autosign +++ b/inventory/group_vars/autosign @@ -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