Skip to content

Commit

Permalink
Drop IDs from templates -- we don't need them anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Nov 9, 2023
1 parent 1887e90 commit 4a032e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions template-SITE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ LongName: University of XYZ Cluster
# Description is a brief description of your site
Description: Computer Science building of the University of XYZ

# If you have an up-to-date local git clone, fill ID with the output from `bin/next_site_id`
# Otherwise, leave it blank and we will fill in the appropriate value for you.
ID: <ID>

# AddressLine1 is the street address of the site
AddressLine1: 1234 Fifth St
### AddressLine2 (optional) is the second line of the street address
Expand Down
7 changes: 0 additions & 7 deletions template-resourcegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ SupportCenter: <NAME>
# GroupDescription is a long description of the resource group; may be multiple lines.
GroupDescription: This is a cluster of <SOMETHING> used for the <PROJECT>

# If you have an up-to-date local git clone, fill GroupID with the output from `bin/next_resource_group_id`
# Otherwise, leave it blank and we will fill in the appropriate value for you.
GroupID: <ID>

# Resources contains one or more resources in this
# ResourceGroup. A resource provides one or more services
Resources:
Expand All @@ -23,9 +19,6 @@ Resources:
Active: false
# Description is a long description of the resource; may be multiple lines
Description: This is a <RESOURCE> for <SITE>.
# If you have an up-to-date local git clone, fill ID with the output from `bin/next_resource_id`
# Otherwise, leave it blank and we will fill in the appropriate value for you.
ID: <ID>
# ContactLists contain information about people to contact regarding this resource.
# The "ID" is a hash of their email address available at https://topology.opensciencegrid.org/miscuser/xml
# If you cannot find the contact above XML, please register the contact:
Expand Down
4 changes: 0 additions & 4 deletions template-virtual-organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Community: The ATLAS physics community.

CertificateOnly: false

# If you have an up-to-date local git clone, fill ID with the output from `bin/next_virtual_organization_id`
# Otherwise, leave it blank and we will fill in the appropriate value for you.
ID: <ID>

# Contacts contain information about people to contact regarding this VO.
# The "ID" is a hash of their email address available at https://topology.opensciencegrid.org/miscuser/xml
# If you cannot find the contact in the above XML, please register the contact:
Expand Down

0 comments on commit 4a032e5

Please sign in to comment.