From c7eeff3f0b3ceaee877c05c3fa83f75a285cb244 Mon Sep 17 00:00:00 2001 From: William Swanson Date: Wed, 17 Apr 2024 09:35:20 -0500 Subject: [PATCH 1/2] Register CHTC ITB OSDF PELICAN CACHE --- .../CHTC/CHTC-ITB.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml b/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml index 7a79790e7..7c50a49fb 100644 --- a/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml +++ b/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml @@ -413,3 +413,40 @@ Resources: auth_endpoint_override: itb-osdf-pelican-origin.osgdev.chtc.io:8443 AllowedVOs: - GLOW + + CHTC-ITB-OSDF-PELICAN-CACHE: + Active: true + Description: >- + This is a cache used for testing the Pelican client and + integration with the OSDF + ContactLists: + Administrative Contact: + Primary: + ID: OSG1000589 + Name: William N Swanson + Secondary: + ID: OSG1000002 + Name: Matyas Selmeci + Tertiary: + ID: OSG1000003 + Name: Brian Lin + Security Contact: + Primary: + ID: OSG1000589 + Name: William N Swanson + Secondary: + ID: OSG1000002 + Name: Matyas Selmeci + Tertiary: + ID: OSG1000003 + Name: Brian Lin + FQDN: itb-osdf-pelican-cache.osgdev.chtc.io + DN: /CN=itb-osdf-pelican-cache.osgdev.chtc.io + Services: + XRootD cache server: + Description: ITB OSDF Pelican Cache + Details: + endpoint_override: itb-osdf-pelican-cache.osgdev.chtc.io:8443 + auth_endpoint_override: itb-osdf-pelican-cache.osgdev.chtc.io:8443 + AllowedVOs: + - GLOW From e8ab071198433494e6d4d5af62974dd6f27f9bc2 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 17 Apr 2024 09:54:52 -0500 Subject: [PATCH 2/2] Change domain in CHTC-ITB-OSDF-PELICAN-CACHE This cache is now in the osdf-dev namespace and the FQDN now ends with .osdf-dev.chtc.io --- topology/University of Wisconsin/CHTC/CHTC-ITB.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml b/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml index 7c50a49fb..cc1a8b17f 100644 --- a/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml +++ b/topology/University of Wisconsin/CHTC/CHTC-ITB.yaml @@ -440,13 +440,13 @@ Resources: Tertiary: ID: OSG1000003 Name: Brian Lin - FQDN: itb-osdf-pelican-cache.osgdev.chtc.io - DN: /CN=itb-osdf-pelican-cache.osgdev.chtc.io + FQDN: itb-osdf-pelican-cache.osdf-dev.chtc.io + DN: /CN=itb-osdf-pelican-cache.osdf-dev.chtc.io Services: XRootD cache server: Description: ITB OSDF Pelican Cache Details: - endpoint_override: itb-osdf-pelican-cache.osgdev.chtc.io:8443 - auth_endpoint_override: itb-osdf-pelican-cache.osgdev.chtc.io:8443 + endpoint_override: itb-osdf-pelican-cache.osdf-dev.chtc.io:8443 + auth_endpoint_override: itb-osdf-pelican-cache.osdf-dev.chtc.io:8443 AllowedVOs: - GLOW