Skip to content

Commit 6fac522

Browse files
authored
Merge pull request #3786 from brianhlin/add-executive-contact
Add Executive Contact
2 parents 623fa29 + e889be1 commit 6fac522

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/topology_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# List of contact types stored in Topology data
1717
# At time of writing, there isn't anything that restricts a contact to one of these types
1818
CONTACT_TYPES = ["administrative",
19+
"executive",
1920
"miscellaneous",
2021
"security",
2122
"submitter",

template-resourcegroup.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ Resources:
5252
# Name: <FIRSTNAME> <LASTNAME>
5353
# ID: <EMAIL HASH>
5454

55+
# (OPTIONAL) Executive Contacts are persons or groups of
56+
# people (i.e., mailing lists) are responsible for making policy
57+
# decisions regarding the site's integration with the OSG resource
58+
# Executive Contact:
59+
# Primary:
60+
# Name: <FIRSTNAME> <LASTNAME>
61+
# ID: <EMAIL HASH>
62+
# Secondary:
63+
# Name: <FIRSTNAME> <LASTNAME>
64+
# ID: <EMAIL HASH>
65+
# Tertiary:
66+
# Name: <FIRSTNAME> <LASTNAME>
67+
# ID: <EMAIL HASH>
68+
5569
# Local contacts are an optional set of persons or groups of
5670
# people (i.e., mailing lists) if they are a different from the
5771
# persons responsible for the resouce. For example, OSG Hosted

0 commit comments

Comments
 (0)