Skip to content

Eliminate duplicated cvmfs stratum 1 configuration

Edita Kizinevic requested to merge FTOPSDEVEL-339 into master

Some of the stratum1s are not included because they were not in failover or distance configuration:

ERROR: bnl-cvmfs01 does not have awstats group
ERROR: bnl-cvmfs02 does not have awstats group
ERROR: unl-hcc-cvmfs1 does not have awstats group
ERROR: unl-hcc-cvmfs2 does not have awstats group
ERROR: unl-hcc-cvmfs1-1 does not have time zone
ERROR: unl-hcc-cvmfs2-1 does not have time zone
ERROR: unl-hcc-cvmfs1-2 does not have time zone
ERROR: unl-hcc-cvmfs2-2 does not have time zone

The configuration output looks like this:

{
    "cvmfsrep.grid.sinica.edu.tw": {
        "name": "ASGC Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "asgc-cvmfs1"
        ],
        "timezone": "Asia/Taipei"
    },
    "cvmfs.sdcc.bnl.gov": {
        "name": "BNL Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "bnl-cvmfs01-0",
            "bnl-cvmfs02-0"
        ],
        "timezone": "America/New_York"
    },
    "cvmfs.fnal.gov": {
        "name": "FNAL Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "fnal-cvmfs1",
            "fnal-cvmfs2"
        ],
        "timezone": "America/Chicago"
    },
    "cvmfs-stratum-one.ihep.ac.cn": {
        "name": "IHEP Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "ihep-stratum1a",
            "ihep-stratum1b"
        ],
        "timezone": "Asia/Harbin"
    },
    "cclssts1.in2p3.fr": {
        "name": "IN2P3 Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "in2p3-cvmfs1-httpd"
        ],
        "timezone": "Europe/Paris"
    },
    "cvmfs-stratum-one.cc.kek.jp": {
        "name": "KEK Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "kek-cvmfs1",
            "kek-cvmfs2"
        ],
        "timezone": "Asia/Tokyo"
    },
    "klei.nikhef.nl": {
        "name": "NIKHEF Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "nikhef-cvmfs1"
        ],
        "timezone": "Europe/Amsterdam"
    },
    "cernvmfs.gridpp.rl.ac.uk": {
        "name": "RAL Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "ral-cvmfs1",
            "ral-cvmfs2"
        ],
        "timezone": "Europe/London"
    },
    "sampacs01.if.usp.br": {
        "name": "SAMPA Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "sampa-cvmfs1"
        ],
        "timezone": "America/Sao_Paulo"
    },
    "cvmfs-s1.hpc.swin.edu.au": {
        "name": "SWINBURNE Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "swinburne-cvmfs1"
        ],
        "timezone": "Australia/Melbourne"
    },
    "cvmfsrepo.lcg.triumf.ca": {
        "name": "TRIUMF Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "triumf-cvmfs1"
        ],
        "timezone": "America/Vancouver"
    },
    "hcc-cvmfs-one.unl.edu": {
        "name": "UNL Stratum 1",
        "rate_threshold": 5.56,
        "awstats": [
            "unl-hcc-cvmfs1-0",
            "unl-hcc-cvmfs2-0"
        ],
        "timezone": "America/Chicago"
    }
}

Merge request reports