Skip to content

Commit

Permalink
Merge pull request #3786 from brianhlin/add-executive-contact
Browse files Browse the repository at this point in the history
Add Executive Contact
  • Loading branch information
brianhlin authored Apr 10, 2024
2 parents 623fa29 + e889be1 commit 6fac522
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/topology_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# List of contact types stored in Topology data
# At time of writing, there isn't anything that restricts a contact to one of these types
CONTACT_TYPES = ["administrative",
"executive",
"miscellaneous",
"security",
"submitter",
Expand Down
14 changes: 14 additions & 0 deletions template-resourcegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ Resources:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (OPTIONAL) Executive Contacts are persons or groups of
# people (i.e., mailing lists) are responsible for making policy
# decisions regarding the site's integration with the OSG resource
# Executive Contact:
# Primary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# Local contacts are an optional set of persons or groups of
# people (i.e., mailing lists) if they are a different from the
# persons responsible for the resouce. For example, OSG Hosted
Expand Down

0 comments on commit 6fac522

Please sign in to comment.