Skip to content

Commit

Permalink
Merge pull request #71 from efajardo/cms-xcache-fixes
Browse files Browse the repository at this point in the history
Small fixes to get CMS Xcache config working
  • Loading branch information
brianhlin authored Aug 13, 2019
2 parents 1883f6e + ceb2cf7 commit 6152fd9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------

PACKAGE := xcache
VERSION := 1.0.5
VERSION := 1.1.0


# ------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
#
# In such a configuration, each XCache host must specify the following:
#
# all.role server
# all.manager <REDIRECTOR FQDN>:<REDIRECTOR PORT>
1 change: 1 addition & 0 deletions configs/cms-xcache/xrootd/xrootd-cms-xcache.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ if exec xrootd
xrd.port 1094
fi

all.role server
# Drop your site-specific configuration additions into this directory.
continue /etc/xrootd/config.d
8 changes: 6 additions & 2 deletions rpm/xcache.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: xcache
Summary: XCache scripts and configurations
Version: 1.1.0
Release: 0.3%{?dist}
Release: 0.4%{?dist}
License: Apache 2.0
Group: Grid
URL: https://opensciencegrid.org/docs/
Expand Down Expand Up @@ -197,14 +197,18 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
%{_unitdir}/[email protected]/10-cms-xcache-overrides.conf
%{_unitdir}/[email protected]/10-cms-xcache-overrides.conf
%{_unitdir}/xrootd-renew-proxy.service.d/10-cms-refresh-proxy-overrides.conf
%config %{_sysconfdir}/xrootd/config.d/30-cms-xcache-authz.cfg
%config %{_sysconfdir}/xrootd/config.d/40-cms-xcache-plugin.cfg
%config %{_sysconfdir}/xrootd/config.d/50-cms-xcache-authz.cfg
%config %{_sysconfdir}/xrootd/config.d/50-cms-xcache-paths.cfg
%config(noreplace) %{_sysconfdir}/xrootd/config.d/90-cms-xcache-disks.cfg
%config(noreplace) %{_sysconfdir}/xrootd/config.d/90-cms-xcache-local-redirector.cfg
%config(noreplace) %{_sysconfdir}/xrootd/config.d/95-cms-xcache-logging.cfg

%changelog
* Wed Aug 7 2019 Edgar Fajardo <[email protected]> - 1.1.0-0.4
- Changing order of LCMAPS configuration files for CMS
- Fixing bug on refresh-proxy call for CMS and ATLAS proxies

* Mon Aug 5 2019 Edgar Fajardo <[email protected]> - 1.1.0-0.3
- Adding ATLAS and CMS overides for the proxy generation
- Adding RucioN2N config for ATLAS Xcache (SOFTWARE-3784)
Expand Down

0 comments on commit 6152fd9

Please sign in to comment.