Skip to content

Commit

Permalink
Merge pull request #3941 from imakarkins/master
Browse files Browse the repository at this point in the history
Added Squid service for T2_LV_HPNET resource group
  • Loading branch information
mwestphall authored Jun 5, 2024
2 parents 0e84132 + c64b5be commit aa4576f
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions topology/Riga Technical University/RTU-CMS/RTU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,131 @@ Resources:
# Other resources if you have any...
# <RESOURCE NAME>:
# ...
T2_LV_HPCNET-SQUID:
# 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 Frontier squid proxy 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: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# 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: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (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: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# 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: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (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: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (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: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# FQDN is the fully qualified domain name of the host running this resource
FQDN: squid.tier2.hpc-net.lv
### FQDNAliases (optional) are any other DNS aliases by which this host can be accessed
# FQDNAliases:
# - <HOSTNAME1>
# - <HOSTNAME2>

### 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: <DN>

# Services is one or more services provided by this resource;
# valid services are listed in topology/services.yaml with the format "<SERVICE NAME>: <ID>"
Services:
Squid:
# Description is a brief description of the service
Description: Frontier squid proxy used by CVMFS clients on our cluster
### Details (optional)
# Details:
# # hidden
# hidden: false
# ### uri_override (optional, use if your service is on some non-standard URL)
# # uri_override: <HOST>:<PORT>
# ### sam_uri (optional)
# # sam_uri: htcondor://...
# ### endpoint (for perfSONAR services)
# # endpoint: <HOSTNAME>

0 comments on commit aa4576f

Please sign in to comment.