From 9f52d3ea18863dcc15a42252d53656d625fea5a8 Mon Sep 17 00:00:00 2001 From: mtieAtCarleton Date: Tue, 15 Oct 2024 14:07:42 -0500 Subject: [PATCH 1/2] Create Carleton-CRUG.yaml verify with Tim C. --- .../Carleton SIG/Carleton-CRUG.yaml | 181 ++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml diff --git a/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml b/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml new file mode 100644 index 000000000..bd7842e2d --- /dev/null +++ b/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml @@ -0,0 +1,181 @@ + +# Production is true if the resources in this group will join the production OSG pool, +# and not the Integration Test Bed (ITB) pool. +Production: true +# SupportCenter is one of the support centers in topology/support-centers.yaml +SupportCenter: Self Supported + +# GroupDescription is a long description of the resource group; may be multiple lines. +GroupDescription: This is a cluster at Carleton College + +# Resources contains one or more resources in this +# ResourceGroup. A resource provides one or more services +Resources: + # Resource Name should be a short descriptor of the resource. + # e.g. the Center for High Throughput Computing's GlideinWMS Frontend is "CHTC-glidein2" + # Resource Names need to be unique across all resources in the OSG. + Carleton-CRUG-EP: + # Active is true if the resource is accepting requests, and false otherwise. + # When first registering a resource, set this to false. Set it to true when it's ready for production. + Active: true + # Description is a long description of the resource; may be multiple lines + Description: This is a hosted CE for Carleton College. + # 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: + # https://opensciencegrid.org/docs/common/registration/#registering-contacts + ContactLists: + # Administrative Contacts are persons or groups of people (i.e., + # mailing lists) that are directly responsible for the + # maintenance of the resource + Administrative Contact: + Primary: + Name: Michael Tie + ID: 5b30ed3e5a3cade581462a8282068704a4b2b1ce + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # Security Contact are persons or groups of people (i.e., + # mailing lists) that are responsible for handling security + # issues related to the resource + Security Contact: + Primary: + Name: Michael Tie + ID: 5b30ed3e5a3cade581462a8282068704a4b2b1ce + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # (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: + # ID: + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # 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 + # CEs are operated by OSG Staff, who are separate from the local + # contacts that are responsible for running the site's scheduler + + # (OPTIONAL) Local 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 + # Local Executive Contact: + # Primary: + # Name: + # ID: + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # (OPTIONAL) Local Operaitonal Contacts are persons or groups of + # people (i.e., mailing lists) that are directly responsible for the + # maintenance of the site's integration with the OSG resource + # Local Operational Contact: + # Primary: + # Name: + # ID: + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # (OPTIONAL) Local Security Contacts are persons or groups of + # mailing lists) that are responsible for handling security + # issues related to the site's integration with the OSG resource + # Local Security Contact: + # Primary: + # Name: + # ID: + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # FQDN is the fully qualified domain name of the host running this resource + FQDN: osg00.crug.carleton.edu + ### FQDNAliases (optional) are any other DNS aliases by which this host can be accessed + # FQDNAliases: + # - + # - + + ### DN (optional except for XCache resources) is the DN of the host cert of the resource + # in OpenSSL 1.0 format (i.e. /DC=org/DC=incommon/C=US/...) + # DN: + + # Services is one or more services provided by this resource; + # valid services are listed in topology/services.yaml with the format ": " + Services: + # : + Execution Endpoint: + # Description is a brief description of the service + Description: Carleton College ospool containers + ### Details (optional) + # Details: + # # hidden + # hidden: false + # ### uri_override (optional, use if your service is on some non-standard URL) + # # uri_override: : + # ### sam_uri (optional) + # # sam_uri: htcondor://... + # ### endpoint (for perfSONAR services) + # # endpoint: + + # Other services if you have any + # : + # ... + + ### Tags (optional) is a list of tags associated with the resource. + ### Include the tag "CC*" if applicable for a CC* CE. + # Tags: + # - + # - + + ### VOOwnership (optional) is the percentage of the resource owned by one or more VOs. + ### If part of the resource is not owned by the VO, do not list it. + ### The total percentage cannot exceed 100. + # VOOwnership: + # : + # : + + ### WLCGInformation (optional) is only for resources that are part of the WLCG + # WLCGInformation: + # APELNormalFactor: 0.0 + # HEPScore23Percentage: 0.0 + # AccountingName: + # HEPSPEC: 0 + # InteropAccounting: true + # InteropBDII: true + # InteropMonitoring: true + # KSI2KMax: 0 + # KSI2KMin: 0 + # StorageCapacityMax: 0 + # StorageCapacityMin: 0 + # TapeCapacity: 0 + + # Other resources if you have any... + # : + # ... From 945816a3d5e97b254089cc6c5e05bf043a59c5e5 Mon Sep 17 00:00:00 2001 From: mwestphall Date: Tue, 15 Oct 2024 14:13:17 -0500 Subject: [PATCH 2/2] Update Carleton-CRUG.yaml to use Michael Tie's OSGID --- topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml b/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml index bd7842e2d..590edb9c0 100644 --- a/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml +++ b/topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml @@ -31,7 +31,7 @@ Resources: Administrative Contact: Primary: Name: Michael Tie - ID: 5b30ed3e5a3cade581462a8282068704a4b2b1ce + ID: OSG1000824 # Secondary: # Name: # ID: @@ -45,7 +45,7 @@ Resources: Security Contact: Primary: Name: Michael Tie - ID: 5b30ed3e5a3cade581462a8282068704a4b2b1ce + ID: OSG1000824 # Secondary: # Name: # ID: