Open DrDaveD opened 1 year ago
In addition, from the egi branch doing git diff master domain.d/osgstorage.org.conf
and git diff master osgstorage-auth.conf
should show no differences in the lines after extra authenticated OSDF caches not used by OSG
.
Currently this is not the case, because cf-ac-uk-cache.nationalresearchplatform.org
is in the master branch but not in the egi branch for both files.
Beyond that, the comparison between osg and egi now looks good, but the default branch's domain.d/osgstorage.org.conf
still has a lot of differences that need to be brought in sync.
Also, from the osg branch doing git diff master domain.d/osgstorage.org.conf
and git diff master osgstorage-auth.conf
should show no differences in the section OSDF caches used by OSG
and the lines after extra OSDF caches not used by OSG
should be marked with -
only.
Currently there are two servers in the OSG section in the master branch that are not in the osg branch in both files: mghpcc-cache.nationalresearchplatform.org
and sdsc-cache.nationalresearchplatform.org
. sdsc-cache was removed temporarily in #229. Perhaps it is time to add it back? If not, it should get removed from the master branch. Or, instead of deleting it, probably it would be better to comment it out with a dated note that it is temporary. Likewise mghpcc-cache and #235.
The mghpcc-cache.nationalresearchplatform.org is still offline. I will add back the sdsc
Now that #241 is finished, please sync up the default branch with the egi branch
Oh and cf-ac-uk-cache.nationalresearchplatform.org
is still in the master branch's domain.d/osgstorage.org.conf but not in egi. Shouldn't it be there? It is in osgstorage-auth.conf in both branches.
Now that #241 is finished, please sync up the default branch with the egi branch
Oh and
cf-ac-uk-cache.nationalresearchplatform.org
is still in the master branch's domain.d/osgstorage.org.conf but not in egi. Shouldn't it be there? It is in osgstorage-auth.conf in both branches.
@biozit
I will add it back to EGI.
--Fábio Andrijauskas
On Tue, Apr 16, 2024 at 11:41 AM DrDaveD @.***> wrote:
Now that #241 https://github.com/cvmfs-contrib/config-repo/pull/241 is finished, please sync up the default branch with the egi branch
Oh and cf-ac-uk-cache.nationalresearchplatform.org is still in the master branch's domain.d/osgstorage.org.conf but not in egi. Shouldn't it be there? It is in osgstorage-auth.conf in both branches.
@biozit https://github.com/biozit
— Reply to this email directly, view it on GitHub https://github.com/cvmfs-contrib/config-repo/issues/192#issuecomment-2059717567, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEEH7YK7X7TDYKWEFDXDVDY5VWE5AVCNFSM6AAAAAA4TTXMX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJZG4YTONJWG4 . You are receiving this because you were mentioned.Message ID: @.***>
In the egi branch I should be able to do
git diff osg domain.d/osgstorage.org.conf
andgit diff osg osgstorage-auth.conf
and see only difference lines beginning with-
in the North America section ofsubset of authenticated OSDF caches used by OSG
, and all the lines afterextra authenticated OSDF caches not used by OSG
should begin with+
. There are a few cases where that is not so. Please make it consistent.In addition,
git diff default domain.d/osgstorage.org.conf
should show no difference of servers between egi and default branches.