From 7a7f0ed61e14dabf42fbaba658baf00eed4596de Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 4 Jan 2024 12:54:26 -0600 Subject: [PATCH] Specify the director URL in the osdf-cache config so we hit the "origins" director and not the "caches" director --- systemd/osdf-cache.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/osdf-cache.yaml b/systemd/osdf-cache.yaml index 9797685f1..7833d7ee3 100644 --- a/systemd/osdf-cache.yaml +++ b/systemd/osdf-cache.yaml @@ -3,6 +3,7 @@ Logging: Level: "Error" Federation: DiscoveryUrl: osg-htc.org + DirectorUrl: https://director-origins.osg-htc.org TopologyNamespaceURL: https://topology.opensciencegrid.org/osdf/namespaces Server: TLSCertificate: /etc/grid-security/xrd/xrdcert.pem