Clean up some vars. No *s and needs a |

This commit is contained in:
Kevin Fenzi 2015-11-20 20:29:51 +00:00
parent 3665a3e10a
commit 90c6d514c3
3 changed files with 11 additions and 11 deletions

View file

@ -45,8 +45,8 @@ nrpe_procs_crit: 1200
csi_security_category: High
csi_primary_contact: sysadmin-main admin@fedoraproject.org
csi_purpose: SSH proxy to access infrastructure not exposed to the web
csi_relationship:
* Provides ssh access to all phx2/vpn connected servers.
* Bastion is the hub for all infrastructure's VPN connections.
* All incoming SMTP from phx2 and VPN, as well as outgoing SMTP, pass or are filtered here.
* Bastion does not accept any mail outside phx2/vpn.
csi_relationship: |
- Provides ssh access to all phx2/vpn connected servers.
- Bastion is the hub for all infrastructure's VPN connections.
- All incoming SMTP from phx2 and VPN, as well as outgoing SMTP, pass or are filtered here.
- Bastion does not accept any mail outside phx2/vpn.

View file

@ -28,6 +28,6 @@ frontend_base_url: "https://copr-fe.cloud.fedoraproject.org"
csi_security_category: High
csi_primary_contact: msuchy (mirek, vgologuz) | IRC: #fedora-admin, #fedora-buildsys
csi_purpose: Provide the backend for copr (3rd party packages)
csi_relationship:
* Backend: Management of copr cloud infrastructure (OpenStack).
* Small frontend with copr's public stats
csi_relationship: |
- Backend: Management of copr cloud infrastructure (OpenStack).
- Small frontend with copr's public stats

View file

@ -9,6 +9,6 @@ copr_frontend_public_hostname: "copr.fedoraproject.org"
csi_security_category: Moderate
csi_primary_contact: msuchy (mirek, vgologuz) | IRC: #fedora-admin, #fedora-buildsys
csi_purpose: Provide a publicly accessible frontend for 3rd party packages (copr)
csi_relationship:
* This host provides the frontend part of copr only.
* It's the point of contact between end users and the copr build system (backend, package singer)
csi_relationship: |
- This host provides the frontend part of copr only.
- It's the point of contact between end users and the copr build system (backend, package singer)