Skip to content

Commit

Permalink
adding 01-xcache-reporter-auth to condor config.d
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavila0 committed May 16, 2020
1 parent 8e53ab3 commit fa10665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions rpm/xcache.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa10665

Please sign in to comment.