File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
# List of contact types stored in Topology data
17
17
# At time of writing, there isn't anything that restricts a contact to one of these types
18
18
CONTACT_TYPES = ["administrative" ,
19
+ "executive" ,
19
20
"miscellaneous" ,
20
21
"security" ,
21
22
"submitter" ,
Original file line number Diff line number Diff line change @@ -52,6 +52,20 @@ Resources:
52
52
# Name: <FIRSTNAME> <LASTNAME>
53
53
# ID: <EMAIL HASH>
54
54
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
+
55
69
# Local contacts are an optional set of persons or groups of
56
70
# people (i.e., mailing lists) if they are a different from the
57
71
# persons responsible for the resouce. For example, OSG Hosted
You can’t perform that action at this time.
0 commit comments