diff --git a/topology/Nevada System of Higher Education/FACILITY.yaml b/topology/Nevada System of Higher Education/FACILITY.yaml new file mode 100644 index 000000000..3067134bd --- /dev/null +++ b/topology/Nevada System of Higher Education/FACILITY.yaml @@ -0,0 +1 @@ +ID: 10214 diff --git a/topology/Nevada System of Higher Education/University of Nevada Reno/SITE.yaml b/topology/Nevada System of Higher Education/University of Nevada Reno/SITE.yaml new file mode 100644 index 000000000..9a1ca22bf --- /dev/null +++ b/topology/Nevada System of Higher Education/University of Nevada Reno/SITE.yaml @@ -0,0 +1,7 @@ +AddressLine1: 1664 N. Virginia Street +Country: United States +Description: University of Nevada Reno +Latitude: 39.543716 +Longitude: -119.814157 +State: Nevada +Zipcode: '89557' diff --git a/topology/Nevada System of Higher Education/University of Nevada Reno/UNR-CC.yaml b/topology/Nevada System of Higher Education/University of Nevada Reno/UNR-CC.yaml new file mode 100644 index 000000000..c23f41b28 --- /dev/null +++ b/topology/Nevada System of Higher Education/University of Nevada Reno/UNR-CC.yaml @@ -0,0 +1,137 @@ +# 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: The University of Nevada Reno + +# 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. + +# 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. + UNR-CC-CE1: + # 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: Hosted CE serving UNR + # 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: Jeffrey Michael Dost + ID: 3a8eb6436a8b78ca50f7e93bb2a4d1f0141212ba + # 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: Jeffrey Michael Dost + ID: 3a8eb6436a8b78ca50f7e93bb2a4d1f0141212ba + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # Site contact (optional) are persons or groups of people (i.e., + # mailing lists) that are generally responsible for a site's + # relationship with the OSG (e.g., principal investigators, + # local administrator contact for OSG Hosted CEs) + # Site Contact: + # Primary: + # Name: + # ID: + # Secondary: + # Name: + # ID: + # Tertiary: + # Name: + # ID: + + # FQDN is the fully qualified domain name of the host running this resource + FQDN: unr-cc-ce1.svc.opensciencegrid.org + ### 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: + CE: + # Description is a brief description of the service + Description: Hosted CE + ### 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: + # - + # - + Tags: + - CC* + + ### 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... + # : + # ...