From b89b43971a50b76cc0ce958bd35939e92dd25dd5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 27 Nov 2015 19:00:50 +0000 Subject: [PATCH] Add CSI for virthost group. Thanks David Shier. --- inventory/group_vars/virthost | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/inventory/group_vars/virthost b/inventory/group_vars/virthost index b59341006e..cf05a4b1b2 100644 --- a/inventory/group_vars/virthost +++ b/inventory/group_vars/virthost @@ -7,3 +7,14 @@ netapp_nfs01_iscsi_portal: 10.5.88.36 virthost: true nrpe_procs_warn: 900 nrpe_procs_crit: 1000 + +# These variables are pushed into /etc/system_identification by the base role. +# Groups and individual hosts should override them with specific info. +# See http://infrastructure.fedoraproject.org/csi/security-policy/ + +csi_security_category: High +csi_primary_contact: Fedora Admins - admin@fedoraproject.org +csi_purpose: Host guest virtual machines. +csi_relationship: | + - Guests on this host will be inaccessible if the host is down. + - This host will be required by any application with a virtual machine running on it, therefore, if this host is down those applications will be impacted.