From fa106659f8ae8d87f8a444bc6bff0ec7f48b1b4e Mon Sep 17 00:00:00 2001 From: Diego Davila Date: Sat, 16 May 2020 11:41:22 -0500 Subject: [PATCH] adding 01-xcache-reporter-auth to condor config.d --- Makefile | 3 +++ rpm/xcache.spec | 1 + 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8bc1f2a1..4fca5024 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,9 @@ install: ln -srf $(DESTDIR)/$(INSTALL_XROOTD_DIR)/xrootd-stash-origin.cfg $(DESTDIR)/$(INSTALL_XROOTD_DIR)/xrootd-stash-origin-auth.cfg mkdir -p $(DESTDIR)/$(INSTALL_XROOTD_DIR)/config.d install -p -m 0644 $(XROOTD_CONFIGD) $(DESTDIR)/$(INSTALL_XROOTD_DIR)/config.d + # Condor config files + mkdir -p $(DESTDIR)/etc/condor/config.d + install -p -m 0644 configs/xcache/condor/01-xcache-reporter-auth.conf $(DESTDIR)/etc/condor/config.d/01-xcache-reporter-auth.conf # XCache Consistency Check mkdir -p $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/var/lib/xcache-consistency-check diff --git a/rpm/xcache.spec b/rpm/xcache.spec index 53a72ad6..a58d73aa 100644 --- a/rpm/xcache.spec +++ b/rpm/xcache.spec @@ -196,6 +196,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd %{_unitdir}/xcache-reporter.timer %{_unitdir}/xrootd-renew-proxy.service %{_unitdir}/xrootd-renew-proxy.timer +%config(noreplace) %{_sysconfdir}/condor/config.d/01-xcache-reporter-auth.conf %config %{_sysconfdir}/xrootd/config.d/40-xcache-auth.cfg %config(noreplace) %{_sysconfdir}/xrootd/config.d/90-xcache-logging.cfg %config(noreplace) %{_sysconfdir}/xrootd/digauth.cfg