Countries
The country definition is mostly used for overwriting some StorageElementGroups
for job output upload at the country level. See Mapping Storages to Sites and Countries
Configuration
Countries
{
# Configuration for ``pl`` sites
pl
{
# Redirect to ``de`` configuration
AssignedTo = de
}
de
{
AssociatedSEs
{
# Overwrite the Tier1-Failover StorageElementGroup
# For all German site which do not have a specific
# configuration (see # See https://dirac.readthedocs.io/en/latest/AdministratorGuide/Resources/storage.html#mapping-storages-to-sites-and-countries)
Tier1-Failover = GRIDKA-FAILOVER
}
}
}