Add quotes to csi variables with IRC channels info
Some of the csi_primary_contact variables point to IRC channels. In order to avoid commenting these channels out, we set these variables with quotes.
This commit is contained in:
parent
0711c6e1d2
commit
8e61f6f9d7
5 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ frontend_base_url: "https://copr.fedorainfracloud.org"
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
csi_security_category: High
|
||||
csi_primary_contact: msuchy (mirek, clime, asamalik, frostyx) IRC #fedora-admin, #fedora-buildsys
|
||||
csi_primary_contact: "msuchy (mirek, clime, asamalik, frostyx) IRC #fedora-admin, #fedora-buildsys"
|
||||
csi_purpose: Provide the backend for copr (3rd party packages)
|
||||
csi_relationship: |
|
||||
- Backend: Management of copr cloud infrastructure (OpenStack).
|
||||
|
|
|
@ -24,6 +24,6 @@ frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
csi_security_category: Moderate
|
||||
csi_primary_contact: msuchy (mirek, clime, frostyx, asamalik) IRC #fedora-admin, #fedora-buildsys
|
||||
csi_primary_contact: "msuchy (mirek, clime, frostyx, asamalik) IRC #fedora-admin, #fedora-buildsys"
|
||||
csi_purpose: Provide the testing environment of copr's backend
|
||||
csi_relationship: This host is the testing environment for the cloud infrastructure of copr's backend
|
||||
|
|
|
@ -7,7 +7,7 @@ copr_frontend_public_hostname: "copr.fedorainfracloud.org"
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
csi_security_category: Moderate
|
||||
csi_primary_contact: msuchy (mirek, clime, asamalik, frostyx) IRC #fedora-admin, #fedora-buildsys
|
||||
csi_primary_contact: "msuchy (mirek, clime, asamalik, frostyx) 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.
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
copr_frontend_public_hostname: "copr-fe-dev.cloud.fedoraproject.org"
|
||||
|
||||
csi_security_category: Low
|
||||
csi_primary_contact: msuchy (mirek), clime | IRC #fedora-admin, #fedora-buildsys
|
||||
csi_primary_contact: "msuchy (mirek), clime | IRC #fedora-admin, #fedora-buildsys"
|
||||
csi_purpose: Provide the testing environment of copr's frontend
|
||||
csi_relationship: This host is the testing environment for copr's web interface
|
||||
|
|
|
@ -33,7 +33,7 @@ fedmsg_certs:
|
|||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||
|
||||
csi_security_category: Moderate
|
||||
csi_primary_contact: #fedora-admin
|
||||
csi_primary_contact: "#fedora-admin"
|
||||
csi_purpose: Provides our wiki
|
||||
csi_relationship: |
|
||||
- There are multiple servers that this service requires. All proxy servers and Wiki 1 and 2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue