Align UW OSDF cache naming - #5472
Open
brianhlin wants to merge 4 commits into
Open
Conversation
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.
brianhlin
force-pushed
the
align-uw-pelican-cache-name
branch
from
June 15, 2026 20:24
cbf0335 to
a6d5359
Compare
Contributor
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
matyasselmeci
approved these changes
Jul 30, 2026
matyasselmeci
left a comment
Collaborator
There was a problem hiding this comment.
One suggestion; pre-approving.
|
|
||
| CHTC_PELICAN_CACHE: | ||
| Active: true | ||
| Active: false |
Collaborator
There was a problem hiding this comment.
Suggested change
| Active: false | |
| Active: true |
I'd hold off on deactivating the existing cache until you've actually brought up the new one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.