From a6d535995d0185ef14b39d6d1c4ff9700f077671 Mon Sep 17 00:00:00 2001 From: Brian Lin Date: Mon, 15 Jun 2026 15:19:03 -0500 Subject: [PATCH 1/2] Align UW OSDF cache naming We call it the "UW OSDF Cache" / that's what the deployment is called, so this fixes the close-but-not-quite FQDN. TimC asked for this specific site name. It's fine by me because even if it isn't exactly aligned it has both "UW" and "CHTC" in the name so any sort of grep / search in the director UI will likekly yield the cache that we want. Create a new resource + deactivate the old one in case there's anything that cares about the old FQDN and resource name. --- .../CHTC/CHTC-OSDF.yaml" | 36 ++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git "a/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" "b/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" index 7b9734f28..84d3a25ab 100644 --- "a/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" +++ "b/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" @@ -192,7 +192,7 @@ Resources: - ANY CHTC_PELICAN_CACHE: - Active: true + Active: false Description: This is a Pelican cache server at UW running on the Tiger Kubernetes cluster ContactLists: Administrative Contact: @@ -225,6 +225,40 @@ Resources: AllowedVOs: - ANY + UWMadison-CHTC-OSDF-Cache-1: + Active: true + Description: This is a Pelican cache server at UW running on the Tiger Kubernetes cluster + ContactLists: + Administrative Contact: + Primary: + ID: OSG1000589 + Name: William N Swanson + Secondary: + ID: OSG1000002 + Name: Matyas Selmeci + Tertiary: + ID: OSG1000003 + Name: Brian Hua Lin + Security Contact: + Primary: + ID: OSG1000589 + Name: William N Swanson + Secondary: + ID: OSG1000002 + Name: Matyas Selmeci + Tertiary: + ID: OSG1000003 + Name: Brian Hua Lin + FQDN: uw-osdf-cache.svc.osg-htc.org + DN: /CN=uw-osdf-cache.svc.osg-htc.org + Services: + Pelican cache: + Description: Pelican cache server + VOOwnership: + GLOW: 100 + AllowedVOs: + - ANY + CHTC_DOREA_ORIGIN: Active: true Description: This is an origin serving the Dorea Lab From 514f61b38aefec2eb3f690e974f84a9c3cd022ca Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 30 Jul 2026 10:32:06 -0500 Subject: [PATCH 2/2] Apply suggestion from @matyasselmeci --- .../CHTC/CHTC-OSDF.yaml" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" "b/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" index c821d1dda..2d8ff4fd8 100644 --- "a/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" +++ "b/topology/University of Wisconsin\342\200\223Madison/CHTC/CHTC-OSDF.yaml" @@ -255,8 +255,8 @@ Resources: Tertiary: ID: OSG1000003 Name: Brian Hua Lin - FQDN: uw-osdf-cache.svc.osg-htc.org - DN: /CN=uw-osdf-cache.svc.osg-htc.org + FQDN: uw-osdf-cache-1.svc.osg-htc.org + DN: /CN=uw-osdf-cache-1.svc.osg-htc.org Services: Pelican cache: Description: Pelican cache server