From 7edc0a4d9b52cb05b742c7561c4c96ec0bdd89bd Mon Sep 17 00:00:00 2001 From: imakarkins <152288464+imakarkins@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:52:55 +0300 Subject: [PATCH] Adding a new compute entrypoint to the T2_LV_HPCNET Adding new Resource Group for T2_LV_HPCNET site. --- .../RTU-CMS/RTU.yaml | 179 ++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 topology/Riga Technical University/RTU-CMS/RTU.yaml diff --git a/topology/Riga Technical University/RTU-CMS/RTU.yaml b/topology/Riga Technical University/RTU-CMS/RTU.yaml new file mode 100644 index 000000000..63a11cfee --- /dev/null +++ b/topology/Riga Technical University/RTU-CMS/RTU.yaml @@ -0,0 +1,179 @@ +# 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: LV RTU CMS Tier2 HPC Cluster + +# 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. + T2_LV_HPCNET-CE: + # 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: false + # Description is a long description of the resource; may be multiple lines + Description: This is a ARC-CE for T2_LV_HPCNET. + # 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: Igors Makarkins + ID: OSG1000678 + # 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: Igors Makarkins + ID: OSG1000678 + # 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: ce-arc.tier2.hpc-net.lv + ### 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 ARC-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: + # - 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... + # : + # ...