diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4a29544 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM python:3.10.7 + +COPY / /tmp/alto +RUN rm -rf /tmp/alto/.git && \ + pip install redis && \ + pip install /tmp/alto && \ + rm -rf /tmp/alto + +EXPOSE 8000 + diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..b0443df --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn alto.server.django_server.django_server.wsgi diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..da45d34 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,42 @@ +services: + gateway: + image: nginx + volumes: + - ./etc/nginx.conf:/etc/nginx/nginx.conf + - ./etc/htpasswd:/etc/nginx/conf.d/.htpasswd + - ./etc/cert.pem:/etc/nginx/cert.pem + - ./etc/cert.key:/etc/nginx/cert.key + ports: + - "8443:443" + alto-frontend: + image: openalto/alto + volumes: + - ./src/alto:/usr/local/lib/python3.10/site-packages/alto + entrypoint: gunicorn + command: ["-b", "0.0.0.0:8000", "--reload", "alto.server.django_server.django_server.wsgi", "--preload"] + alto-lg-agent: + image: openalto/alto + volumes: + - ./etc/lg-agent.json:/etc/lg-agent.json + entrypoint: python + command: ["-m", "alto.agent.manage", "--pid", "/tmp", "start", "-c", "/etc/lg-agent.json", "-D", "cernlg"] + network_mode: "service:alto-frontend" + alto-cric-agent: + image: openalto/alto + volumes: + - ./etc/cric-agent.json:/etc/cric-agent.json + entrypoint: python + command: ["-m", "alto.agent.manage", "--pid", "/tmp", "start", "-c", "/etc/cric-agent.json", "-D", "cric"] + network_mode: "service:alto-frontend" + alto-db: + image: redis + network_mode: "service:alto-frontend" + alto-client: + image: curlimages/curl + volumes: + - ./tmp/request.json:/request.json + - ./tmp/pvtest.sh:/pvtest.sh + - ./etc/cert.pem:/etc/cert.pem + - ./etc/cert.key:/etc/cert.key + entrypoint: sh + command: ["-c", "tail -f /dev/null"] diff --git a/etc/alto.conf b/etc/alto.conf new file mode 100644 index 0000000..9722b20 --- /dev/null +++ b/etc/alto.conf @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +# The MIT License (MIT) +# +# Copyright (c) 2021 OpenALTO Community +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# +# Authors: +# - Jensen Zhang + +#################################################### +# Configure an ALTO client +#################################################### +[client] +# ALTO server +default_ird = http://localhost:8181/alto/simpleird/default +default_networkmap = http://mininet:8181/networkmap +default_costmap = http://mininet:8181/costmap +static_ird = { + "costmap-bw-available": "http://mininet:8181/costmap/bw-available", + "costmap-delay-ow": "http://mininet:8181/costmap/delay-ow" } +auth_type = userpass +username = admin +password = admin + +[http] +retry = 3 diff --git a/etc/cert.key b/etc/cert.key new file mode 100644 index 0000000..2826d1a --- /dev/null +++ b/etc/cert.key @@ -0,0 +1,28 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDEUjwm5XkQ/gIo +UNT9qZsTF+tp69b9MpS92FK0YHaGQs50Jy9fwB5iNlmLNWBYxeId+NKsTaNzJYL/ +5jYvwycUGBtVI2OrvO8ZpDnYrscaSnG7pBLAWNrxcjQQjB2qu9ZBenOTFvBVnFSR ++xs9XfGMnJ7rMMMxx9k4oKPJgCHiwGnuyoppJRSRiO/7Gwjirq46co/AAUizPlzC +zC3XeEuFcY/YvuZJ9e99n3086vo6yNGLd5Z6adnjfPiP4AwDFbTZmnqsLNSFdFYu +m7lDe60VeeWp2lkqV9y8bTMGgXcotkhD4kcbvd/Iyf1HrWfEGzsH5JeVoS/zrZXe +y1e3eSQnAgMBAAECggEAHRfSsjDvcAU0bKUN60lnIb05tcitY3hLcpbMKs7gwaTE +05G7A4WE+yjyvB582Kr6h1aIYeBfiIDWmPWUsh9Je0DXTBaifqDRDgu4RtQfzVWa +5SO7Y6XHTGCQNqONAfA0IB/1YKbVltpD7h44Oy/gy+Wp51CinI3xMuMbYpEKdH+s +piGqf7XevqTHMX3hapgCXh6pP+iWo8pZqSmy426I3heYg7VQpL3/e3a0R5mECDD/ +DAowzJlyXgJTJpWocscZWgaCwJVmqBav9a1xMryPPio61nRuyO/pshO1pIAEG3dD +ksx+Ic9hDPS8BOXH6ZcKls3iADYEth2RIe9yI/wwgQKBgQDtMxtwW/FoKJjj2QIw +ALEg23TE6w3f2dH3lP2dSxcnBVPe/f41/aKgjEpU3HCvt3xLSyaqvYrWJYOBxvNk +ZhHiG/IO5jmm7/sPRhz0grz/CbuO/M4a5/iVBQU8c1wAC+Tz4oZEn/1Dul3CE771 +kvDTIJP+lnWerC+Fo1Zx/tygHQKBgQDT4a+Bw87qtZpHbySUViTaz5INgWWHu3QN +yOvE66gX793VP5t11QHMy6JYFDMhjvmr3WJLt4pFVoXf/JEpSfFeTyn7ZteS3oF/ +8JOstWqzPvJl1z3fA5D6EAqNw+t1i2/ueWWvcbIx33TZ8oNoFjOS+n3qBbTtUmXV +M22exv6qEwKBgQDavMqM7vzL5MQ5OaG+yqSNfFNOVMTSrXfnLMpEBz8uiMczWF7Z +QzB5hWX2o+J26GoCtSbPRUOG/8kqIGHLMCVFsieifcSkoaGQEEQbZ4UKW9tOnOsj +/M9L/Pk7KdapZE6aaUcQecmAb5iOpM7wf7T9vYk8uVt2G6snPd01+qVSMQKBgQCi +KuoZd7S3D6e1ZOuqXQR4NMakb5U1/dMledJ6NaPCLmSrArQJy65FANaQc2VvGe8e +C6NgMGo0B7UPak/wOhfzBsQrFtuIHaUgNxHP7kpsRpFgQQ2p0yDzQ7PQLVPZ848I +BwI89dhdM5pL9cF9uQBgTjhxFU0VFyu5slMEY2om4QKBgDaCC3Y40hyXByCcDVzQ +7wnBnmOFd/sixb9SKLEDzyjeBcihj92lhOz/WEjc9l3dZW53i3woOY4Fmkpo+JUR +MQc3Ri6fi7oSamWQfkuPRuzrKAElPXyI3lpemnYq7pod5mdSxTAwWFC2YoTUMzs+ +8UxWpzTt0i6oXf12/xLb3mar +-----END PRIVATE KEY----- diff --git a/etc/cert.pem b/etc/cert.pem new file mode 100644 index 0000000..c6bdadc --- /dev/null +++ b/etc/cert.pem @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgIUF7vQC3ITOTeNs2jfIsBjD7+V2hEwDQYJKoZIhvcNAQEL +BQAwSjELMAkGA1UEBhMCQ04xETAPBgNVBAgMCFNoYW5naGFpMREwDwYDVQQHDAhT +aGFuZ2hhaTEVMBMGA1UECgwMVG9uZ2ppIFVuaXYuMB4XDTIyMTAwMzEyNTc1MFoX +DTMyMDkzMDEyNTc1MFowSjELMAkGA1UEBhMCQ04xETAPBgNVBAgMCFNoYW5naGFp +MREwDwYDVQQHDAhTaGFuZ2hhaTEVMBMGA1UECgwMVG9uZ2ppIFVuaXYuMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxFI8JuV5EP4CKFDU/ambExfraevW +/TKUvdhStGB2hkLOdCcvX8AeYjZZizVgWMXiHfjSrE2jcyWC/+Y2L8MnFBgbVSNj +q7zvGaQ52K7HGkpxu6QSwFja8XI0EIwdqrvWQXpzkxbwVZxUkfsbPV3xjJye6zDD +McfZOKCjyYAh4sBp7sqKaSUUkYjv+xsI4q6uOnKPwAFIsz5cwswt13hLhXGP2L7m +SfXvfZ99POr6OsjRi3eWemnZ43z4j+AMAxW02Zp6rCzUhXRWLpu5Q3utFXnlqdpZ +KlfcvG0zBoF3KLZIQ+JHG73fyMn9R61nxBs7B+SXlaEv862V3stXt3kkJwIDAQAB +o1MwUTAdBgNVHQ4EFgQU7rTPvm72oxWXeQtmNng0zSQ8kh0wHwYDVR0jBBgwFoAU +7rTPvm72oxWXeQtmNng0zSQ8kh0wDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0B +AQsFAAOCAQEAOKo4Tsf3xqgahnUu3IasoeNAqwpxZbhXpt/Ru7+M387znwtnPdX0 +64X4vyOZl/Q5qe2JzGwTmpwsoVIPCxv39pbylxetdG9l+HBVmWA58l+lgyTgj6d+ +ZaQtvencQrV8V+zqDbJKPZ+Rs2Ah3bEunNWfTij9oCqGfRHtXyY6M8U7LXzs0tVZ +exEE/Rzjtk488jqxJyhTMa4lL1LMJjX2N09tocMCBHqFHZcIIQxHYwsnrH+6HzpB +2WhCEJJI+huePqkrwiJJTWyya0+WiTHWjX4kfXUfmtXjzKhsA1Q9BeI235Ops0XS +7Nk9j+ZnSklcyGjeyY0UGqw8b0tJA7A0tA== +-----END CERTIFICATE----- diff --git a/etc/cric-agent.json b/etc/cric-agent.json new file mode 100644 index 0000000..26a734d --- /dev/null +++ b/etc/cric-agent.json @@ -0,0 +1,7 @@ +{ + "namespace": "default", + "agent_class": "alto.agent.cric.CRICAgent", + "uri": "https://wlcg-cric.cern.ch/api/core/rcsite/query/?json", + "local_asn": 513, + "refresh_interval": 300 +} diff --git a/etc/htpasswd b/etc/htpasswd new file mode 100644 index 0000000..052ea27 --- /dev/null +++ b/etc/htpasswd @@ -0,0 +1 @@ +cern:$apr1$bX1nUbQN$/tJBeK010/hlHPqJNLfm90 diff --git a/etc/lg-agent.json b/etc/lg-agent.json new file mode 100644 index 0000000..f68738a --- /dev/null +++ b/etc/lg-agent.json @@ -0,0 +1,7 @@ +{ + "namespace": "default", + "agent_class": "alto.agent.cernlg.LookingGlassAgent", + "uri": "http://lhcone-lg.cern.ch/lg.cgi", + "default_router": "ex2j.cern.ch:juniper", + "refresh_interval": 300 +} diff --git a/etc/nginx.conf b/etc/nginx.conf new file mode 100644 index 0000000..0b15b15 --- /dev/null +++ b/etc/nginx.conf @@ -0,0 +1,34 @@ +user nginx; +worker_processes 1; + +error_log /var/log/nginx/error.log warn; +pid /var/run/nginx.pid; + + +events { + worker_connections 1024; +} + +http { + server { + listen 443 ssl; + keepalive_timeout 60; + + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; + ssl_ciphers AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5; + ssl_certificate /etc/nginx/cert.pem; + ssl_certificate_key /etc/nginx/cert.key; + ssl_session_cache shared:SSL:10m; + ssl_session_timeout 10m; + + # auth_basic "Restricted Access!"; + # auth_basic_user_file /etc/nginx/conf.d/.htpasswd; + + location / { + deny 192.168.80.1; + allow 192.168.80.0/24; + deny all; + proxy_pass http://alto-frontend:8000; + } + } +} diff --git a/pyproject.toml b/pyproject.toml index f6935d6..8e1737c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,3 +7,4 @@ build-backend = "setuptools.build_meta" # For smarter version schemes and other configuration options, # check out https://github.com/pypa/setuptools_scm version_scheme = "no-guess-dev" +fallback_version = "0.1.0" diff --git a/setup.cfg b/setup.cfg index 635b1a1..a1025aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,6 +52,12 @@ install_requires = importlib-metadata; python_version<"3.8" requests pytricia + Django + djangorestframework + networkx + lxml + service + gunicorn [options.packages.find] @@ -63,6 +69,7 @@ exclude = # Add here additional requirements for extra features, to install with: # `pip install alto[PDF]` like: # PDF = ReportLab; RXP +redis = redis # Add here test requirements (semicolon/line-separated) testing = diff --git a/setup.py b/setup.py index 9ceac71..31b77b5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if __name__ == "__main__": try: - setup(use_scm_version={"version_scheme": "no-guess-dev"}) + setup(use_scm_version={"version_scheme": "no-guess-dev", "fallback_version": "0.1.0"}) except: # noqa print( "\n\nAn error occurred while building the project, " diff --git a/src/alto/agent/cernlg.py b/src/alto/agent/cernlg.py new file mode 100644 index 0000000..90065c3 --- /dev/null +++ b/src/alto/agent/cernlg.py @@ -0,0 +1,201 @@ +import requests +import ipaddress +import logging +import re +import time + +from lxml import html +from pytricia import PyTricia + +from alto.server.components.datasource import DBInfo, DataSourceAgent +from alto.server.components.db import data_broker_manager, ForwardingRule, Match, Action + +class LookingGlassAgent(DataSourceAgent): + """ + Class of data source agent for looking glass server. + """ + + def __init__(self, dbinfo: DBInfo, name: str, namespace='default', **cfg): + super().__init__(dbinfo, name, namespace) + + self.uri = self.ensure_field(cfg, 'uri') + self.router = cfg.get('default_router', None) + self.proxies = cfg.get('proxies', None) + self.refresh_interval = cfg.get('refresh_interval', None) + self.listened_routers = cfg.get('listened_routers', set()) + self.default_router = cfg.get('default_router', None) + + logging.info("Loading databases") + self.db = [ self.request_db(t) for t in ['forwarding', 'endpoint']] + + if self.default_router: + if len(self.listened_routers) == 0: + self.listened_routers |= { self.default_router } + + eb_trans = self.db[1].new_transaction() + default_sw = {'dpid': self.default_router, 'in_port': '0'} + eb_trans.add_property('0.0.0.0/0', default_sw) + eb_trans.commit() + + def _parse_route(self, route_str): + routes = list() + entry = dict() + for rline in route_str.splitlines(): + line = rline.strip() + if not line and entry: + routes.append(entry) + entry = dict() + if line.startswith('BGP') or line.startswith('*BGP'): + if entry: + routes.append(entry) + entry = dict() + if line.startswith('*'): + entry['selected'] = True + line = line[4:].strip() + # Parse line to BGP route attributes + if line.startswith('Peer AS:'): + asn = int(line[8:].strip()) + entry['asn'] = asn + elif line.startswith('AS path:'): + as_path = [asn for asn in line[8:].strip().split(' ')] + entry['as_path'] = as_path + elif line.startswith('Communities:'): + communities = line[12:].strip().split(' ') + entry['communities'] = communities + elif line.startswith('Next hop:') and line.endswith(', selected'): + next_hop_entry = line[10:-10].split(' via ') + entry['next_hop'] = next_hop_entry[0] + if len(next_hop_entry) > 1: + entry['outgoing_interface'] = next_hop_entry[1] + return routes + + def _do_query(self, query='route', router=None, args=None): + data = requests.post(self.uri, + data={ + 'query': query, + 'args': args, + 'router': router or self.router, + 'submit': 'Submit' + }, proxies=self.proxies) + doctree = html.fromstring(data.content) + query_result = doctree.xpath('//pre[1]') + return ''.join([r for r in query_result[0].itertext()]) + + def _parse_all_routes(self, route_str, width=19, route_dict=PyTricia(128)): + routes = list() + route = dict() + entry_found = False + for line in route_str.splitlines(): + prefix = None + try: + match_prefix = re.match('^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\.|(\\/(([12]?[0-9])|(3[0-2]))$))){4}', line) + if match_prefix: + prefix = match_prefix.group() + else: + prefix = ipaddress.ip_network(line[:width].strip()).exploded + except ValueError: + pass + if prefix: + routes = list() + route_dict[prefix] = routes + entry_found = True + if not entry_found: + continue + line = line[width:].strip() + match_bgp = re.match('^(.?)\[BGP.*\].*, localpref (.*), from (.*)$', line) + if match_bgp: + route = dict() + routes.append(route) + selected, localpref, peer = match_bgp.groups() + if selected == '*' or selected == '+': + route['selected'] = True + route['preference'] = int(localpref) + route['peer'] = peer + match_aspath = re.match('^AS path: (.*), validation-state: .*$', line) + if match_aspath: + as_path = match_aspath.groups()[0] + route['as_path'] = [asn for asn in as_path.split(' ')] + match_nh = re.match('> to (.*) via (.*)', line) + if match_nh: + next_hop, out_int = match_nh.groups() + route['next_hop'] = next_hop + route['outgoing_interface'] = out_int + return route_dict + + def get_route(self, ipprefix, router=None, selected=False): + """ + Get a single route entry. + + Parameters + ---------- + ipprefix : str + Destination IP prefix to lookup. + router : str + Name of the looking glass router. If None, `default_router` will be + used. + selected : bool + Whether only return the selected route or not. + + Returns + ------- + routes : list + All the route entries for the given destination IP prefix. + """ + route_str = self._do_query(query='route', router=router, args=ipprefix) + routes = self._parse_route(route_str) + if selected: + routes = [r for r in routes if r.get('selected')] + return routes + + def get_all_routes(self, router=None, selected=False): + """ + Get routes for all reachable prefixes. + + Parameters + ---------- + router : str + Name of the looking glass router. If None, `default_router` will be + used. + selected : bool + Whether only return selected routes or not. + + Returns + ------- + routes : dict + A dictionary mapping each reachable prefix to a list of route + entries. + """ + logging.info('Loading IPv4 routes on %s' % (router)) + route_str = self._do_query(query='routes4', router=router) + logging.info('Parsing IPv4 routes on %s' % (router)) + routes = self._parse_all_routes(route_str, route_dict=dict()) + logging.info('Loading IPv6 routes on %s' % (router)) + route_str = self._do_query(query='routes6', router=router) + logging.info('Parsing IPv6 routes on %s' % (router)) + routes = self._parse_all_routes(route_str, route_dict=routes) + if selected: + for p in routes: + routes[p] = [r for r in routes[p] if r.get('selected')] + return routes + + def update(self): + fib_trans = self.db[0].new_transaction() + for _router in self.listened_routers: + routes = self.get_all_routes(_router, selected=True) + for dst_prefix, route in routes.items(): + if route: + route = route[0] + else: + continue + pkt_match = Match(dst_prefix) + action = Action(**route) + rule = ForwardingRule(pkt_match, action) + fib_trans.add_rule(_router, rule) + fib_trans.commit() + + def run(self): + if self.refresh_interval is None: + self.refresh_interval = 60 + while True: + self.update() + time.sleep(self.refresh_interval) diff --git a/src/alto/agent/cric.py b/src/alto/agent/cric.py new file mode 100644 index 0000000..9f2b09e --- /dev/null +++ b/src/alto/agent/cric.py @@ -0,0 +1,46 @@ +import requests +import json +import logging +import time + +from alto.server.components.datasource import DBInfo, DataSourceAgent + +class CRICAgent(DataSourceAgent): + + def __init__(self, dbinfo: DBInfo, name: str, namespace='default', **cfg): + super().__init__(dbinfo, name, namespace) + + self.uri = self.ensure_field(cfg, 'uri') + self.local_asn = cfg.get('local_asn', None) + self.refresh_interval = cfg.get('refresh_interval', None) + self.netroute_map = dict() + + logging.info("Loading databases") + self.db = [ self.request_db(t) for t in ['endpoint']] + + def update(self): + eb_trans = self.db[0].new_transaction() + cric_dict = dict() + if self.uri.startswith('http'): + data = requests.get(self.uri, verify=False) + cric_dict = json.loads(data.content) + else: + with open(self.uri, 'r') as f_cric: + cric_dict = json.load(f_cric) + + for _, rcsite_obj in cric_dict.items(): + netroutes = rcsite_obj.get('netroutes', dict()) + for _, netroute in netroutes.items(): + for _, ipprefixes in netroute['networks'].items(): + for ipprefix in ipprefixes: + asn = netroute.get('asn') + if asn == self.local_asn: + eb_trans.add_property(ipprefix, {'is_local': True}) + eb_trans.commit() + + def run(self): + if self.refresh_interval is None: + self.refresh_interval = 60 + while True: + self.update() + time.sleep(self.refresh_interval) diff --git a/src/alto/agent/manage.py b/src/alto/agent/manage.py new file mode 100644 index 0000000..a3f871a --- /dev/null +++ b/src/alto/agent/manage.py @@ -0,0 +1,121 @@ +import importlib +import logging +from service import Service + +from alto.server.components.datasource import DBInfo +from alto.common.logging import fail_with_msg + +class AgentService(Service): + + def __init__(self, agent_name, pid_dir, agent_instance=None): + super().__init__(agent_name, pid_dir) + self.agent = agent_instance + + def run(self): + self.agent.run() + +def setup_debug_db(): + import alto.server.django_server.django_server.settings as conf_settings + from alto.server.components.db import data_broker_manager, ForwardingDB, EndpointDB + + for ns, ns_config in conf_settings.DB_CONFIG.items(): + for db_type, db_config in ns_config.items(): + if db_type == 'forwarding': + db = ForwardingDB(namespace=ns, **db_config) + elif db_type == 'endpoint': + db = EndpointDB(namespace=ns, **db_config) + else: + db = None + if db: + data_broker_manager.register(ns, db_type, db) + +if __name__ == '__main__': + import argparse + import json + + logging.basicConfig(level=logging.INFO) + + parser = argparse.ArgumentParser(description='OpenALTO Agent Manager') + subparsers = parser.add_subparsers(title='actions', dest='action') + + start_parser = subparsers.add_parser('start') + stop_parser = subparsers.add_parser('stop') + + start_parser.add_argument('-c', '--config', dest='config', + help='path to the config file') + start_parser.add_argument('-C', '--class', dest='agent_class', + help='python class name') + start_parser.add_argument('-H', '--host', dest='host', + default=None, + help='host name of the data store') + start_parser.add_argument('-p', '--port', dest='port', action='store_const', + default=None, const=int, + help='port of the data store') + start_parser.add_argument('-n', '--namespace', dest='namespace', + default=None, + help='namespace of the agent') + start_parser.add_argument('-d', '--daemonize', dest='daemonized', + action='store_true', + default=False, + help='daemonize the agent') + start_parser.add_argument('-D', '--debug', dest='debug', + action='store_true', + default=False, + help='use the debug data broker') + parser.add_argument('--pid', dest='pid_dir', default=None, + help='specify the PID path to be used') + + parser.add_argument('agent_name', metavar='NAME') + + args = parser.parse_args() + + pid_dir = '/var/log/openalto/' + pid_dir = args.pid_dir if args.pid_dir is not None else pid_dir + + if args.action == 'start': + with open(args.config, 'r') as f: + cfg = json.load(f) + + agent_class = cfg.pop('agent_class', None) + if args.agent_class is not None: + agent_class = args.agent_class + + try: + pkg_name, cls_name = agent_class.rsplit('.', 1) + pkg = importlib.import_module(pkg_name) + cls = pkg.__getattribute__(cls_name) + except Exception as e: + print(e) + fail_with_msg(logging.CRITICAL, 'Failed to load class %s' % (agent_class)) + + host = cfg.pop('host', 'localhost') + if args.host is not None: + host = args.host + + port = int(cfg.pop('port', 6793)) + if args.port is not None: + port = int(args.port) + + namespace = cfg.pop('namespace', 'default') + if args.namespace is not None: + namespace = args.namespace + + dbinfo = DBInfo(host, port) + logging.info('Initializing %s Agent...' % (args.agent_name)) + + if args.debug: + setup_debug_db() + + agent = cls(dbinfo, args.agent_name, namespace, **cfg) + logging.info('Starting %s Agent...' % (args.agent_name)) + service = AgentService(args.agent_name, pid_dir, agent) + + if args.daemonized: + service.start() + else: + agent.run() + else: + logging.info('Stopping %s Agent...' % (args.agent_name)) + service = AgentService(args.agent_name, pid_dir) + + service.stop() diff --git a/src/alto/common/logging.py b/src/alto/common/logging.py new file mode 100644 index 0000000..71a3488 --- /dev/null +++ b/src/alto/common/logging.py @@ -0,0 +1,6 @@ +import logging +import sys + +def fail_with_msg(level, msg): + logging.log(level, msg) + sys.exit(-1) diff --git a/src/alto/server/components/datasource.py b/src/alto/server/components/datasource.py new file mode 100644 index 0000000..5abf472 --- /dev/null +++ b/src/alto/server/components/datasource.py @@ -0,0 +1,46 @@ +import re +import ipaddress +import requests +import json + +from lxml import html +from pytricia import PyTricia + +from alto.common.logging import fail_with_msg +from logging import FATAL + +from .db import DataBroker, data_broker_manager, ForwardingRule, Match, Action + +class DBInfo: + def __init__(self, host: str, port: int, credentials = ''): + self.host = host + self.port = port + self.credentials = credentials + +MISSING_FIELD_MSG = '%s field is mandatory to configure Agent %s' + +class DataSourceAgent: + """ + Base class of the data source agent. + + The base class must be configured with attributes to connect to + the data store, and a namespace. + """ + + def __init__(self, dbinfo, agent_name, namespace, **cfg): + self.dbinfo = dbinfo + self.agent_name = agent_name + self.namespace = namespace + # FIXME: use connection instead of data_broker_manager + self.dbm = data_broker_manager + + def request_db(self, db_type: str): + return self.dbm.get(self.namespace, db_type) + + def ensure_field(self, cfg, field): + if field not in cfg: + fail_with_msg(FATAL, MISSING_FIELD_MSG % (field, self.agent_name)) + return cfg[field] + + def run(self): + raise NotImplementedError() diff --git a/src/alto/server/components/db.py b/src/alto/server/components/db.py new file mode 100644 index 0000000..1af7d1f --- /dev/null +++ b/src/alto/server/components/db.py @@ -0,0 +1,464 @@ +import hashlib +import json +import uuid + +from pytricia import PyTricia + + +class DataBrokerManager(object): + """ + Data broker manager singleton. + """ + + pool = dict() + + def __new__(cls): + if not hasattr(cls, 'instance'): + cls.instance = super(DataBrokerManager, cls).__new__(cls) + return cls.instance + + def register(self, namespace, db_type, db): + """ + Register a data broker to the pool. + + Parameters + ---------- + namespace : str + Namespace of the data broker. + db_type : str + Type of the data broker. Currently supported types: + - forwarding + - endpoint + db : DataBroker + A data broker instance. + """ + if namespace not in self.pool: + self.pool[namespace] = dict() + self.pool[namespace][db_type] = db + + def get(self, namespace, db_type): + """ + Get a registered data broker. + + Parameters + ---------- + namespace : str + Namespace of the data broker. + db_type : str + Type of the data broker. Currently supported types: + - forwarding + - endpoint + + Returns + ------- + DataBroker + """ + return self.pool.get(namespace, dict()).get(db_type) + + +data_broker_manager = DataBrokerManager() + + +class LocalDB: + """ + The implemetation of a simple local database backend. + + Support basic key-value store update, lookup, and transaction. + """ + + def __init__(self, **kwargs): + self._base = dict() + + def get(self, key): + return self._base.get(key) + + def set(self, key, val): + self._base[key] = val + + def pipeline(self): + return LocalPipe(self) + + +class LocalPipe: + """ + The implementation of a simple transaction for LocalDB. + + Simulate the basic Redis pipeline API. + """ + + def __init__(self, db): + self.db = db + self._base = self.db._base.copy() + + def set(self, key, val): + self._base[key] = val + + def execute(self): + self.db._base = self._base + + +class DataBroker: + """ + Base class of the data broker. + + Parameters + ---------- + namespace : str + Namespace of the data broker. + backend : str + Backend database. Currently supported backends: + - local + - redis + """ + + def __init__(self, namespace='default', backend='redis', **kwargs): + self.ns = namespace + self.backend = backend + if backend == 'local': + self._backend = LocalDB(**kwargs) + elif backend == 'redis': + import redis + self._backend = redis.Redis(**kwargs) + else: + # TODO: define common errors for ALTO DB + raise NotImplementedError + data_broker_manager.register(self.ns, self.type, self) + + def _lookup(self, key): + """ + Lookup value by key. + + Parameters + ---------- + key : str + The hash string used to lookup the value. The data broker will + combine the key with the prefix `namespace` as the full key to query + the backend database. + + Returns + ------- + Value + """ + if type(key) is bytes: + key = key.decode() + full_key = '{}:{}'.format(self.ns, key) + return self._backend.get(full_key) + + def _parse_key(self, key): + componets = key.split(b':') + return b':'.join(componets[2:-1]), b':'.join(componets[1:]) + + def build_cache(self): + """ + Build local cache of remote database for efficient lookup. + """ + # TODO: Separate read capability (`build_cache` and `lookup`) and write + # capability (`new_transaction`) into different classes + # TODO: Use pubsub feature to trigger `build_cache` method + raise NotImplementedError() + + def new_transaction(self): + """ + Start a new transaction. + + Returns + ------- + Transaction + """ + return Transaction(self) + + +class Match(object): + """ + Class of the packet match. + """ + + def __init__(self, dst_prefix, in_port=None, **pktattr): + self.dst_prefix = dst_prefix + self.in_port = in_port + self.optional_attr = pktattr + + def to_dict(self): + m = dict() + m['dst_prefix'] = self.dst_prefix + if self.in_port: + m['in_port'] = self.in_port + for k, v in self.optional_attr: + m[k] = v + return m + + def to_json(self): + return json.dumps(self.to_dict(), sort_keys=True) + + def to_hash(self): + h = hashlib.sha256() + h.update(self.to_json().encode()) + return h.hexdigest() + + +class Action(object): + """ + Class of the forwarding action. + """ + + def __init__(self, next_hop=None, protocol=None, **actions): + self.next_hop = next_hop + self.protocol = protocol + self.actions = actions + + def to_dict(self): + action = dict() + if self.next_hop: + action['next_hop'] = self.next_hop + if self.protocol: + action['protocol'] = self.protocol + for k, v in self.actions.items(): + action[k] = v + return action + + +class ForwardingRule(object): + """ + Class of the forwarding rule. + """ + + def __init__(self, pkt_match: Match, action: Action): + self.pkt_match = pkt_match + self.action = action + + def to_dict(self): + rule = dict() + rule['match'] = self.pkt_match.to_dict() + rule['action'] = self.action.to_dict() + return rule + + def to_json(self): + return json.dumps(self.to_dict(), sort_keys=True) + + +class ForwardingDB(DataBroker): + """ + Class of the data broker maintaining forwarding information. + """ + + def __init__(self, namespace='default', backend='redis', **kwargs): + self.type = 'forwarding' + self._base = dict() + super().__init__(namespace=namespace, backend=backend, **kwargs) + + def build_cache(self): + _base = dict() + if self.backend == 'redis': + keys = self._backend.scan_iter(match='{}:{}:*'.format(self.ns, self.type)) + else: + raise NotImplementedError() + for key in keys: + dpid, suffix_key = self._parse_key(key) + rule_json = self._backend.get(key) + rule_dict = json.loads(rule_json) + match_dict = rule_dict.get('match', dict()) + + if dpid not in _base: + _base[dpid] = PyTricia(128) + dst_prefix = match_dict.get('dst_prefix') + if dst_prefix not in _base[dpid]: + _base[dpid][dst_prefix] = dict() + in_port = match_dict.get('in_port') + if not in_port: + in_port = '0' + _base[dpid][dst_prefix][in_port] = suffix_key + for dpid in _base.keys(): + self._base[dpid] = _base[dpid] + + def lookup(self, dpid, dst_ip, in_port='0', **pktattr): + """ + Get a forwarding entry by packet filter. + + Parameters + ---------- + dpid : str + Datapath ID to reference a logical forwarding device. + dst_ip : str + Destination IP address. + in_port : str + Name of the incoming interface. + pktattr : dict + optional packet attributes to filter forwarding entries. + + Returns + ------- + Action + """ + if type(dpid) is str: + dpid = dpid.encode() + dst_trie = self._base.get(dpid) + if not dst_trie: + return Action() + ingress_trie = dst_trie.get(dst_ip) + if not ingress_trie: + return Action() + hash_key = ingress_trie.get(in_port) + if not hash_key: + return Action() + rule_json = self._lookup(hash_key) + rule_dict = json.loads(rule_json) + action_dict = rule_dict.get('action', dict()) + return Action(**action_dict) + + def new_transaction(self): + return ForwardingTransaction(self) + + +class Transaction: + """ + Base class of a database transaction operation. + """ + + def __init__(self, db): + self.db = db + self._pipe = self.db._backend.pipeline() + + def commit(self): + """ + Commit this transaction to the backend database. + """ + self._pipe.execute() + + +class ForwardingTransaction(Transaction): + """ + Class of the trasaction for forwarding database. + """ + + def __init__(self, db): + super().__init__(db) + self._dpids = set() + + def add_rule(self, dpid, rule: ForwardingRule): + """ + Add a forwarding rule into the database. + + Parameters + ---------- + dpid : str + Datapath ID. + rule : ForwardingRule + A forwarding rule. + """ + if dpid not in self._dpids: + self._dpids.add(dpid) + if self.db.backend == 'redis': + keys = list(self.db._backend.scan_iter(match='{}:{}:{}:*'.format(self.db.ns, self.db.type, dpid))) + else: + raise NotImplementedError() + if len(keys) > 0: + self._pipe.delete(*keys) + full_key = '{}:{}:{}:{}'.format(self.db.ns, self.db.type, dpid, uuid.uuid1()) + self._pipe.set(full_key, rule.to_json()) + + def commit(self): + self._pipe.execute() + + +class EndpointDB(DataBroker): + """ + Class of the data broker maintaining properties associated with endpoints. + """ + + def __init__(self, namespace='default', backend='redis', **kwargs): + self.type = 'endpoint' + self._base = dict() + super().__init__(namespace=namespace, backend=backend, **kwargs) + + def build_cache(self): + _base = dict() + if self.backend == 'redis': + keys = self._backend.scan_iter(match='{}:{}:*'.format(self.ns, self.type)) + else: + raise NotImplementedError() + for key in keys: + prop_name, suffix_key = self._parse_key(key) + prop_json = self._backend.get(key) + prop_dict = json.loads(prop_json) + endpoint = prop_dict.get('endpoint') + if not endpoint: + continue + + if prop_name not in _base: + _base[prop_name] = PyTricia(128) + _base[prop_name][endpoint] = suffix_key + for prop_name in _base.keys(): + self._base[prop_name] = _base[prop_name] + + def lookup(self, endpoint, property_names=None): + """ + Get properties associated with an endpoint. + + Parameters + ---------- + endpoint : str + IP address or prefix of an endpoint. + property_names : list + A list of property names to query. + + Returns + ------- + properties : dict + A dictionary of properties for the given endpoint. + """ + properties = dict() + if property_names is None: + property_names = self._base.keys() + for prop_name in property_names: + if type(prop_name) is str: + prop_name = prop_name.encode() + prop_trie = self._base.get(prop_name) + if prop_trie: + hash_key = prop_trie.get(endpoint) + if hash_key: + prop_json = self._lookup(hash_key) + prop_dict = json.loads(prop_json) + properties[prop_name.decode()] = prop_dict.get('val') + return properties + + def new_transaction(self): + return EndpointTransaction(self) + + +class EndpointTransaction(Transaction): + """ + Class of the trasaction for endpoint database. + """ + def __init__(self, db): + super().__init__(db) + self.prop_names = set() + + def add_property(self, endpoint, properties): + """ + Add properties for an endpoint. + + Parameters + ---------- + endpoint : src + IP address or prefix. + proprties : dict + Properties of the given endpoint. + """ + for prop_name, prop_val in properties.items(): + if prop_name not in self.prop_names: + self.prop_names.add(prop_name) + if self.db.backend == 'redis': + keys = list(self.db._backend.scan_iter(match='{}:{}:{}:*'.format(self.db.ns, self.db.type, prop_name))) + else: + raise NotImplementedError() + if len(keys) > 0: + self._pipe.delete(*keys) + + full_key = '{}:{}:{}:{}'.format(self.db.ns, self.db.type, prop_name, uuid.uuid1()) + prop_obj = dict() + prop_obj['endpoint'] = endpoint + prop_obj['val'] = prop_val + self._pipe.set(full_key, json.dumps(prop_obj, sort_keys=True)) + + def commit(self): + self._pipe.execute() diff --git a/src/alto/server/components/error.py b/src/alto/server/components/error.py new file mode 100644 index 0000000..e69de29 diff --git a/src/alto/server/components/frontend.py b/src/alto/server/components/frontend.py new file mode 100644 index 0000000..8bb34ba --- /dev/null +++ b/src/alto/server/components/frontend.py @@ -0,0 +1,101 @@ +from .db import data_broker_manager + +class PathVectorService: + + def __init__(self, namespace, autoreload=True) -> None: + """ + """ + self.ns = namespace + self.autoreload = autoreload + self.fib = data_broker_manager.get(self.ns, db_type='forwarding') + self.eb = data_broker_manager.get(self.ns, db_type='endpoint') + + def parse_flow(self, flow): + """ + Extract attributes of a flow object. + + Parameters + ---------- + flow : object + + Return + ------ + A tuple of attributes. + """ + return '0.0.0.0/32', flow[0], flow[1] + + def lookup(self, flows, property_names): + """ + Parameters + ---------- + flows : list + A list of flow objects. + + Returns + ------- + paths : list + A list of ane paths. + propery_map : dict + Mapping from ane to properties. + """ + if self.autoreload: + self.fib.build_cache() + self.eb.build_cache() + paths = dict() + as_path_dict = dict() + as_path_idx = 0 + nh_dict = dict() + nh_idx = 0 + property_map = dict() + for flow in flows: + ingress, src, dst = self.parse_flow(flow) + src_prop = self.eb.lookup(src) + if src_prop is None: + continue + if not src_prop.get('is_local'): + continue + + if src not in paths: + paths[src] = dict() + path = list() + + dst_prop = self.eb.lookup(dst) + if dst_prop is None: + continue + + ingress_prop = self.eb.lookup(ingress, ['dpid', 'in_port']) + dpid = ingress_prop.get('dpid') + if not dpid: + continue + in_port = ingress_prop.get('in_port') + if not in_port: + in_port = '0' + + action = self.fib.lookup(dpid, dst, in_port=in_port) + if not action.next_hop: + continue + + nh = action.next_hop + if nh not in nh_dict: + nh_ane = 'ane:L_%d' % nh_idx + nh_idx += 1 + nh_dict[nh] = nh_ane + property_map[nh_ane] = dict() + if property_names is not None and 'next_hop' in property_names: + property_map[nh_ane]['next_hop'] = nh + nh_ane = nh_dict[nh] + path.append(nh_ane) + + as_path = ' '.join(action.actions.get('as_path', [])[:-1]) + if as_path not in as_path_dict: + as_path_ane = 'ane:P_%d' % as_path_idx + as_path_idx += 1 + as_path_dict[as_path] = as_path_ane + property_map[as_path_ane] = dict() + if property_names is not None and 'as_path' in property_names: + property_map[as_path_ane]['as_path'] = as_path + as_path_ane = as_path_dict[as_path] + path.append(as_path_ane) + + paths[src][dst] = path + return paths, property_map diff --git a/src/alto/server/components/old_db.py b/src/alto/server/components/old_db.py new file mode 100644 index 0000000..a498cc7 --- /dev/null +++ b/src/alto/server/components/old_db.py @@ -0,0 +1,395 @@ +import hashlib +import json + +from pytricia import PyTricia + + +class DataBrokerManager(object): + """ + Data broker manager singleton. + """ + + pool = dict() + + def __new__(cls): + if not hasattr(cls, 'instance'): + cls.instance = super(DataBrokerManager, cls).__new__(cls) + return cls.instance + + def register(self, namespace, db_type, db): + """ + Register a data broker to the pool. + + Parameters + ---------- + namespace : str + Namespace of the data broker. + db_type : str + Type of the data broker. Currently supported types: + - forwarding + - endpoint + db : DataBroker + A data broker instance. + """ + if namespace not in self.pool: + self.pool[namespace] = dict() + self.pool[namespace][db_type] = db + + def get(self, namespace, db_type): + """ + Get a registered data broker. + + Parameters + ---------- + namespace : str + Namespace of the data broker. + db_type : str + Type of the data broker. Currently supported types: + - forwarding + - endpoint + + Returns + ------- + DataBroker + """ + return self.pool.get(namespace, dict()).get(db_type) + + +data_broker_manager = DataBrokerManager() + + +class LocalDB: + """ + The implemetation of a simple local database backend. + + Support basic key-value store update, lookup, and transaction. + """ + + def __init__(self, **kwargs): + self._base = dict() + + def get(self, key): + return self._base.get(key) + + def set(self, key, val): + self._base[key] = val + + def pipeline(self): + return LocalPipe(self) + + +class LocalPipe: + """ + The implementation of a simple transaction for LocalDB. + + Simulate the basic Redis pipeline API. + """ + + def __init__(self, db): + self.db = db + self._base = self.db._base.copy() + + def set(self, key, val): + self._base[key] = val + + def execute(self): + self.db._base = self._base + + +class DataBroker: + """ + Base class of the data broker. + + Parameters + ---------- + namespace : str + Namespace of the data broker. + backend : str + Backend database. Currently supported backends: + - local + - redis + """ + + def __init__(self, namespace='default', backend='redis', **kwargs): + self.ns = namespace + if backend == 'local': + self._backend = LocalDB(**kwargs) + elif backend == 'redis': + import redis + self._backend = redis.Redis(**kwargs) + else: + # TODO: define common errors for ALTO DB + raise NotImplementedError + data_broker_manager.register(self.ns, self.type, self) + + def _lookup(self, key): + """ + Lookup value by key. + + Parameters + ---------- + key : str + The hash string used to lookup the value. The data broker will + combine the key with the prefix `namespace` as the full key to query + the backend database. + + Returns + ------- + Value + + """ + # key_hash = hashlib.sha256() + # key_hash.update(json.dumps(kwargs, sort_keys=True).encode()) + full_key = '{}:{}'.format(self.ns, key) + return self._backend.get(full_key) + + def new_transaction(self): + """ + Start a new transaction. + + Returns + ------- + Transaction + """ + return Transaction(self) + + +class Match(object): + """ + Class of the packet match. + """ + + def __init__(self, dst_prefix, in_port=None, **pktattr): + self.dst_prefix = dst_prefix + self.in_port = in_port + self.optional_attr = pktattr + + def to_dict(self): + m = dict() + m['dst_prefix'] = self.dst_prefix + if self.in_port: + m['in_port'] = self.in_port + for k, v in self.optional_attr: + m[k] = v + return m + + def to_json(self): + return json.dumps(self.to_dict(), sort_keys=True) + + def to_hash(self): + h = hashlib.sha256() + h.update(self.to_json().encode()) + return h.hexdigest() + + +class Action(object): + """ + Class of the forwarding action. + """ + + def __init__(self, next_hop=None, protocol=None, **actions): + self.next_hop = next_hop + self.protocol = protocol + self.actions = actions + + def to_dict(self): + action = dict() + if self.next_hop: + action['next_hop'] = self.next_hop + if self.protocol: + action['protocol'] = self.protocol + for k, v in self.actions.items(): + action[k] = v + return action + + +class ForwardingRule(object): + """ + Class of the forwarding rule. + """ + + def __init__(self, pkt_match: Match, action: Action): + self.pkt_match = pkt_match + self.action = action + + +class ForwardingDB(DataBroker): + """ + Class of the data broker maintaining forwarding information. + """ + + def __init__(self, namespace='default', backend='redis', **kwargs): + self.type = 'forwarding' + self._base = dict() + super().__init__(namespace=namespace, backend=backend, **kwargs) + + def lookup(self, dpid, dst_ip, in_port='0', **pktattr): + """ + Get a forwarding entry by packet filter. + + Parameters + ---------- + dpid : str + Datapath ID to reference a logical forwarding device. + dst_ip : str + Destination IP address. + in_port : str + Name of the incoming interface. + pktattr : dict + optional packet attributes to filter forwarding entries. + + Returns + ------- + Action + """ + dst_trie = self._base.get(dpid) + if not dst_trie: + return Action() + ingress_trie = dst_trie.get(dst_ip) + if not ingress_trie: + return Action() + hash_key = ingress_trie.get(in_port) + if not hash_key: + return Action() + action_dict = self._lookup(hash_key) + return Action(**action_dict) + + def new_transaction(self): + return ForwardingTransaction(self) + + +class Transaction: + """ + Base class of a database transaction operation. + """ + + def __init__(self, db): + self.db = db + # TODO: decouple database backend with high-level transaction + # abstraction + self._pipe = self.db._backend.pipeline() + + def commit(self): + """ + Commit this transaction to the backend database. + """ + self._pipe.execute() + + +class ForwardingTransaction(Transaction): + """ + Class of the trasaction for forwarding database. + """ + + def __init__(self, db): + super().__init__(db) + self._base = dict() + self._dpids = set() + + def add_rule(self, dpid, rule: ForwardingRule): + """ + Add a forwarding rule into the database. + + Parameters + ---------- + dpid : str + Datapath ID. + rule : ForwardingRule + A forwarding rule. + """ + self._dpids.add(dpid) + if dpid not in self._base: + self._base[dpid] = PyTricia(128) + dst_prefix = rule.pkt_match.dst_prefix + if dst_prefix not in self._base[dpid]: + self._base[dpid][dst_prefix] = dict() + in_port = rule.pkt_match.in_port + if not in_port: + in_port = '0' + key = rule.pkt_match.to_hash() + self._base[dpid][dst_prefix][in_port] = key + + full_key = '{}:{}'.format(self.db.ns, key) + self._pipe.set(full_key, rule.action.to_dict()) + + def commit(self): + for dpid in self._dpids: + self.db._base[dpid] = self._base[dpid] + self._pipe.execute() + + +class EndpointDB(DataBroker): + """ + Class of the data broker maintaining properties associated with endpoints. + """ + + def __init__(self, namespace='default', backend='redis', **kwargs): + self.type = 'endpoint' + self._base = dict() + super().__init__(namespace=namespace, backend=backend, **kwargs) + + def lookup(self, endpoint, property_names=None): + """ + Get properties associated with an endpoint. + + Parameters + ---------- + endpoint : str + IP address or prefix of an endpoint. + property_names : list + A list of property names to query. + + Returns + ------- + properties : dict + A dictionary of properties for the given endpoint. + """ + properties = dict() + if property_names is None: + property_names = self._base.keys() + for prop_name in property_names: + prop_trie = self._base.get(prop_name) + if prop_trie: + hash_key = prop_trie.get(endpoint) + if hash_key: + properties[prop_name] = self._lookup(hash_key) + return properties + + def new_transaction(self): + return EndpointTransaction(self) + + +class EndpointTransaction(Transaction): + """ + Class of the trasaction for endpoint database. + """ + def __init__(self, db): + super().__init__(db) + self._base = dict() + + def add_property(self, endpoint, properties): + """ + Add properties for an endpoint. + + Parameters + ---------- + endpoint : src + IP address or prefix. + proprties : dict + Properties of the given endpoint. + """ + for prop_name, prop_val in properties.items(): + if prop_name not in self._base: + self._base[prop_name] = PyTricia(128) + h = hashlib.sha256() + h.update('{} - {}'.format(prop_name, endpoint).encode()) + key = h.hexdigest() + self._base[prop_name][endpoint] = key + + full_key = '{}:{}'.format(self.db.ns, key) + self._pipe.set(full_key, prop_val) + + def commit(self): + for prop_name in self._base.keys(): + self.db._base[prop_name] = self._base[prop_name] + self._pipe.execute() diff --git a/src/alto/server/django_server/README.md b/src/alto/server/django_server/README.md new file mode 100644 index 0000000..533f79c --- /dev/null +++ b/src/alto/server/django_server/README.md @@ -0,0 +1,35 @@ +# ALTO Northbound Framework + +This submodule serves a web framework to provide northbound for ALTO protocol. + +So far, it is based on Django rest framework. + +> NOTE: This submodule needs to be cleaned up. The usage in the following +> sections may be deprecated soon. + +## Installation + +DO NOT install this submodule individually. All the requirements have been +included in the dependencies of the top-level package. Just go to the top +directory of this repo, and run: + +```text +pip install . +``` + +## Usage + +There are several options to start the ALTO server frontend. + +Option 1: start the ALTO server using the `manage.py` app: + +``` sh +python -m alto.server.django_server.manage runserver 0.0.0.0:8000 +``` + +Option 2: start the ALTO server as a WSGI using gunicorn: + +``` sh +gunicorn -b 0.0.0.0:8000 alto.server.django_server.django_server.wsgi +``` + diff --git a/src/alto/server/django_server/ReadMe.md b/src/alto/server/django_server/ReadMe.md deleted file mode 100644 index ebdec44..0000000 --- a/src/alto/server/django_server/ReadMe.md +++ /dev/null @@ -1,42 +0,0 @@ -# Requirements -- Django==4.0.6 -- djangorestframework==3.13.1 -- requests==2.28.1 - - -# Installation -Install using pip. The `requirements.txt` file is is under the root directory of this project. - -```text -pip install -r requirements.txt -``` -# Usage -In the root directory of the project, there is a `manage.py` file and run the command. -```text -python .\manage.py runserver 0.0.0.0:8000 -``` -Then you will the information of django server -```text -Watching for file changes with StatReloader -Performing system checks... - -System check identified no issues (0 silenced). - -You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. -Run 'python manage.py migrate' to apply them. -July 22, 2022 - 15:49:07 -Django version 4.0.6, using settings 'altoServer.settings' -Starting development server at http://0.0.0.0:8000/ -Quit the server with CTRL-BREAK. -``` -> This project does not need to execute the command of 'python manage.py migrate' - -# Alto API -```text -http://127.0.0.1:8000/pathvector/pv -``` - -# Reference - -[ The MIME Multipart/Related Content-type](https://www.ietf.org/rfc/rfc2387.txt) - diff --git a/src/alto/server/django_server/alto/views.py b/src/alto/server/django_server/alto/views.py index 192f9d6..eaed09b 100644 --- a/src/alto/server/django_server/alto/views.py +++ b/src/alto/server/django_server/alto/views.py @@ -1,30 +1,50 @@ -from django.conf import settings as conf_settings -from rest_framework.response import Response -from rest_framework.views import APIView - -from .render import MultiPartRelatedRender, AltoParser -from .utils import get_content - -from alto.server.path_vector.service import PathVectorService - -pv = PathVectorService(conf_settings.MININET_URL, conf_settings.OPENDAYLIGHT_CREDENTIALS) - -class AltoView(APIView): - renderer_classes = [MultiPartRelatedRender] - parser_classes = [AltoParser] - - def get(self, request, path_vector): - print('get') - print(request.headers) - return Response({ - - }) - - def post(self, request, path_vector): - post_data = dict(request.data) - content_type = self.renderer_classes[0]().get_context_type() - host_name = request.get_host() - - service_name = path_vector - content = get_content(pv, post_data, service_name, host_name) - return Response(content, content_type=content_type) +from django.conf import settings as conf_settings +from rest_framework.response import Response +from rest_framework.views import APIView + +from .render import MultiPartRelatedRender, AltoParser +from .utils import get_content + +from alto.server.components.frontend import PathVectorService + + +def setup_debug_db(): + import alto.server.django_server.django_server.settings as conf_settings + from alto.server.components.db import data_broker_manager, ForwardingDB, EndpointDB + + for ns, ns_config in conf_settings.DB_CONFIG.items(): + for db_type, db_config in ns_config.items(): + if db_type == 'forwarding': + db = ForwardingDB(namespace=ns, **db_config) + elif db_type == 'endpoint': + db = EndpointDB(namespace=ns, **db_config) + else: + db = None + if db: + data_broker_manager.register(ns, db_type, db) + + +if conf_settings.DEBUG: + setup_debug_db() + +pv = PathVectorService(conf_settings.DEFAULT_NAMESPACE) + +class AltoView(APIView): + renderer_classes = [MultiPartRelatedRender] + parser_classes = [AltoParser] + + def get(self, request, path_vector): + print('get') + print(request.headers) + return Response({ + + }) + + def post(self, request, path_vector): + post_data = dict(request.data) + content_type = self.renderer_classes[0]().get_context_type() + host_name = request.get_host() + + service_name = path_vector + content = get_content(pv, post_data, service_name, host_name) + return Response(content, content_type=content_type) diff --git a/src/alto/server/django_server/django_server/asgi.py b/src/alto/server/django_server/django_server/asgi.py index c253675..225a2b2 100644 --- a/src/alto/server/django_server/django_server/asgi.py +++ b/src/alto/server/django_server/django_server/asgi.py @@ -11,6 +11,6 @@ from django.core.asgi import get_asgi_application -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'django_server.settings') +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'alto.server.django_server.django_server.settings') application = get_asgi_application() diff --git a/src/alto/server/django_server/django_server/settings.py b/src/alto/server/django_server/django_server/settings.py index 6e1619c..bbc1886 100644 --- a/src/alto/server/django_server/django_server/settings.py +++ b/src/alto/server/django_server/django_server/settings.py @@ -1,131 +1,181 @@ -""" -Django settings for django_server project. - -Generated by 'django-admin startproject' using Django 4.0.6. - -For more information on this file, see -https://docs.djangoproject.com/en/4.0/topics/settings/ - -For the full list of settings and their values, see -https://docs.djangoproject.com/en/4.0/ref/settings/ -""" - -from pathlib import Path - -# Build paths inside the project like this: BASE_DIR / 'subdir'. -BASE_DIR = Path(__file__).resolve().parent.parent - - -# Quick-start development settings - unsuitable for production -# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/ - -# SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = 'django-insecure-ogz)re*hgza2!&xqvjg-+mla#vx@cun9!q#!a9$2exe)$s@j6a' - -# SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True - -ALLOWED_HOSTS = ['*'] - - -# Application definition - -INSTALLED_APPS = [ - 'django.contrib.admin', - 'django.contrib.auth', - 'django.contrib.contenttypes', - 'django.contrib.sessions', - 'django.contrib.messages', - 'django.contrib.staticfiles', -] - -MIDDLEWARE = [ - 'django.middleware.security.SecurityMiddleware', - 'django.contrib.sessions.middleware.SessionMiddleware', - 'django.middleware.common.CommonMiddleware', - 'django.middleware.csrf.CsrfViewMiddleware', - 'django.contrib.auth.middleware.AuthenticationMiddleware', - 'django.contrib.messages.middleware.MessageMiddleware', - 'django.middleware.clickjacking.XFrameOptionsMiddleware', -] - -ROOT_URLCONF = 'alto.server.django_server.django_server.urls' - -TEMPLATES = [ - { - 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], - 'APP_DIRS': True, - 'OPTIONS': { - 'context_processors': [ - 'django.template.context_processors.debug', - 'django.template.context_processors.request', - 'django.contrib.auth.context_processors.auth', - 'django.contrib.messages.context_processors.messages', - ], - }, - }, -] - -WSGI_APPLICATION = 'alto.server.django_server.django_server.wsgi.application' - - -# Database -# https://docs.djangoproject.com/en/4.0/ref/settings/#databases - -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': BASE_DIR / 'db.sqlite3', - } -} - - -# Password validation -# https://docs.djangoproject.com/en/4.0/ref/settings/#auth-password-validators - -AUTH_PASSWORD_VALIDATORS = [ - { - 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', - }, - { - 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator', - }, - { - 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator', - }, - { - 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator', - }, -] - - -# Internationalization -# https://docs.djangoproject.com/en/4.0/topics/i18n/ - -LANGUAGE_CODE = 'en-us' - -TIME_ZONE = 'UTC' - -USE_I18N = True - -USE_TZ = True - - -# Static files (CSS, JavaScript, Images) -# https://docs.djangoproject.com/en/4.0/howto/static-files/ - -STATIC_URL = 'static/' - -# Default primary key field type -# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field - -DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' - -MININET_URL = 'http://127.0.0.1:8181/topology' -OPENDAYLIGHT_CREDENTIALS = { - 'odl1': [ 'admin', 'admin' ], - 'odl2': [ 'admin', 'admin' ] -} - -BOUNDARY_STRING = '62f59eb2ec394a36bec324f743f64db2' +""" +Django settings for django_server project. + +Generated by 'django-admin startproject' using Django 4.0.6. + +For more information on this file, see +https://docs.djangoproject.com/en/4.0/topics/settings/ + +For the full list of settings and their values, see +https://docs.djangoproject.com/en/4.0/ref/settings/ +""" + +from pathlib import Path + +# Build paths inside the project like this: BASE_DIR / 'subdir'. +BASE_DIR = Path(__file__).resolve().parent.parent + + +# Quick-start development settings - unsuitable for production +# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/ + +# SECURITY WARNING: keep the secret key used in production secret! +SECRET_KEY = 'django-insecure-ogz)re*hgza2!&xqvjg-+mla#vx@cun9!q#!a9$2exe)$s@j6a' + +# SECURITY WARNING: don't run with debug turned on in production! +DEBUG = True + +ALLOWED_HOSTS = ['*'] + + +# Application definition + +INSTALLED_APPS = [ + 'django.contrib.admin', + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.messages', + 'django.contrib.staticfiles', +] + +MIDDLEWARE = [ + 'django.middleware.security.SecurityMiddleware', + 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', + 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'django.contrib.messages.middleware.MessageMiddleware', + 'django.middleware.clickjacking.XFrameOptionsMiddleware', +] + +ROOT_URLCONF = 'alto.server.django_server.django_server.urls' + +TEMPLATES = [ + { + 'BACKEND': 'django.template.backends.django.DjangoTemplates', + 'DIRS': [], + 'APP_DIRS': True, + 'OPTIONS': { + 'context_processors': [ + 'django.template.context_processors.debug', + 'django.template.context_processors.request', + 'django.contrib.auth.context_processors.auth', + 'django.contrib.messages.context_processors.messages', + ], + }, + }, +] + +WSGI_APPLICATION = 'alto.server.django_server.django_server.wsgi.application' + + +# Database +# https://docs.djangoproject.com/en/4.0/ref/settings/#databases + +DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.sqlite3', + 'NAME': BASE_DIR / 'db.sqlite3', + } +} + + +# Password validation +# https://docs.djangoproject.com/en/4.0/ref/settings/#auth-password-validators + +AUTH_PASSWORD_VALIDATORS = [ + { + 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator', + }, +] + + +# Internationalization +# https://docs.djangoproject.com/en/4.0/topics/i18n/ + +LANGUAGE_CODE = 'en-us' + +TIME_ZONE = 'UTC' + +USE_I18N = True + +USE_TZ = True + + +# Static files (CSS, JavaScript, Images) +# https://docs.djangoproject.com/en/4.0/howto/static-files/ + +STATIC_URL = 'static/' + +# Default primary key field type +# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field + +DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' + +MININET_URL = 'http://127.0.0.1:8181/topology' +OPENDAYLIGHT_CREDENTIALS = { + 'odl1': [ 'admin', 'admin' ], + 'odl2': [ 'admin', 'admin' ] +} + +BACKEND = 'lhcone' +CRIC_DB_PATH = 'https://wlcg-cric.cern.ch/api/core/rcsite/query/?json' +LOOKING_GLASS_URI = 'http://lhcone-lg.cern.ch/lg.cgi' +DEFAULT_LOOKING_GLASS_ROUTER = 'ex2j.cern.ch:juniper' +LOCAL_ASN = 513 + +REFRESH_TIME = 300 + +DB_CONFIG = { + "default": { + "forwarding": { + "backend": "redis", + "host": "localhost", + "port": 6379, + "db": 0 + }, + "endpoint": { + "backend": "redis", + "host": "localhost", + "port": 6379, + "db": 0 + } + } +} + +# LOOKING_GLASS_AGENT_CONFIG = { +# "namespace": "default", +# "uri": 'http://lhcone-lg.cern.ch/lg.cgi', +# "default_router": 'ex2j.cern.ch:juniper', +# "db_conn": { +# "host": "localhost", +# "port": 6379, +# "db": 0 +# } +# } + +# CRIC_AGENT_CONFIG = { +# "namespace": "default", +# "uri": 'https://wlcg-cric.cern.ch/api/core/rcsite/query/?json', +# "local_asn": 513, +# "db_conn": { +# "host": "localhost", +# "port": 6379, +# "db": 0 +# } +# } + +DEFAULT_NAMESPACE = "default" + + +BOUNDARY_STRING = '62f59eb2ec394a36bec324f743f64db2' diff --git a/src/alto/server/django_server/django_server/wsgi.py b/src/alto/server/django_server/django_server/wsgi.py index 53d6883..31be975 100644 --- a/src/alto/server/django_server/django_server/wsgi.py +++ b/src/alto/server/django_server/django_server/wsgi.py @@ -11,6 +11,6 @@ from django.core.wsgi import get_wsgi_application -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'django_server.settings') +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'alto.server.django_server.django_server.settings') application = get_wsgi_application() diff --git a/src/alto/server/django_server/requirements.txt b/src/alto/server/django_server/requirements.txt deleted file mode 100644 index 9c4a20a..0000000 --- a/src/alto/server/django_server/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -Django==4.0.6 -djangorestframework==3.13.1 -requests==2.28.1 diff --git a/src/alto/server/lhcone_pv/db/wlcg-cric.rcsite.json b/src/alto/server/lhcone_pv/db/wlcg-cric.rcsite.json new file mode 100644 index 0000000..5b6a910 --- /dev/null +++ b/src/alto/server/lhcone_pv/db/wlcg-cric.rcsite.json @@ -0,0 +1,42719 @@ +{ + "AGLT2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 13644, + "country": "United States", + "country_code": "US", + "cpu_capacity": 149135, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-AGLT2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 13, + "infourl": "https://www.aglt2.org/", + "institute": "Michigan", + "is_pledged": false, + "latitude": 42.291637, + "longitude": -83.71831, + "monit_tag": "USA", + "name": "AGLT2", + "netroutes": { + "AGLT2_LHCONE_RT": { + "asn": 229, + "id": 219, + "is_ms": false, + "last_modified": "2022-04-25T18:37:44.167346", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "AGLT2_LHCONE_RT", + "netsite": "US-AGLT2 Michigan State University", + "netsite_spare": "US-AGLT2 University of Michigan", + "networks": { + "ipv6": [ + "2001:48a8:68f7:4000::/50", + "2001:48a8:68f7:c000::/50" + ] + } + }, + "AGLT2_MSU": { + "asn": 229, + "id": 9, + "is_ms": false, + "last_modified": "2021-12-02T00:03:34.514115", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "AGLT2_MSU", + "netsite": "US-AGLT2 Michigan State University", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.41.236.0/23", + "192.41.238.0/28" + ] + } + }, + "AGLT2_MSU IPv6": { + "asn": 237, + "id": 11, + "is_ms": false, + "last_modified": "2021-11-12T15:09:29.499293", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "AGLT2_MSU IPv6", + "netsite": "US-AGLT2 Michigan State University", + "netsite_spare": null, + "networks": { + "ipv6": [ + "2001:48a8:68f7:8001::/64" + ] + } + }, + "AGLT2_UM": { + "asn": 229, + "id": 1, + "is_ms": false, + "last_modified": "2021-12-02T00:03:57.957732", + "lhcone_bandwidth_limit": 80, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "AGLT2_UM", + "netsite": "US-AGLT2 University of Michigan", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.41.230.0/23", + "192.41.238.0/28" + ] + } + }, + "AGLT2_UM IPv6": { + "asn": 237, + "id": 10, + "is_ms": false, + "last_modified": "2021-11-12T15:08:25.557327", + "lhcone_bandwidth_limit": 80, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "AGLT2_UM IPv6", + "netsite": "US-AGLT2 University of Michigan", + "netsite_spare": null, + "networks": { + "ipv6": [ + "2001:48a8:68f7:1::/64" + ] + } + } + }, + "netsites": { + "US-AGLT2 Michigan State University": { + "description": "The AGLT2 network for the Michigan State University location", + "id": 3, + "info_url": "https://head01.aglt2.org/AGLT2.html", + "last_modified": "2022-05-13T19:07:41.554785", + "lhcone_active": true, + "lhcone_aup_date": "2018-09-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-AGLT2 Michigan State University", + "noc": [ + "aglt2-noc@umich.edu" + ], + "wan_bandwidth": 100 + }, + "US-AGLT2 University of Michigan": { + "description": "The AGLT2 network for the University of Michigan location", + "id": 2, + "info_url": "https://head01.aglt2.org/AGLT2.html", + "last_modified": "2022-05-13T19:07:26.867507", + "lhcone_active": true, + "lhcone_aup_date": "2018-09-01T00:00:00", + "lhcone_bandwidth": 80, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "https://head01.aglt2.org/aglt2-netmon.json", + "name": "US-AGLT2 University of Michigan", + "noc": [ + "aglt2-noc@umich.edu" + ], + "wan_bandwidth": 80 + } + }, + "oim_groupid": 1, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gate01.aglt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 1356, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AGLT2-CE-HTCONDOR-CE-gate01.aglt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "gate02.grid.umich.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1341, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AGLT2-CE-HTCONDOR-CE-gate02.grid.umich.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "gate03.aglt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 1561, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-CE-HTCONDOR-CE-gate03.aglt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psmsu02.aglt2.org", + "flavour": "Bandwidth", + "id": 1002, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-PerfSonar-Bandwidth-psmsu02.aglt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psum02.aglt2.org", + "flavour": "Bandwidth", + "id": 918, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-PerfSonar-Bandwidth-psum02.aglt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psmsu01.aglt2.org", + "flavour": "Latency", + "id": 978, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-PerfSonar-Latency-psmsu01.aglt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psum01.aglt2.org", + "flavour": "Latency", + "id": 1006, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-PerfSonar-Latency-psum01.aglt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://sl-um-es3.slateci.io:30113", + "flavour": "Frontier", + "id": 2748, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-SLATE-ES-03", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://sl-um-es5.slateci.io:30112", + "flavour": "Frontier", + "id": 2753, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2-Squid-ES05", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.aglt2.org:3128", + "flavour": "Frontier", + "id": 2676, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2_INSTALL-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "OSiRIS object store", + "endpoint": null, + "flavour": null, + "id": 2527, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "AGLT2_OS_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2068, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "AGLT2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1712, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "AGLT2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "", + "description": "", + "endpoint": "http://es02.aglt2.org:6081", + "flavour": "Frontier", + "id": 3192, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2_VARNISH", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://es02.aglt2.org:6081/atlr", + "flavour": "Frontier", + "id": 3191, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "AGLT2_VARNISH_FRONTIER", + "state": "ACTIVE", + "status": null, + "type": "Frontier", + "version": "" + } + ], + "sites": [ + { + "name": "AGLT2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 13644, + "srr_url": "http://head01.aglt2.org:3880/api/v1/srr", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Detroit" + }, + "AM-04-YERPHI": { + "altname": "Yerevan Physics Institute", + "cert_status": "uncertified", + "corepower": 0.0, + "cores": 0, + "country": "Armenia", + "country_code": "AM", + "cpu_capacity": 0, + "crr_url": "", + "description": "YERPHI site", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "24625G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=465", + "id": 19, + "infourl": "http://www.yerphi.am/", + "institute": "", + "is_pledged": false, + "latitude": 40.11, + "longitude": 44.31, + "monit_tag": "Armenia", + "name": "AM-04-YERPHI", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "psaanl.yerphi-cluster.grid.am", + "flavour": "Bandwidth", + "id": 1011, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AM-04-YERPHI-PerfSonar-Bandwidth-psaanl.yerphi-cluster.grid.am", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psaanl.yerphi-cluster.grid.am", + "flavour": "Latency", + "id": 849, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AM-04-YERPHI-PerfSonar-Latency-psaanl.yerphi-cluster.grid.am", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "AM-04-YERPHI", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "Yerevan", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Yerevan" + }, + "ANLASC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "ANL ASC Tier 3 site", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 23, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.705917, + "longitude": -87.975157, + "monit_tag": "USA", + "name": "ANLASC", + "netroutes": { + "ANLASC-ANL-LHCONE": { + "asn": 683, + "id": 227, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.158627", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ANLASC-ANL-LHCONE", + "netsite": "US-ANL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "140.221.68.0/24", + "140.221.69.0/24", + "140.221.96.0/23" + ], + "ipv6": [ + "2620:0:dc0:4800::/59" + ] + } + } + }, + "netsites": { + "US-ANL": { + "description": "", + "id": 94, + "info_url": "", + "last_modified": "2021-12-17T15:33:56.562407", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-ANL", + "noc": [ + "noc@anl.gov" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 283, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "ANLASC", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "ARGO", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "ARNES": { + "altname": "ARNES, Arnes, Ljubljana, Slovenia", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Slovenia", + "country_code": "SI", + "cpu_capacity": 0, + "crr_url": "", + "description": "Arnes", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "30227G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=620", + "id": 28, + "infourl": "http://www.arnes.si", + "institute": "", + "is_pledged": false, + "latitude": 46.05, + "longitude": 14.46, + "monit_tag": "Slovenia", + "name": "ARNES", + "netroutes": { + "ARNES-SL-ARNES-NREN-LHCONE": { + "asn": 2107, + "id": 233, + "is_ms": false, + "last_modified": "2022-03-23T08:13:42.222903", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ARNES-SL-ARNES-NREN-LHCONE", + "netsite": "SL-ARNES-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "153.5.72.0/23" + ], + "ipv6": [ + "2001:1470:8000:406::/64" + ] + } + }, + "ARNES-SL-IJS-Ljubljana-LHCONE": { + "asn": 2107, + "id": 234, + "is_ms": false, + "last_modified": "2022-03-23T08:14:04.568532", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ARNES-SL-IJS-Ljubljana-LHCONE", + "netsite": "SL-IJS-Ljubljana", + "netsite_spare": null, + "networks": { + "ipv4": [ + "194.249.156.0/24" + ], + "ipv6": [ + "2001:1470:ff8a::/48" + ] + } + }, + "ARNES-SL-IZUM-Maribor-LHCONE": { + "asn": 2107, + "id": 232, + "is_ms": false, + "last_modified": "2022-03-23T08:15:30.326932", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ARNES-SL-IZUM-Maribor-LHCONE", + "netsite": "SL-IZUM-Maribor", + "netsite_spare": null, + "networks": { + "ipv4": [ + "153.5.68.0/22" + ], + "ipv6": [ + "2001:1470:ff94::/48" + ] + } + } + }, + "netsites": { + "SL-ARNES-NREN": { + "description": "", + "id": 114, + "info_url": "", + "last_modified": "2022-03-23T08:10:05.155815", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ARNES" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "SL-ARNES-NREN", + "noc": [], + "wan_bandwidth": 200 + }, + "SL-IJS-Ljubljana": { + "description": "", + "id": 115, + "info_url": "", + "last_modified": "2022-03-23T08:10:48.883733", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ARNES" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "SL-IJS-Ljubljana", + "noc": [], + "wan_bandwidth": 100 + }, + "SL-IZUM-Maribor": { + "description": "", + "id": 113, + "info_url": "", + "last_modified": "2022-03-23T08:11:07.596132", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ARNES" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "SL-IZUM-Maribor", + "noc": [], + "wan_bandwidth": 200 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "hpc.arnes.si:2811", + "flavour": "ARC-CE", + "id": 2508, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ARNES-CE-ARC-CE-hpc.arnes.si", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "6.6" + }, + { + "arch": "", + "description": "", + "endpoint": "https://skrlatica.arnes.si:443", + "flavour": "ARC-CE", + "id": 2506, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ARNES-CE-ARC-CE-skrlatica.arnes.si", + "state": "ACTIVE", + "status": "online", + "type": "CE", + "version": "6.6" + } + ], + "sites": [ + { + "name": "ARNES", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Ljubljana" + }, + "AUVERGRID": { + "altname": "IN2P3-LPC, Clermont-Ferrand, France", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "AUVERGRID", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": "235G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=101", + "id": 31, + "infourl": "https://www.clermont-universite.fr/AUVERGRID", + "institute": "", + "is_pledged": false, + "latitude": 45.79, + "longitude": 3.08, + "monit_tag": "France", + "name": "AUVERGRID", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gridarcce01.mesocentre.uca.fr", + "flavour": "ARC-CE", + "id": 2462, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AUVERGRID-CE-ARC-CE-gridarcce01.mesocentre.uca.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "AUVERGRID", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "LCG.AUVER.fr", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "AYDIN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Turkey", + "country_code": "TR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 957, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Turkey", + "name": "AYDIN", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "AYDIN", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "AZ-IFAN": { + "altname": "Azerbaijan National Grid Segment", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Azerbaijan", + "country_code": "AZ", + "cpu_capacity": 0, + "crr_url": "", + "description": "Data center of Institute of Physics of ANAS", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "64886G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=145", + "id": 32, + "infourl": "http://www.grid.az", + "institute": "", + "is_pledged": false, + "latitude": 40.37, + "longitude": 49.81, + "monit_tag": "Azerbaijan", + "name": "AZ-IFAN", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://lfc.physics.science.az:3128", + "flavour": "CVMFS", + "id": 2672, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AZ-IFAN-CVMFS-squid1", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.physics.science.az", + "flavour": "Bandwidth", + "id": 994, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AZ-IFAN-PerfSonar-Bandwidth-perfsonar.physics.science.az", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.physics.science.az", + "flavour": "Latency", + "id": 888, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "AZ-IFAN-PerfSonar-Latency-perfsonar2.physics.science.az", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "AZ-IFAN", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Baku" + }, + "Arizona": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 951, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "Arizona", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://atlt3gm.physics.arizona.edu:3128", + "flavour": "Frontier", + "id": 2617, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Arizona-Frontier-atlt3gm.physics.arizona.edu", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "Arizona", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "Australia-ATLAS": { + "altname": "Australian HEP ATLAS Tier 2. Melbourne, Australia", + "cert_status": "certified", + "corepower": 11.37704918032787, + "cores": 7, + "country": "Australia", + "country_code": "AU", + "cpu_capacity": 1388, + "crr_url": "", + "description": "Australia HEP", + "disk_capacity": 0, + "federations": [ + "AU-ATLAS" + ], + "gocdb_pk": "320G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=147", + "id": 37, + "infourl": "http://rc.coepp.org.au", + "institute": "University of Melbourne", + "is_pledged": false, + "latitude": -37.8, + "longitude": 144.96, + "monit_tag": "Australia", + "name": "Australia-ATLAS", + "netroutes": { + "Australia-ATLAS-LHCONE": { + "asn": 7575, + "id": 119, + "is_ms": false, + "last_modified": "2022-02-11T13:55:19.975071", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Australia-ATLAS-LHCONE", + "netsite": "AU-Australia-ATLAS", + "netsite_spare": null, + "networks": { + "ipv4": [ + "128.250.185.224/27", + "192.231.127.0/24", + "192.43.208.0/24" + ] + } + } + }, + "netsites": { + "AU-Australia-ATLAS": { + "description": "", + "id": 31, + "info_url": "", + "last_modified": "2022-02-01T20:12:19.445376", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "AARNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "AU-Australia-ATLAS", + "noc": [], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce1atlas.coepp.org.au:2811", + "flavour": "ARC-CE", + "id": 339, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Australia-ATLAS-CE-ARC-CE-ce1atlas.coepp.org.au", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce3atlas.coepp.org.au:2811", + "flavour": "ARC-CE", + "id": 696, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Australia-ATLAS-CE-ARC-CE-ce3atlas.coepp.org.au", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-bandwidth.atlas.unimelb.edu.au", + "flavour": "Bandwidth", + "id": 956, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Australia-ATLAS-PerfSonar-Bandwidth-ps-bandwidth.atlas.unimelb.edu.au", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-latency.atlas.unimelb.edu.au", + "flavour": "Latency", + "id": 945, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Australia-ATLAS-PerfSonar-Latency-ps-latency.atlas.unimelb.edu.au", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.atlas.unimelb.edu.au:3128", + "flavour": "", + "id": 2536, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Australia-ATLAS-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "Primary SE - DPM. They are moving to cloud services. No progress on service upgrade unless the decision is taken", + "endpoint": null, + "flavour": null, + "id": 1600, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "Australia-ATLAS_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.13.1" + } + ], + "sites": [ + { + "name": "Australia-ATLAS", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "Australia-NECTAR", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 122, + "srr_url": "https://agh3.atlas.unimelb.edu.au/dpm/atlas.unimelb.edu.au/home/SRR/storagesummary.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Australia/Melbourne" + }, + "Azure": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1032, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "Azure", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "BEIJING-LCG2": { + "altname": "Institute of High Energy Physics, Chinese Academy of Sciences", + "cert_status": "certified", + "corepower": 19.1133333333333, + "cores": 76, + "country": "China", + "country_code": "CN", + "cpu_capacity": 17202, + "crr_url": "", + "description": "IHEP WLCG Grid", + "disk_capacity": 0, + "federations": [ + "CN-IHEP" + ], + "gocdb_pk": "55G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=661", + "id": 41, + "infourl": "http://www.ihep.ac.cn/", + "institute": "IHEP (Institute of High Energy Physics)", + "is_pledged": false, + "latitude": 39.91, + "longitude": 116.24, + "monit_tag": "China", + "name": "BEIJING-LCG2", + "netroutes": { + "BEIJING-LCG2-LHCONE": { + "asn": 3460, + "id": 121, + "is_ms": false, + "last_modified": "2022-02-22T13:16:49.740074", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG", + "JUNO" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "BEIJING-LCG2-LHCONE", + "netsite": "CN-IHEP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.122.32.160/27", + "202.122.32.248/29", + "202.122.32.45/32", + "202.122.33.0/24", + "202.122.35.0/24", + "202.122.36.0/24", + "202.122.37.128/28", + "202.38.128.0/24", + "202.38.129.0/24" + ], + "ipv6": [ + "2401:de00:1:32:7ae7:d1ff:feca:d1bb/128", + "2401:de00:1:32::/64", + "2401:de00:2:332::/64", + "2401:de00:2:33::/64", + "2401:de00::/64" + ] + } + } + }, + "netsites": { + "CN-IHEP": { + "description": "", + "id": 93, + "info_url": "", + "last_modified": "2021-12-17T16:05:01.521864", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "CERnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CN-IHEP", + "noc": [ + "noc@ihep.ac.cn" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "condorce01.ihep.ac.cn", + "flavour": "HTCONDOR-CE", + "id": 2266, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEIJING-LCG2-CE-HTCONDOR-CE-condorce01.ihep.ac.cn", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.ihep.ac.cn", + "flavour": "Bandwidth", + "id": 1047, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEIJING-LCG2-PerfSonar-Bandwidth-perfsonar.ihep.ac.cn", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.ihep.ac.cn", + "flavour": "Latency", + "id": 963, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEIJING-LCG2-PerfSonar-Latency-perfsonar2.ihep.ac.cn", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-01.ihep.ac.cn:3128", + "flavour": "Frontier", + "id": 2538, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEIJING-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": "1.12.0", + "flavour": null, + "id": 1706, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "BEIJING-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1858, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "BEIJING-LCG2_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2882, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_CN_Beijing_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "BEIJING-LCG2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.Beijing.cn", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_CN_Beijing", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 900, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Shanghai" + }, + "BELLARMINE-ATLAS-T3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 954, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 38.219681, + "longitude": -85.703713, + "monit_tag": "USA", + "name": "BELLARMINE-ATLAS-T3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "BELLARMINE-ATLAS-T3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "BEgrid-ULB-VUB": { + "altname": "Universite Libre de Bruxelles - Vrije Universiteit Brussel , Belgium", + "cert_status": "certified", + "corepower": 8.079980842911878, + "cores": 404, + "country": "Belgium", + "country_code": "BE", + "cpu_capacity": 67484, + "crr_url": "", + "description": "Brussels CMS Tier2", + "disk_capacity": 0, + "federations": [ + "BE-TIER2" + ], + "gocdb_pk": "95G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=320", + "id": 47, + "infourl": "http://t2bwiki.iihe.ac.be", + "institute": "IIHE - Interuniversity Institute for High Energies (ULB-VUB)", + "is_pledged": false, + "latitude": 50.83, + "longitude": 4.37, + "monit_tag": "Belgium", + "name": "BEgrid-ULB-VUB", + "netroutes": {}, + "netsites": { + "BE-ULB-VUB": { + "description": "", + "id": 16, + "info_url": "", + "last_modified": "2022-02-04T14:10:48.205078", + "lhcone_active": false, + "lhcone_aup_date": null, + "lhcone_bandwidth": -1, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "BE-ULB-VUB", + "noc": [], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.iihe.ac.be", + "flavour": "HTCONDOR-CE", + "id": 3157, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEgrid-ULB-VUB-CE-HTCONDOR-CE-ce01.iihe.ac.be", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.iihe.ac.be", + "flavour": "HTCONDOR-CE", + "id": 3166, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEgrid-ULB-VUB-CE-HTCONDOR-CE-ce02.iihe.ac.be", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ps02.iihe.ac.be", + "flavour": "Bandwidth", + "id": 801, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEgrid-ULB-VUB-PerfSonar-Bandwidth-ps02.iihe.ac.be", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps01.iihe.ac.be", + "flavour": "Latency", + "id": 910, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BEgrid-ULB-VUB-PerfSonar-Latency-ps01.iihe.ac.be", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2067, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BEgrid-ULB-VUB_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2850, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_BE_IIHE_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.26" + } + ], + "sites": [ + { + "name": "T2_BE_IIHE", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 8352, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Brussels" + }, + "BG05-SUGrid": { + "altname": "Univeristy of Sofia (Faculty of Mathematics and Informatics, Faculty of Physics)", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Bulgaria", + "country_code": "BG", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Sofia Grid", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "207G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=511", + "id": 54, + "infourl": "http://grid.uni-sofia.bg/", + "institute": "", + "is_pledged": false, + "latitude": 42.67, + "longitude": 23.33, + "monit_tag": "Bulgaria", + "name": "BG05-SUGrid", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.grid.uni-sofia.bg", + "flavour": "HTCONDOR-CE", + "id": 1987, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BG05-SUGrid-CE-HTCONDOR-CE-ce01.grid.uni-sofia.bg", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3008, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_BG_UNI_SOFIA_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_BG_UNI_SOFIA", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Sofia" + }, + "BNL-ATLAS": { + "altname": "Brookhaven National Laboratory, New York, USA", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Brookhaven National Laboratory", + "disk_capacity": 26983436394861592, + "federations": [ + "US-T1-BNL" + ], + "gocdb_pk": "18G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=292", + "id": 63, + "infourl": "http://www.usatlas.bnl.gov", + "institute": "Brookhaven National Laboratory", + "is_pledged": false, + "latitude": 40.0, + "longitude": -72.0, + "monit_tag": "USA", + "name": "BNL-ATLAS", + "netroutes": { + "BNL-ATLAS-LHCOPNE": { + "asn": 43, + "id": 122, + "is_ms": false, + "last_modified": "2022-03-23T16:09:03.445390", + "lhcone_bandwidth_limit": 400, + "lhcone_collaborations": [ + "WLCG", + "BelleII", + "US-ATLAS", + "DUNE" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "BNL-ATLAS-LHCOPNE", + "netsite": "US-BNL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "130.199.185.0/24", + "130.199.48.0/23", + "130.199.54.0/24", + "192.12.15.0/24", + "192.33.128.0/24" + ], + "ipv6": [ + "2620:0:210::/48" + ] + } + } + }, + "netsites": { + "US-BNL": { + "description": "", + "id": 95, + "info_url": "", + "last_modified": "2021-11-30T17:19:57.427674", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "US-BNL", + "noc": [ + "itdhelp@bnl.gov" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 235, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gridgk01.racf.bnl.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1344, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BNL-ATLAS-CE-HTCONDOR-CE-gridgk01.racf.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "gridgk02.racf.bnl.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1368, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BNL-ATLAS-CE-HTCONDOR-CE-gridgk02.racf.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "gridgk03.racf.bnl.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1378, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BNL-ATLAS-CE-HTCONDOR-CE-gridgk03.racf.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "gridgk04.racf.bnl.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1327, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BNL-ATLAS-CE-HTCONDOR-CE-gridgk04.racf.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "gridgk06.racf.bnl.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1338, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BNL-ATLAS-CE-HTCONDOR-CE-gridgk06.racf.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "gridgk07.racf.bnl.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1339, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BNL-ATLAS-CE-HTCONDOR-CE-gridgk07.racf.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "lhcmon.bnl.gov", + "flavour": "Bandwidth", + "id": 942, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNL-ATLAS-PerfSonar-Bandwidth-lhcmon.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lhcperfmon.bnl.gov", + "flavour": "Latency", + "id": 1053, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNL-ATLAS-PerfSonar-Latency-lhcperfmon.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-development.bnl.gov", + "flavour": "Latency", + "id": 960, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNL-ATLAS-PerfSonar-Latency-ps-development.bnl.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://proxy.sdcc.bnl.local:3128", + "flavour": "Registry", + "id": 2628, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNL-ATLAS-Registry-proxy.sdcc.bnl.local", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2080, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "BNL-ATLAS_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1709, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "BNL-ATLAS_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1711, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "BNL-ATLAS_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2" + }, + { + "arch": "", + "description": "BNL FTS3 REST endpoint", + "endpoint": "https://fts.usatlas.bnl.gov:8446", + "flavour": "REST", + "id": 2665, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNLFTS3_REST", + "state": "ACTIVE", + "status": "production", + "type": "FTS", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1708, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BNLHPC_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1710, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BNLLAKE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3126, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BNLSDCC_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-cache.sdcc.bnl.gov:3128", + "flavour": "CVMFS", + "id": 2656, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNL_ATLAS-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2516, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BNL_OS_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + }, + { + "arch": "Disk", + "description": "Test GLOBUS only storage", + "endpoint": null, + "flavour": null, + "id": 3118, + "impl": "xrootd,lustre", + "is_monitored": false, + "is_virtual": true, + "name": "BNL_SDCC_GLOBUS_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "BNL-ATLAS", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "BNL-ATLAS_VP", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "BNL-AWSEAST", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "BNL-AWSWEST", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "BNL-AWSWEST2", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "BNLHPC", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "BNLLAKE", + "tier_level": 1, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 82945332544444448, + "timezone": "" + }, + "BNL-ATLAS-OPP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Opportunistic resources utilized by the Tier 1.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 65, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.868386, + "longitude": -72.878366, + "monit_tag": "USA", + "name": "BNL-ATLAS-OPP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 453, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arcce01.sdcc.bnl.gov:2811", + "flavour": "ARC-CE", + "id": 2002, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BNL-ATLAS-OPP-CE-ARC-CE-arcce01.sdcc.bnl.gov", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "BNL-ATLAS-OPP", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "BOINC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 952, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "BOINC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arc-boinc-01.cern.ch:2811", + "flavour": "ARC-CE", + "id": 2172, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BOINC-CE-ARC-CE-arc-boinc-01.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arc-boinc-03.cern.ch:2811", + "flavour": "ARC-CE", + "id": 2167, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BOINC-CE-ARC-CE-arc-boinc-03.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://arc-boinc-04.cern.ch:443", + "flavour": "ARC-CE", + "id": 2511, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BOINC-CE-ARC-CE-arc-boinc-04.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": "6" + }, + { + "arch": "", + "description": "", + "endpoint": "https://arc-boinc-05.cern.ch:443", + "flavour": "ARC-CE", + "id": 2763, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BOINC-CE-ARC-CE-arc-boinc-05.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://arc-boinc-06.cern.ch:443", + "flavour": "ARC-CE", + "id": 2813, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BOINC-CE-ARC-CE-arc-boinc-06.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2174, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BOINC_SE_141_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "BOINC", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "BOINC-CERN", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "BR-RNP-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Brazil", + "country_code": "BR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1122, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Brazil", + "name": "BR-RNP-NREN", + "netroutes": { + "BR-RNP-NREN-LHCONE": { + "asn": 1916, + "id": 228, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.188785", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "BR-RNP-NREN-LHCONE", + "netsite": "BR-RNP-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "200.133.193.160/27", + "200.143.233.0/27" + ] + } + } + }, + "netsites": { + "BR-RNP-NREN": { + "description": "", + "id": 147, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.229885", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.227529", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "BR-RNP-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "BUDAPEST": { + "altname": "Wigner Research Centre for Physics, Budapest, Hungary", + "cert_status": "certified", + "corepower": 12.629861111111111, + "cores": 180, + "country": "Hungary", + "country_code": "HU", + "cpu_capacity": 18187, + "crr_url": "", + "description": "Wigner RCP T2", + "disk_capacity": 0, + "federations": [ + "HU-HGCC-T2" + ], + "gocdb_pk": "165G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=445", + "id": 72, + "infourl": "http://grid.kfki.hu/grid", + "institute": "Wigner RCP", + "is_pledged": false, + "latitude": 47.49, + "longitude": 18.96, + "monit_tag": "Hungary", + "name": "BUDAPEST", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid108.kfki.hu:9619", + "flavour": "HTCONDOR-CE", + "id": 1964, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BUDAPEST-CE-HTCONDOR-CE-grid108.kfki.hu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psbud02.kfki.hu", + "flavour": "Bandwidth", + "id": 823, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BUDAPEST-PerfSonar-Bandwidth-psbud02.kfki.hu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psbud01.kfki.hu", + "flavour": "Latency", + "id": 1050, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BUDAPEST-PerfSonar-Latency-psbud01.kfki.hu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1434, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "BUDAPEST_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2857, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_HU_Budapest_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "KFKI", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "T2_HU_Budapest", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 1440, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Budapest" + }, + "BU_ATLAS_Tier2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "U.S. ATLAS Northeast Tier 2 Center", + "disk_capacity": 0, + "federations": [ + "US-NET2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 73, + "infourl": "", + "institute": "Boston University", + "is_pledged": false, + "latitude": 42.338724, + "longitude": -71.07276, + "monit_tag": "USA", + "name": "BU_ATLAS_Tier2", + "netroutes": { + "BU_ATLAS_Tier2-BU-LHCONE": { + "asn": 111, + "id": 224, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.125638", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "BU_ATLAS_Tier2-BU-LHCONE", + "netsite": "US-Boston-University", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.5.207.0/24" + ], + "ipv6": [ + "2610:58:3:aaaa::/64" + ] + } + } + }, + "netsites": { + "US-Boston-University": { + "description": "U.S. ATLAS Northeast Tier 2 Center", + "id": 146, + "info_url": "http://egg.bu.edu/net2/", + "last_modified": "2022-02-08T19:53:15.164759", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet", + "Internet2" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "https://my.es.net/lhcone/view/NET2/flow", + "name": "US-Boston-University", + "noc": [ + "youssef@bu.edu", + "augustine@bu.edu" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": 8, + "rc_tier_level": 2, + "services": [ + { + "arch": "HTCondor-CE", + "description": "CE for NET2", + "endpoint": "ne4.bu.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 3186, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BU_ATLAS_Tier2-CE-HTCONDOR-CE-ne4.bu.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-npt2.bu.edu", + "flavour": "Bandwidth", + "id": 896, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BU_ATLAS_Tier2-PerfSonar-Bandwidth-atlas-npt2.bu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-npt1.bu.edu", + "flavour": "Latency", + "id": 924, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BU_ATLAS_Tier2-PerfSonar-Latency-atlas-npt1.bu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-owamp.bu.edu", + "flavour": "Latency", + "id": 1081, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BU_ATLAS_Tier2-PerfSonar-Latency-atlas-owamp.bu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://abcslate01.nut.bu.edu:32200", + "flavour": "Frontier", + "id": 2755, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BU_ATLAS_Tier2-SLATE-Squid", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://abc-at8.nut.bu.edu:3128", + "flavour": "CVMFS", + "id": 2958, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BU_ATLAS_Tier2-Squid-CVMFS", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1659, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BU_ATLAS_Tier2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2004, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BU_ATLAS_Tier2_SE_173_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3120, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BU_ATLAS_Tier2_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "BU_ATLAS_Tier2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "BU_NESE", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "BY-NCPHEP": { + "altname": "Research Institute for Nuclear Problems of Belarusian State University", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Belarus", + "country_code": "BY", + "cpu_capacity": 0, + "crr_url": "", + "description": "Resource center of the National Grid Infrastructure for Scientific Research in Belarus", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "94564G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1225", + "id": 74, + "infourl": "http://grid.basnet.by/projects/rc-hep", + "institute": "", + "is_pledged": false, + "latitude": 53.837, + "longitude": 27.475, + "monit_tag": "Belarus", + "name": "BY-NCPHEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_BY_NCPHEP", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Minsk" + }, + "Baylor-Kodiak": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "This resource group will be used as a Baylor University OSG site.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 75, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 31.5498, + "longitude": -97.1143, + "monit_tag": "USA", + "name": "Baylor-Kodiak", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 468, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "kodiak-ce.baylor.edu", + "flavour": "HTCONDOR-CE", + "id": 1728, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Baylor-Kodiak-CE-HTCONDOR-CE-kodiak-ce.baylor.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2903, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_Baylor_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_Baylor", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "BelGrid-UCL": { + "altname": "Universite Catholique de Louvain, Louvain-la-Neuve, Belgium", + "cert_status": "certified", + "corepower": 9.2, + "cores": 160, + "country": "Belgium", + "country_code": "BE", + "cpu_capacity": 8832, + "crr_url": "", + "description": "UCL Tier 2", + "disk_capacity": 0, + "federations": [ + "BE-TIER2" + ], + "gocdb_pk": "220G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=225", + "id": 76, + "infourl": "http://t2bwiki.iihe.ac.be", + "institute": "UCL, Louvaine-la-Neuve", + "is_pledged": false, + "latitude": 50.665, + "longitude": 4.623, + "monit_tag": "Belgium", + "name": "BelGrid-UCL", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ingrid.cism.ucl.ac.be", + "flavour": "ARC-CE", + "id": 2332, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "BelGrid-UCL-CE-ARC-CE-ingrid.cism.ucl.ac.be", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ingrid-ps02.cism.ucl.ac.be", + "flavour": "Bandwidth", + "id": 1052, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BelGrid-UCL-PerfSonar-Bandwidth-ingrid-ps02.cism.ucl.ac.be", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ingrid-ps01.cism.ucl.ac.be", + "flavour": "Latency", + "id": 965, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "BelGrid-UCL-PerfSonar-Latency-ingrid-ps01.cism.ucl.ac.be", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2064, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "BelGrid-UCL_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2880, + "impl": "BeStMan", + "is_monitored": true, + "is_virtual": true, + "name": "T2_BE_UCL_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "T2_BE_UCL", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 960, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Brussels" + }, + "Brandeis-Atlas-T3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Brandeis ATLAS Tier 3", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 77, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 42.381372, + "longitude": -71.242218, + "monit_tag": "USA", + "name": "Brandeis-Atlas-T3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 284, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Brandeis-Atlas-T3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Bridges": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "The PSC-Bridges cluster", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 931, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.444035, + "longitude": -79.959987, + "monit_tag": "NULL", + "name": "Bridges", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 506, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "hosted-ce13.grid.uchicago.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 2028, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Bridges-CE-HTCONDOR-CE-hosted-ce13.grid.uchicago.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.4.0" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "CA-ALBERTA-WESTGRID-T2": { + "altname": "University of Alberta - WestGrid", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "Site belongs to University of Alberta, WestGrid, Compute Canada", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "175G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=187", + "id": 78, + "infourl": "http://www.ualberta.ca", + "institute": "", + "is_pledged": false, + "latitude": 53.53, + "longitude": -113.53, + "monit_tag": "Canada", + "name": "CA-ALBERTA-WESTGRID-T2", + "netroutes": { + "CA-ALBERTA-WESTGRID-T2-LHCONE": { + "asn": 3359, + "id": 123, + "is_ms": false, + "last_modified": "2021-12-17T09:00:35.784128", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-ALBERTA-WESTGRID-T2-LHCONE", + "netsite": "CA-ALBERTA-WESTGRID-T2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "142.244.105.64/27", + "142.244.83.0/27" + ] + } + } + }, + "netsites": { + "CA-ALBERTA-WESTGRID-T2": { + "description": "", + "id": 86, + "info_url": "", + "last_modified": "2021-12-17T09:00:48.893475", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-ALBERTA-WESTGRID-T2", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "CA-ALBERTA-WESTGRID-T2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Edmonton" + }, + "CA-CANARIE-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1114, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Canada", + "name": "CA-CANARIE-NREN", + "netroutes": { + "CA-CANARIE-NREN-CA-CANARIE-LHCONE-KEK": { + "asn": 6509, + "id": 245, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.370333", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-CANARIE-NREN-CA-CANARIE-LHCONE-KEK", + "netsite": "CA-CANARIE-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "205.189.32.79/32" + ] + } + } + }, + "netsites": { + "CA-CANARIE-NREN": { + "description": "", + "id": 132, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.033241", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.030885", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "Canarie" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-CANARIE-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "CA-MCGILL-CLUMEQ-T2": { + "altname": "McGill University - McGill HPC. East Canada", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "An ATLAS Tier-2", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "46822G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=191", + "id": 80, + "infourl": "https://www.clumeq.mcgill.ca/", + "institute": "", + "is_pledged": false, + "latitude": 45.89, + "longitude": -73.55, + "monit_tag": "Canada", + "name": "CA-MCGILL-CLUMEQ-T2", + "netroutes": { + "CA-MCGILL-CLUMEQ-T2-LHCONE": { + "asn": 15318, + "id": 124, + "is_ms": false, + "last_modified": "2021-12-16T18:25:40.516142", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-MCGILL-CLUMEQ-T2-LHCONE", + "netsite": "CA-MCGILL-CLUMEQ-T2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "132.206.245.224/27" + ] + } + } + }, + "netsites": { + "CA-MCGILL-CLUMEQ-T2": { + "description": "", + "id": 48, + "info_url": "", + "last_modified": "2021-12-16T18:26:02.680273", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-MCGILL-CLUMEQ-T2", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://squid02.clumeq.mcgill.ca:3128", + "flavour": "CVMFS", + "id": 2597, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CA-MCGILL-CLUMEQ-T2-CVMFS-squid02.clumeq.mcgill.ca", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid03.clumeq.mcgill.ca:3128", + "flavour": "CVMFS", + "id": 2693, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CA-MCGILL-CLUMEQ-T2-CVMFS-squid03.clumeq.mcgill.ca", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squids.clumeq.mcgill.ca:3128", + "flavour": "", + "id": 2660, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CA-MCGILL-CLUMEQ-T2-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1593, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CA-MCGILL-CLUMEQ-T2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "CA-MCGILL-CLUMEQ-T2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "test", + "tape_capacity": 0, + "timezone": "America/Toronto" + }, + "CA-SCINET-T2": { + "altname": "SciNet High Performance Computing Consortium", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "SciNet Data Centre at University of Toronto", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "397G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=57", + "id": 961, + "infourl": "http://www.scinet.utoronto.ca/", + "institute": "", + "is_pledged": true, + "latitude": 43.8, + "longitude": -79.5, + "monit_tag": "Canada", + "name": "CA-SCINET-T2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://lcg-admin4.scinet.utoronto.ca:3128", + "flavour": "", + "id": 2556, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CA-SCINET-T2-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2178, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CA-SCINET-T2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "CA-SCINET-T2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "test", + "tape_capacity": 0, + "timezone": "America/Toronto" + }, + "CA-SFU-T2": { + "altname": "Compute Canada Simon Fraser University General Purpose Cluster", + "cert_status": "certified", + "corepower": 19.6399980784012, + "cores": 6505, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 2044131, + "crr_url": "", + "description": "Compute Canada Simon Frasier University General Purpose Cluster", + "disk_capacity": 0, + "federations": [ + "CA-WEST-T2" + ], + "gocdb_pk": "100875G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1905", + "id": 81, + "infourl": "", + "institute": "Simon Fraser University", + "is_pledged": false, + "latitude": 49.25, + "longitude": -122.95, + "monit_tag": "Canada", + "name": "CA-SFU-T2", + "netroutes": { + "CA-SFU-T2-LHCONE": { + "asn": 271, + "id": 126, + "is_ms": false, + "last_modified": "2022-02-01T22:09:34.410299", + "lhcone_bandwidth_limit": 200, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-SFU-T2-LHCONE", + "netsite": "CA-SFU-T2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "206.12.127.0/24" + ] + } + } + }, + "netsites": { + "CA-SFU-T2": { + "description": "", + "id": 63, + "info_url": "", + "last_modified": "2022-02-01T22:08:03.767052", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "CANARIE", + "BCNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-SFU-T2", + "noc": [ + "noc@bc.net" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcg-ce1.sfu.computecanada.ca:2811", + "flavour": "ARC-CE", + "id": 645, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-CE-ARC-CE-lcg-ce1.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ce2.sfu.computecanada.ca:2811", + "flavour": "ARC-CE", + "id": 639, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-CE-ARC-CE-lcg-ce2.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-adm1.sfu.computecanada.ca:3128", + "flavour": "CVMFS", + "id": 2584, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-CVMFS-lcg-adm1.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-adm2.sfu.computecanada.ca:3128", + "flavour": "CVMFS", + "id": 2674, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-CVMFS-lcg-adm2.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-adm3.sfu.computecanada.ca:3128", + "flavour": "CVMFS", + "id": 2551, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-CVMFS-lcg-adm3.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-bw.sfu.computecanada.ca", + "flavour": "Bandwidth", + "id": 780, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-PerfSonar-Bandwidth-lcg-bw.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-lat.sfu.computecanada.ca", + "flavour": "Latency", + "id": 985, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-SFU-T2-PerfSonar-Latency-lcg-lat.sfu.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1663, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "CA-SFU-T2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + } + ], + "sites": [ + { + "name": "CA-SFU-T2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 104080, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Vancouver" + }, + "CA-TORONTO-T3": { + "altname": "Niagara HPC", + "cert_status": "candidate", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier-3 Compute Platform on Niagara Supercomputer at SciNet High-Performance Computing Centre", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "106516G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=2365", + "id": 926, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 43.8, + "longitude": -79.5, + "monit_tag": "Canada", + "name": "CA-TORONTO-T3", + "netroutes": { + "CA-TORONTO-T3-LHCONE": { + "asn": 239, + "id": 127, + "is_ms": false, + "last_modified": "2022-02-03T17:35:19.258418", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-TORONTO-T3-LHCONE", + "netsite": "CA-TORONTO-T3", + "netsite_spare": null, + "networks": { + "ipv4": [ + "142.150.188.0/24" + ] + } + } + }, + "netsites": { + "CA-TORONTO-T3": { + "description": "", + "id": 20, + "info_url": "", + "last_modified": "2022-02-03T17:55:28.152355", + "lhcone_active": false, + "lhcone_aup_date": null, + "lhcone_bandwidth": -1, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-TORONTO-T3", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://nia-cvmfs.scinet.utoronto.ca:3128", + "flavour": "Frontier", + "id": 2643, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CA-TORONTO-T3-Frontier-nia-cvmfs.scinet.utoronto.ca", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "CA-TORONTO-T3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Toronto" + }, + "CA-TRIUMF-DISKLESS": { + "altname": "DISKLESS site, TRIUMF, Vancouver, Canada", + "cert_status": "candidate", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "Site to test diskless resources", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "106314G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=2325", + "id": 921, + "infourl": "http://www.triumf.ca", + "institute": "", + "is_pledged": false, + "latitude": 49.25, + "longitude": -123.23, + "monit_tag": "Canada", + "name": "CA-TRIUMF-DISKLESS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ppsce.lcg.triumf.ca", + "flavour": "ARC-CE", + "id": 1919, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-TRIUMF-DISKLESS-CE-ARC-CE-ppsce.lcg.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "CA-TRIUMF-DISKLESS", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Vancouver" + }, + "CA-TRIUMF-DYNAFED": { + "altname": "Dynafed, TRIUMF, Vancouver, Canada", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "Site for Dynafed test", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "105987G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=2266", + "id": 908, + "infourl": "http://www.triumf.ca", + "institute": "", + "is_pledged": false, + "latitude": 49.25, + "longitude": -123.23, + "monit_tag": "Canada", + "name": "CA-TRIUMF-DYNAFED", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "CA-TRIUMF-DYNAFED", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Vancouver" + }, + "CA-UVic-Cloud": { + "altname": "Canadian HEP site for Belle-II and Atlas", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Victoria", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": "110158G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=2565", + "id": 989, + "infourl": "http://heprc.phys.uvic.ca/", + "institute": "", + "is_pledged": false, + "latitude": 48.46, + "longitude": -123.31, + "monit_tag": "Canada", + "name": "CA-UVic-Cloud", + "netroutes": { + "CA-UVIC-CLOUD-LHCONE": { + "asn": 16462, + "id": 128, + "is_ms": false, + "last_modified": "2022-04-13T18:34:54.277479", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG", + " BELLEII" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-UVIC-CLOUD-LHCONE", + "netsite": "CA-UVIC-CLOUD", + "netsite_spare": null, + "networks": { + "ipv4": [ + "206.12.154.0/24", + "206.12.155.0/24" + ], + "ipv6": [ + "2607:f8f0:c10:70f3::/64", + "2607:f8f0:c11:7000::/64" + ] + } + } + }, + "netsites": { + "CA-UVIC-CLOUD": { + "description": "", + "id": 56, + "info_url": "", + "last_modified": "2022-04-13T18:33:05.398316", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-UVIC-CLOUD", + "noc": [ + "noc@bc.net" + ], + "wan_bandwidth": 40 + } + }, + "oim_groupid": null, + "rc_tier_level": null, + "services": [], + "sites": [ + { + "name": "CA-UVic-Cloud", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Vancouver" + }, + "CA-VICTORIA-WESTGRID-T2": { + "altname": "University of Victoria", + "cert_status": "certified", + "corepower": 11.0, + "cores": 100, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 30800, + "crr_url": "", + "description": "University of Victoria", + "disk_capacity": 0, + "federations": [ + "CA-WEST-T2" + ], + "gocdb_pk": "24430G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=545", + "id": 83, + "infourl": "http://rcf.uvic.ca/index.php?id=48", + "institute": "University of Victoria", + "is_pledged": false, + "latitude": 48.47, + "longitude": -123.31, + "monit_tag": "Canada", + "name": "CA-VICTORIA-WESTGRID-T2", + "netroutes": { + "CA-VICTORIA-WESTGRID-T2-LHCONE": { + "asn": 16462, + "id": 129, + "is_ms": false, + "last_modified": "2022-02-15T20:38:14.596504", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-VICTORIA-WESTGRID-T2-LHCONE", + "netsite": "CA-VICTORIA-WESTGRID-T2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "206.12.48.224/27" + ] + } + } + }, + "netsites": { + "CA-VICTORIA-WESTGRID-T2": { + "description": "", + "id": 23, + "info_url": "", + "last_modified": "2022-02-22T14:05:36.780965", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-VICTORIA-WESTGRID-T2", + "noc": [ + "netadmin@uvic.ca" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "Kubernetes", + "endpoint": "https://kermes.cloud.computecanada.ca:6443", + "flavour": "K8S", + "id": 2510, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-VICTORIA-WESTGRID-T2-CE-K8S-kermes.cloud.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ps-bandwidth.hepnetcanada.ca", + "flavour": "Bandwidth", + "id": 874, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-VICTORIA-WESTGRID-T2-PerfSonar-Bandwidth-ps-bandwidth.hepnetcanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-latency.hepnetcanada.ca", + "flavour": "Latency", + "id": 810, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-VICTORIA-WESTGRID-T2-PerfSonar-Latency-ps-latency.hepnetcanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://chrysaor.westgrid.ca:3128", + "flavour": "", + "id": 2639, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-VICTORIA-WESTGRID-T2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://kraken01.westgrid.ca:3128", + "flavour": "Frontier", + "id": 2534, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-VICTORIA-WESTGRID-T2-Squid-kraken01", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2087, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CA-VICTORIA-WESTGRID-T2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.52" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1594, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "CA-VICTORIA-WESTGRID-T2_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.52" + } + ], + "sites": [ + { + "name": "CA-VICTORIA-WESTGRID-T2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "IAAS", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 2800, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Vancouver" + }, + "CA-WATERLOO-T2": { + "altname": "Compute Canada Waterloo Ontario Tier-2", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "ATLAS T2 site at University of Waterloo", + "disk_capacity": 0, + "federations": [ + "CA-EAST-T2" + ], + "gocdb_pk": "102482G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1985", + "id": 84, + "infourl": "https://docs.computecanada.ca/wiki/Graham", + "institute": "", + "is_pledged": false, + "latitude": 43.47, + "longitude": -80.54, + "monit_tag": "Canada", + "name": "CA-WATERLOO-T2", + "netroutes": { + "CA-WATERLOO-T2-LHCONE": { + "asn": 46757, + "id": 269, + "is_ms": false, + "last_modified": "2022-02-03T17:52:42.809192", + "lhcone_bandwidth_limit": 40, + "lhcone_collaborations": [ + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CA-WATERLOO-T2-LHCONE", + "netsite": "CA-WATERLOO-T2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "199.241.165.64/26" + ] + } + } + }, + "netsites": { + "CA-WATERLOO-T2": { + "description": "", + "id": 152, + "info_url": "", + "last_modified": "2022-02-03T17:54:25.990520", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 40, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-WATERLOO-T2", + "noc": [ + "noc@sharcnet.ca" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcg-ce1.uw.computecanada.ca:2811", + "flavour": "ARC-CE", + "id": 686, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-CE-ARC-CE-lcg-ce1.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ce2.uw.computecanada.ca:2811", + "flavour": "ARC-CE", + "id": 642, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-CE-ARC-CE-lcg-ce2.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ce3.uw.computecanada.ca", + "flavour": "ARC-CE", + "id": 2814, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-CE-ARC-CE-lcg-ce3.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-adm1.uw.computecanada.ca:3128", + "flavour": "CVMFS", + "id": 2648, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-CVMFS-lcg-adm1.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-adm2.uw.computecanada.ca:3128", + "flavour": "CVMFS", + "id": 2599, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-CVMFS-lcg-adm2.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-psbw.uw.computecanada.ca", + "flavour": "Bandwidth", + "id": 923, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-PerfSonar-Bandwidth-lcg-psbw.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-pslat.uw.computecanada.ca", + "flavour": "Latency", + "id": 920, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CA-WATERLOO-T2-PerfSonar-Latency-lcg-pslat.uw.computecanada.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1636, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "CA-WATERLOO-T2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.42" + } + ], + "sites": [ + { + "name": "CA-WATERLOO-T2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Toronto" + }, + "CBPF": { + "altname": "Centro Brasileiro de Pesquisas Fisicas", + "cert_status": "certified", + "corepower": 8.31111111111111, + "cores": 30, + "country": "Brazil", + "country_code": "BR", + "cpu_capacity": 2992, + "crr_url": "", + "description": "COHEP - CBPF", + "disk_capacity": 0, + "federations": [ + "T2-LATINAMERICA" + ], + "gocdb_pk": "76G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=398", + "id": 88, + "infourl": "http://portal.cbpf.br/index.php?page=home&lang=en", + "institute": "CBPF", + "is_pledged": false, + "latitude": -22.954, + "longitude": -43.174, + "monit_tag": "Brazil", + "name": "CBPF", + "netroutes": { + "CBPF-LHCONE": { + "asn": 2715, + "id": 130, + "is_ms": false, + "last_modified": "2022-02-24T13:37:52.210343", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "http://200.20.96.188/cacti/graph_image.php?action=edit&local_graph_id=626&rra_id=2", + "name": "CBPF-LHCONE", + "netsite": "BR-CBPF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "152.84.101.0/24" + ], + "ipv6": [ + "2804:1f10:8000:801::/64" + ] + } + } + }, + "netsites": { + "BR-CBPF": { + "description": "", + "id": 101, + "info_url": "", + "last_modified": "2022-02-23T17:23:00.931365", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RNP" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "http://200.20.96.188/cacti/graph_image.php?action=edit&local_graph_id=626&rra_id=4", + "name": "BR-CBPF", + "noc": [ + "gridlafex@cbpf.br" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.cat.cbpf.br:9619", + "flavour": "HTCONDOR-CE", + "id": 2018, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CBPF-CE-HTCONDOR-CE-ce01.cat.cbpf.br", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.cat.cbpf.br", + "flavour": "HTCONDOR-CE", + "id": 2130, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CBPF-CE-HTCONDOR-CE-ce02.cat.cbpf.br", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce03.cat.cbpf.br", + "flavour": "HTCONDOR-CE", + "id": 2131, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CBPF-CE-HTCONDOR-CE-ce03.cat.cbpf.br", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps02.cat.cbpf.br", + "flavour": "Bandwidth", + "id": 789, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CBPF-PerfSonar-Bandwidth-ps02.cat.cbpf.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps01.cat.cbpf.br", + "flavour": "Latency", + "id": 773, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CBPF-PerfSonar-Latency-ps01.cat.cbpf.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1796, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "CBPF_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "CBPF", + "tier_level": 3, + "vo_name": "alice" + }, + { + "name": "LCG.CBPF.br", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 360, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Sao_Paulo" + }, + "CERN-PROD": { + "altname": "European Organization for Nuclear Research, Geneva, Switzerland", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "CERN", + "disk_capacity": 189815896301026432, + "federations": [ + "CH-CERN" + ], + "gocdb_pk": "268G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=270", + "id": 91, + "infourl": "", + "institute": "CERN", + "is_pledged": false, + "latitude": 46.23, + "longitude": 6.04, + "monit_tag": "Switzerland", + "name": "CERN-PROD", + "netroutes": { + "CERN-PROD-CERNLIGHT-P2P": { + "asn": 20641, + "id": 272, + "is_ms": true, + "last_modified": "2022-02-11T14:19:56.938747", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CERN-PROD-CERNLIGHT-P2P", + "netsite": "CH-CERN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.65.183.0/24" + ], + "ipv6": [ + "2001:1458:a00::/48" + ] + } + }, + "CERN-PROD-ITS ": { + "asn": 513, + "id": 131, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.186297", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CERN-PROD-ITS ", + "netsite": "CH-CERN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "137.138.0.0/16", + "188.184.0.0/17", + "188.185.0.0/17" + ], + "ipv6": [ + "2001:1458:d00::/48" + ] + } + }, + "CERN-PROD-LHCOPN-P2P": { + "asn": 513, + "id": 214, + "is_ms": true, + "last_modified": "2021-12-07T13:41:44.034712", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 1300, + "monit_url": "", + "name": "CERN-PROD-LHCOPN-P2P", + "netsite": "CH-CERN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.16.166.0/24" + ], + "ipv6": [ + "2001:1458:302::/48" + ] + } + }, + "CERN-PROD-LHCOPNE": { + "asn": 513, + "id": 133, + "is_ms": false, + "last_modified": "2022-03-04T09:11:07.569495", + "lhcone_bandwidth_limit": 400, + "lhcone_collaborations": [ + "WLCG", + "DUNE", + "US-ATLAS", + "US-CMS" + ], + "lhcopn_bandwidth_limit": 1300, + "monit_url": "", + "name": "CERN-PROD-LHCOPNE", + "netsite": "CH-CERN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "128.142.0.0/16", + "188.184.128.0/17" + ], + "ipv6": [ + "2001:1458:301::/48", + "2001:1458:303::/48" + ] + } + } + }, + "netsites": { + "CH-CERN": { + "description": "CERN Tier0 in Geneva - CH", + "id": 45, + "info_url": "https://twiki.cern.ch/twiki/bin/view/CS/Public/CERNnetworkDescription", + "last_modified": "2022-06-22T15:10:49.850806", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 400, + "lhcone_providers": [ + "GEANT", + "Esnet", + "CERNlight" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 1300, + "monit_url": "https://netstat.cern.ch/monitoring/network-statistics/ext/wlcg/total_traffic.json", + "name": "CH-CERN", + "noc": [ + "noc@cern.ch" + ], + "wan_bandwidth": 2100 + } + }, + "oim_groupid": null, + "rc_tier_level": 0, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://ca-proxy-atlas.cern.ch:3128", + "flavour": "CVMFS", + "id": 2624, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-IT-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlascern-frontier.openhtc.io:8080/atlr", + "flavour": "", + "id": 2616, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-atlascern-frontier.openhtc.io", + "state": "ACTIVE", + "status": "", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlasfrontier-ai.cern.ch:8000/atlr", + "flavour": "", + "id": 2610, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-atlasfrontier-ai.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlast0frontier-ai.cern.ch:8000/atlr", + "flavour": "", + "id": 2565, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-atlast0frontier-ai.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce503.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 612, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce503.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce504.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 229, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce504.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce505.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 382, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce505.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce506.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 39, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce506.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce507.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 532, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce507.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce508.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 48, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce508.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce509.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 567, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce509.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce510.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 371, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce510.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce511.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 304, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce511.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce512.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 145, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce512.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce513.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 218, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce513.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce514.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 255, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce514.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce515.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 1414, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce515.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce516.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 1407, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce516.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce666.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 2741, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-ce666.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cehpc.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 1928, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-cehpc.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cet01.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 1564, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-cet01.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cet02.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 1571, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-cet02.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cet03.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 1925, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-cet03.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "cet04.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 3198, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-cet04.cern.ch", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "condorce01.cern.ch:9619", + "flavour": "HTCONDOR-CE", + "id": 101, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-condorce01.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "condorce02.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 1733, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-CE-HTCONDOR-CE-condorce02.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://185.19.28.174:3128", + "flavour": "Frontier", + "id": 2669, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-Frontier-185.19.28.174", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://pc-sp1-front-01.cern.ch:3128", + "flavour": "Frontier", + "id": 2688, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-Frontier-pc-sp1-front-01.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.cern.ch:8060", + "flavour": "Frontier", + "id": 2554, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-Frontier-squid.cern.ch", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psb01-gva-100g.cern.ch", + "flavour": "Bandwidth", + "id": 1976, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-PerfSonar-Bandwidth-psb01-gva-100g.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psb01-gva.cern.ch", + "flavour": "Bandwidth", + "id": 826, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-PerfSonar-Bandwidth-psb01-gva.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psl01-gva.cern.ch", + "flavour": "Latency", + "id": 938, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CERN-PROD-PerfSonar-Latency-psl01-gva.cern.ch", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlast0fsquid.cern.ch:3128", + "flavour": "", + "id": 2586, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PROD-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce515.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 3041, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PROD-CE-HTCONDOR-CE-ce515.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cet01.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 3040, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PROD-CE-HTCONDOR-CE-cet01.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cet02.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 3042, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PROD-CE-HTCONDOR-CE-cet02.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cet03.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 3039, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PROD-CE-HTCONDOR-CE-cet03.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cet04.cern.ch", + "flavour": "HTCONDOR-CE", + "id": 3200, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PROD-CE-HTCONDOR-CE-cet04.cern.ch", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cmsathome.host.invalid", + "flavour": "HTCONDOR-CE", + "id": 3043, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PROD-CE-HTCONDOR-CE-cmsathome.host.invalid", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "opportunistic.host.invalid", + "flavour": "HTCONDOR-CE", + "id": 3177, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-PRODCERN-PRODNDSU-LanciumINFN-T1-CE-HTCONDOR-CE-opportunistic.host.invalid", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2056, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1610, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_140_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1606, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1605, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_2_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "Open data initiative. https://opendata.cern.ch/", + "endpoint": null, + "flavour": null, + "id": 2944, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_4_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "Disk", + "description": "Fast SSD EOS instance to test new computational workflows.", + "endpoint": null, + "flavour": null, + "id": 2960, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_5_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1456, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1880, + "impl": "CTA", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1607, + "impl": "CTA", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1793, + "impl": "CTA", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_CMS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1847, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "CERN-PROD_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1873, + "impl": "CTA", + "is_monitored": false, + "is_virtual": true, + "name": "CERN-PROD_SE_LHCB_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://172.16.7.66:3128", + "flavour": "Frontier", + "id": 2691, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN-TSystem-Frontier", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "CERN ATLAS FTS3 REST endpoint", + "endpoint": "https://fts3-atlas.cern.ch:8446", + "flavour": "REST", + "id": 2687, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERNFTS3ATLAS_REST", + "state": "ACTIVE", + "status": "production", + "type": "FTS", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://fts3-devel.cern.ch:8446", + "flavour": "REST", + "id": 2684, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERNFTS3DEVEL_REST", + "state": "ACTIVE", + "status": "", + "type": "FTS", + "version": null + }, + { + "arch": "", + "description": "CERN Pilot FTS3 REST endpoint", + "endpoint": "https://fts3-pilot.cern.ch:8446", + "flavour": "REST", + "id": 2541, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERNFTS3PILOT_REST", + "state": "ACTIVE", + "status": "production", + "type": "FTS", + "version": null + }, + { + "arch": "", + "description": "Public CERN FTS3 REST endpoint", + "endpoint": "https://fts3.cern.ch:8446", + "flavour": "REST", + "id": 2562, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERNFTS3PUBLIC_REST", + "state": "ACTIVE", + "status": "production", + "type": "FTS", + "version": null + }, + { + "arch": "", + "description": "production instance at CERN", + "endpoint": "aipanda175.ipv6.cern.ch", + "flavour": "", + "id": 2690, + "impl": "0.0.28", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_0", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "aipanda177.cern.ch,aipanda178.cern.ch", + "flavour": "", + "id": 2555, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_1", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "Central harvester instance A for Grid (aipanda171, aipanda172)", + "endpoint": "aipanda171.ipv6.cern.ch,aipanda172.ipv6.cern.ch", + "flavour": "", + "id": 2558, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_A", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "Central harvester instance aCT A for Grid (aipanda403)", + "endpoint": "aipanda403.cern.ch", + "flavour": "", + "id": 2670, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_ACTA", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "Central harvester instance B for Grid (aipanda173, aipanda174)", + "endpoint": "aipanda173.ipv6.cern.ch,aipanda174.ipv6.cern.ch", + "flavour": "", + "id": 2559, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_B", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "aipanda003.cern.ch", + "flavour": null, + "id": 3175, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_dask", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "aipanda169.cern.ch", + "flavour": "", + "id": 2576, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CERN_central_k8s", + "state": "ACTIVE", + "status": "production", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "aipanda170.cern.ch", + "flavour": "", + "id": 2549, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "cern_cloud", + "state": "ACTIVE", + "status": "", + "type": "Harvester", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2515, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CERN_OS_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2864, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T0_CH_CERN_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2842, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T2_CH_CERN_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2834, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T3_CH_CERNBOX_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2868, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T3_CH_CERN_DOMA_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2905, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T3_CH_CERN_OpenData_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "Testbed", + "endpoint": "aipanda083.ipv6.cern.ch", + "flavour": "", + "id": 2632, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "test_aipanda083", + "state": "ACTIVE", + "status": "", + "type": "Harvester", + "version": null + } + ], + "sites": [ + { + "name": "CERN", + "tier_level": 0, + "vo_name": "alice" + }, + { + "name": "CERN-EXTENSION", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "CERN-P1", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "CERN-PROD", + "tier_level": 0, + "vo_name": "atlas" + }, + { + "name": "CERN-T0", + "tier_level": 0, + "vo_name": "atlas" + }, + { + "name": "LCG.CERN.cern", + "tier_level": 0, + "vo_name": "lhcb" + }, + { + "name": "Microsoft-Azure", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "T0_CH_CERN", + "tier_level": 0, + "vo_name": "cms" + }, + { + "name": "T2_CH_CERN", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "T3_CH_CERNBOX", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_CH_CERN_CAF", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_CH_CERN_DOMA", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_CH_CERN_OpenData", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_CH_CMSAtHome", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_CH_Volunteer", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 451000000000000000, + "timezone": "Europe/Zurich" + }, + "CERN-PROD-AI": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 900, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "CERN-PROD-AI", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T2_CH_CERN_AI", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "CERN-PROD-HLT": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 904, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "CERN-PROD-HLT", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T2_CH_CERN_HLT", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "CERN-PROD-WIGNER": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 897, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "CERN-PROD-WIGNER", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T2_CH_CERN_Wigner", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "CETA-GRID": { + "altname": "CETA-GRID, Resource Center CETA-CIEMAT", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 0, + "crr_url": "", + "description": "Resource Center CETA-CIEMAT", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "53807G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=682", + "id": 99, + "infourl": "http://www.ceta-ciemat.es", + "institute": "", + "is_pledged": false, + "latitude": 39.458148, + "longitude": -5.881827, + "monit_tag": "Spain", + "name": "CETA-GRID", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Trujillo", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "CHTC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "The University of Wisconsin's Center for High Throughput Computing. Note that CHTC and GLOW are closely related, and in many contexts, they are synonyms.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 103, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 43.071568, + "longitude": -89.406931, + "monit_tag": "USA", + "name": "CHTC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 314, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "CIEMAT-LCG2": { + "altname": "CIEMAT Madrid, Spain", + "cert_status": "certified", + "corepower": 13.95, + "cores": 2760, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 38502, + "crr_url": "", + "description": "CIEMAT HEP Group Grid Site", + "disk_capacity": 0, + "federations": [ + "ES-CMS-T2" + ], + "gocdb_pk": "262G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=534", + "id": 105, + "infourl": "http://wwwae.ciemat.es", + "institute": "CIEMAT, Madrid", + "is_pledged": false, + "latitude": 40.45464, + "longitude": -3.72771, + "monit_tag": "Spain", + "name": "CIEMAT-LCG2", + "netroutes": { + "CIEMAT-LCG2-LHCONE": { + "asn": 766, + "id": 134, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.220864", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CIEMAT-LCG2-LHCONE", + "netsite": "ES-CIEMAT", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.101.161.128/26", + "192.101.166.234/32" + ], + "ipv6": [ + "2001:720:42c:aaee::/64" + ] + } + } + }, + "netsites": { + "ES-CIEMAT": { + "description": "", + "id": 64, + "info_url": "", + "last_modified": "2022-02-01T16:00:18.007540", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RedIRIS" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "ES-CIEMAT", + "noc": [ + "noc@ciemat.es" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "condorce1.ciemat.es:9619", + "flavour": "HTCONDOR-CE", + "id": 682, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIEMAT-LCG2-CE-HTCONDOR-CE-condorce1.ciemat.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "condorce2.ciemat.es:9619", + "flavour": "HTCONDOR-CE", + "id": 690, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIEMAT-LCG2-CE-HTCONDOR-CE-condorce2.ciemat.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "perfbw.ciemat.es", + "flavour": "Bandwidth", + "id": 842, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIEMAT-LCG2-PerfSonar-Bandwidth-perfbw.ciemat.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perflat.ciemat.es", + "flavour": "Latency", + "id": 809, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIEMAT-LCG2-PerfSonar-Latency-perflat.ciemat.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2849, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_ES_CIEMAT_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + } + ], + "sites": [ + { + "name": "T2_ES_CIEMAT", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 2760, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "CIEMAT-TIC": { + "altname": "CIEMAT ICT Division, Madrid, Spain", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "25915G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=158", + "id": 106, + "infourl": "http://www.ciemat.es", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Spain", + "name": "CIEMAT-TIC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Madrid", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "CIT_CMS_T2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 109, + "infourl": "", + "institute": "Caltech", + "is_pledged": false, + "latitude": 34.137987, + "longitude": -118.124281, + "monit_tag": "USA", + "name": "CIT_CMS_T2", + "netroutes": { + "CIT_CMS_T2-LHCONE": { + "asn": 32361, + "id": 135, + "is_ms": false, + "last_modified": "2022-02-01T16:16:20.664057", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "US-CMS" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "CIT_CMS_T2-LHCONE", + "netsite": "US-CIT", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.84.86.0/24", + "198.32.43.0/24", + "198.32.44.0/24", + "198.32.45.0/24" + ], + "ipv6": [ + "2605:d9c0::/32", + "2607:f380:a4f::/48" + ] + } + } + }, + "netsites": { + "US-CIT": { + "description": "The Tier2 Computing Facility at the California Institute of Technology", + "id": 105, + "info_url": "https://tier2.hep.caltech.edu/", + "last_modified": "2022-02-01T16:13:24.387874", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "Internet2", + "ESnet", + "CENIC" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "US-CIT", + "noc": [ + "hep-wheel@caltech.edu", + "jbalcas@caltech.edu", + "amoya@caltech.edu" + ], + "wan_bandwidth": 500 + } + }, + "oim_groupid": 10, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cit-gatekeeper.ultralight.org", + "flavour": "HTCONDOR-CE", + "id": 1730, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIT_CMS_T2-CE-HTCONDOR-CE-cit-gatekeeper.ultralight.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "cit-gatekeeper2.ultralight.org", + "flavour": "HTCONDOR-CE", + "id": 1727, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIT_CMS_T2-CE-HTCONDOR-CE-cit-gatekeeper2.ultralight.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "cit-gatekeeper3.ultralight.org:9619", + "flavour": "HTCONDOR-CE", + "id": 1381, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIT_CMS_T2-CE-HTCONDOR-CE-cit-gatekeeper3.ultralight.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.2" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.ultralight.org", + "flavour": "Bandwidth", + "id": 855, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CIT_CMS_T2-PerfSonar-Bandwidth-perfsonar.ultralight.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.ultralight.org", + "flavour": "Bandwidth", + "id": 2770, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIT_CMS_T2-PerfSonar-Bandwidth-perfsonar2.ultralight.org", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.ultralight.org", + "flavour": "Latency", + "id": 2771, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CIT_CMS_T2-PerfSonar-Latency-perfsonar.ultralight.org", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.ultralight.org", + "flavour": "Latency", + "id": 1059, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CIT_CMS_T2-PerfSonar-Latency-perfsonar2.ultralight.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2060, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CIT_CMS_T2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2906, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_Caltech_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T2_US_Caltech", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "CL-REUNA-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Chile", + "country_code": "CL", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1145, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Chile", + "name": "CL-REUNA-NREN", + "netroutes": { + "REUNA-LHCONE": { + "asn": 26610, + "id": 279, + "is_ms": false, + "last_modified": "2022-02-22T13:32:13.561901", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "REUNA-LHCONE", + "netsite": "CL-REUNA-NREN", + "netsite_spare": null, + "networks": { + "ipv6": [ + "2001:1310:3121::/48" + ] + } + } + }, + "netsites": { + "CL-REUNA-NREN": { + "description": "", + "id": 157, + "info_url": "", + "last_modified": "2022-02-22T13:31:08.036318", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "REUNA" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CL-REUNA-NREN", + "noc": [ + "noc@reuna.cl" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "CN-BEIJING-PKU": { + "altname": "", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "China", + "country_code": "CN", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "301G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=350", + "id": 120, + "infourl": "http://www.pku.edu.cn", + "institute": "", + "is_pledged": false, + "latitude": 39.0, + "longitude": 116.0, + "monit_tag": "China", + "name": "CN-BEIJING-PKU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3079, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_CN_PKU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_CN_PKU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "UTC" + }, + "CN-CERNET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "China", + "country_code": "CN", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1134, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "China", + "name": "CN-CERNET-NREN", + "netroutes": { + "CN-CERNET-NREN-LHCONE": { + "asn": 23911, + "id": 256, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.480597", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CN-CERNET-NREN-LHCONE", + "netsite": "CN-CERNET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.179.241.216/30", + "210.25.189.248/30" + ], + "ipv6": [ + "2001:252:0:112::/64", + "2001:254:1:204::/64" + ] + } + } + }, + "netsites": { + "CN-CERNET-NREN": { + "description": "", + "id": 127, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.974238", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.972189", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CN-CERNET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "CSCS-LCG2": { + "altname": "CSCS, Swiss National Supercomputing Centre", + "cert_status": "certified", + "corepower": 12.4500161498708, + "cores": 225, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 190485, + "crr_url": "", + "description": "Tier2 within WLCG, serving the swiss HEP community (CHIPP)", + "disk_capacity": 0, + "federations": [ + "CH-CHIPP-CSCS" + ], + "gocdb_pk": "237G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=150", + "id": 128, + "infourl": "https://wiki.chipp.ch/twiki/bin/view/LCGTier2/WebHome", + "institute": "CSCS / ETH Zurich", + "is_pledged": false, + "latitude": 46.02, + "longitude": 8.92, + "monit_tag": "Switzerland", + "name": "CSCS-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "ARC-CE", + "description": "", + "endpoint": "https://arc-gele.lcg.cscs.ch:443", + "flavour": "ARC-CE", + "id": 3185, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CSCS-LCG2-CE-ARC-CE-arc-gele.lcg.cscs.ch", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "arc.lcg.cscs.ch", + "flavour": "ARC-CE", + "id": 3151, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CSCS-LCG2-CE-ARC-CE-arc.lcg.cscs.ch", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "arc04.lcg.cscs.ch:2811", + "flavour": "ARC-CE", + "id": 376, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CSCS-LCG2-CE-ARC-CE-arc04.lcg.cscs.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc05.lcg.cscs.ch:2811", + "flavour": "ARC-CE", + "id": 268, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CSCS-LCG2-CE-ARC-CE-arc05.lcg.cscs.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.cscs.ch", + "flavour": "Bandwidth", + "id": 980, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CSCS-LCG2-PerfSonar-Bandwidth-perfsonar.cscs.ch", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.cscs.ch", + "flavour": "Latency", + "id": 905, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CSCS-LCG2-PerfSonar-Latency-perfsonar.cscs.ch", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://cvmfs.lcg.cscs.ch:3128", + "flavour": "CVMFS", + "id": 2582, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "CSCS-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2050, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CSCS-LCG2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1701, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "CSCS-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.40" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1837, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "CSCS-LCG2_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.40" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2843, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_CH_CSCS_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.40" + } + ], + "sites": [ + { + "name": "CSCS-LCG2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.CSCS.ch", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T0_CH_CSCS_HPC", + "tier_level": 0, + "vo_name": "cms" + }, + { + "name": "T2_CH_CSCS", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 15300, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Zurich" + }, + "CY-01-KIMON": { + "altname": "CY-01-KIMON", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Cyprus", + "country_code": "CY", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": "134G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=675", + "id": 1064, + "infourl": "http://grid.ucy.ac.cy/egee", + "institute": "", + "is_pledged": false, + "latitude": 35.14, + "longitude": 33.41, + "monit_tag": "Cyprus", + "name": "CY-01-KIMON", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3205, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_CY_UCY_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_CY_UCY", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "CYFRONET-LCG2": { + "altname": "ACC CYFRONET AGH, Cracow, Poland", + "cert_status": "certified", + "corepower": 14.199951171875, + "cores": 64, + "country": "Poland", + "country_code": "PL", + "cpu_capacity": 58163, + "crr_url": "", + "description": "Cyfronet grid site", + "disk_capacity": 0, + "federations": [ + "PL-POLISH-WLCG" + ], + "gocdb_pk": "289G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=452", + "id": 135, + "infourl": "http://www.cyfronet.pl", + "institute": "CYFRONET AGH", + "is_pledged": false, + "latitude": 50.068978, + "longitude": 19.90916, + "monit_tag": "Poland", + "name": "CYFRONET-LCG2", + "netroutes": { + "CYFRONET-LCG2-LHCONE": { + "asn": 8267, + "id": 136, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.243065", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CYFRONET-LCG2-LHCONE", + "netsite": "PL-CYFRONET", + "netsite_spare": null, + "networks": { + "ipv4": [ + "149.156.5.192/27" + ] + } + } + }, + "netsites": { + "PL-CYFRONET": { + "description": "", + "id": 83, + "info_url": "", + "last_modified": "2021-12-17T16:06:45.047502", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "PIONIER" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "PL-CYFRONET", + "noc": [ + "noc@cyfronet.pl" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc01.grid.cyfronet.pl:2811", + "flavour": "ARC-CE", + "id": 2499, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CYFRONET-LCG2-CE-ARC-CE-arc01.grid.cyfronet.pl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc02.grid.cyfronet.pl:2811", + "flavour": "ARC-CE", + "id": 3190, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CYFRONET-LCG2-CE-ARC-CE-arc02.grid.cyfronet.pl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.grid.cyfronet.pl", + "flavour": "Bandwidth", + "id": 847, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CYFRONET-LCG2-PerfSonar-Bandwidth-perfsonar01.grid.cyfronet.pl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.grid.cyfronet.pl", + "flavour": "Latency", + "id": 1045, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CYFRONET-LCG2-PerfSonar-Latency-perfsonar01.grid.cyfronet.pl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlas.grid.cyf-kr.edu.pl:3128", + "flavour": "", + "id": 2673, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "CYFRONET-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2078, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CYFRONET-LCG2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1690, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "CYFRONET-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1453, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "CYFRONET-LCG2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "Cyfronet", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "CYFRONET-LCG2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.Krakow.pl", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 4096, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Warsaw" + }, + "CZ-CESNET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Czechia", + "country_code": "CZ", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1120, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Czech Republic", + "name": "CZ-CESNET-NREN", + "netroutes": { + "CZ-CESNET-NREN-LHCONE": { + "asn": 2852, + "id": 239, + "is_ms": false, + "last_modified": "2022-02-11T14:43:39.912991", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CZ-CESNET-NREN-LHCONE", + "netsite": "CZ-CESNET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "195.113.186.64/26", + "195.113.219.0/26" + ] + } + }, + "CZ-CESNET-NREN-LHCONE-P2P": { + "asn": 2852, + "id": 238, + "is_ms": false, + "last_modified": "2022-03-07T13:42:58.251665", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "CZ-CESNET-NREN-LHCONE-P2P", + "netsite": "CZ-CESNET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "195.113.179.104/30", + "195.113.232.216/31", + "195.113.232.218/31" + ], + "ipv6": [ + "2001:718:401:6016::1:10/127" + ] + } + } + }, + "netsites": { + "CZ-CESNET-NREN": { + "description": "", + "id": 126, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.963997", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.961668", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CZ-CESNET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "Clemson-Palmetto": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "osg-ce.clemson.edu", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 142, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 34.847372, + "longitude": -82.710126, + "monit_tag": "NULL", + "name": "Clemson-Palmetto", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 212, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "osg-ce.clemson.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1345, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Clemson-Palmetto-CE-HTCONDOR-CE-osg-ce.clemson.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.5.2" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "CometVirtualCluster": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Computing Infrastructure for Virtual Cluster", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 910, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 32.88431, + "longitude": -117.239614, + "monit_tag": "USA", + "name": "CometVirtualCluster", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 514, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Crane": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Crane Cluster", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 144, + "infourl": "", + "institute": "University of Nebraska", + "is_pledged": false, + "latitude": 41.247321, + "longitude": -96.016817, + "monit_tag": "USA", + "name": "Crane", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 388, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "crane-gw1.unl.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1371, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Crane-CE-HTCONDOR-CE-crane-gw1.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.4.0" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "DE-DFN-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1113, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Germany", + "name": "DE-DFN-NREN", + "netroutes": { + "DE-DFN-NREN-DFN-LHCONE-PERFSONAR": { + "asn": 680, + "id": 226, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.149279", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "DE-DFN-NREN-DFN-LHCONE-PERFSONAR", + "netsite": "DE-DFN-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "188.1.153.0/24" + ] + } + } + }, + "netsites": { + "DE-DFN-NREN": { + "description": "", + "id": 148, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.242745", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.240340", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "DE-DFN-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "DESY-HH": { + "altname": "Deutsches Elektronen-Synchrotron", + "cert_status": "certified", + "corepower": 11.6746805463759, + "cores": 2462, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 423931, + "crr_url": "", + "description": "DESY", + "disk_capacity": 0, + "federations": [ + "DE-DESY-ATLAS-T2", + "DE-DESY-RWTH-CMS-T2", + "DE-DESY-LHCB" + ], + "gocdb_pk": "330G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=339", + "id": 145, + "infourl": "http://grid.desy.de/", + "institute": "DESY", + "is_pledged": false, + "latitude": 53.5772, + "longitude": 9.8772, + "monit_tag": "Germany", + "name": "DESY-HH", + "netroutes": { + "DESY-HH-LHCONE": { + "asn": 1754, + "id": 137, + "is_ms": false, + "last_modified": "2022-07-01T15:36:17.264869", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "BelleII" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "DESY-HH-LHCONE", + "netsite": "DE-DESY-HH", + "netsite_spare": null, + "networks": { + "ipv4": [ + "131.169.160.0/21", + "131.169.191.0/24", + "131.169.192.0/24", + "131.169.80.0/24", + "131.169.98.0/24" + ], + "ipv6": [ + "2001:638:700:1050::/64", + "2001:638:700:1062::/64", + "2001:638:700:10a0::/64", + "2001:638:700:10bf::/64", + "2001:638:700:10c0::/64" + ] + } + } + }, + "netsites": { + "DE-DESY-HH": { + "description": "", + "id": 41, + "info_url": "", + "last_modified": "2021-12-17T16:07:34.670131", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "DFN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "DE-DESY-HH", + "noc": [ + "noc@desy.de" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid-htcondorce0.desy.de", + "flavour": "HTCONDOR-CE", + "id": 2314, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-CE-HTCONDOR-CE-grid-htcondorce0.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-htcondorce1.desy.de", + "flavour": "HTCONDOR-CE", + "id": 2330, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-CE-HTCONDOR-CE-grid-htcondorce1.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps-04.desy.de", + "flavour": "Bandwidth", + "id": 987, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-PerfSonar-Bandwidth-perfsonar-ps-04.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps-03.desy.de", + "flavour": "Latency", + "id": 799, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-PerfSonar-Latency-perfsonar-ps-03.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid01.desy.de:3128", + "flavour": "Frontier", + "id": 2645, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid02.desy.de:3128", + "flavour": "Frontier", + "id": 2654, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-squid2", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid03.desy.de:3128", + "flavour": "Frontier", + "id": 2653, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-squid3", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid04.desy.de:3128", + "flavour": "Frontier", + "id": 2652, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-squid4", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid05.desy.de:3128", + "flavour": "Frontier", + "id": 2651, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-squid5", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid06.desy.de:3128", + "flavour": "Frontier", + "id": 2650, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-HH-squid6", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2066, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "DESY-HH_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1619, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "DESY-HH_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.5" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2881, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_DE_DESY_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.6" + } + ], + "sites": [ + { + "name": "DESY-HH", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.DESYHH.de", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_DE_DESY", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 36312, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "DESY-ZN": { + "altname": "Deutsches Elektronen-Synchrotron, Standort Zeuthen", + "cert_status": "certified", + "corepower": 20.9299045138889, + "cores": 576, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 96445, + "crr_url": "", + "description": "DESY, Zeuthen Grid Site", + "disk_capacity": 0, + "federations": [ + "DE-DESY-ATLAS-T2" + ], + "gocdb_pk": "65G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=424", + "id": 146, + "infourl": "https://www.zeuthen.desy.de", + "institute": "DESY", + "is_pledged": false, + "latitude": 52.34475, + "longitude": 13.63271, + "monit_tag": "Germany", + "name": "DESY-ZN", + "netroutes": { + "DESY-ZN-LHCONE": { + "asn": 1754, + "id": 280, + "is_ms": false, + "last_modified": "2022-06-23T10:35:59.293398", + "lhcone_bandwidth_limit": 40, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "DESY-ZN-LHCONE", + "netsite": "DE-DESY-ZN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "141.34.192.0/21", + "141.34.200.0/24" + ], + "ipv6": [ + "2001:638:700:f0c0::/64", + "2001:638:700:f0c2::/64", + "2001:638:700:f0c8::/64" + ] + } + } + }, + "netsites": { + "DE-DESY-ZN": { + "description": "", + "id": 153, + "info_url": "", + "last_modified": "2022-02-03T16:51:23.519938", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 40, + "lhcone_providers": [ + "DFN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "DE-DESY-ZN", + "noc": [ + "noc-zn@desy.de" + ], + "wan_bandwidth": 40 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid-htcondorce1.zeuthen.desy.de", + "flavour": "HTCONDOR-CE", + "id": 2374, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-ZN-CE-HTCONDOR-CE-grid-htcondorce1.zeuthen.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-htcondorce2.zeuthen.desy.de", + "flavour": "HTCONDOR-CE", + "id": 2406, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-ZN-CE-HTCONDOR-CE-grid-htcondorce2.zeuthen.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfson2.zeuthen.desy.de", + "flavour": "Bandwidth", + "id": 879, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-ZN-PerfSonar-Bandwidth-perfson2.zeuthen.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfson1.zeuthen.desy.de", + "flavour": "Latency", + "id": 948, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "DESY-ZN-PerfSonar-Latency-perfson1.zeuthen.desy.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-squid.ifh.de:3128", + "flavour": "", + "id": 2647, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "DESY-ZN-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2070, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "DESY-ZN_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1592, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "DESY-ZN_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + } + ], + "sites": [ + { + "name": "DESY-ZN", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.DESYZN.de", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 4608, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "DukeT3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 948, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 36.0, + "longitude": -78.9411, + "monit_tag": "USA", + "name": "DukeT3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "DukeT3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "EELA-UNLP": { + "altname": "Sitio GRID de la Universidad Nacional de La Plata", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Argentina", + "country_code": "AR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "15881G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=685", + "id": 152, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": -34.91, + "longitude": -57.94, + "monit_tag": "Argentina", + "name": "EELA-UNLP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://se01.unlp.edu.ar:3128", + "flavour": "CVMFS", + "id": 2642, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "EELA-UNLP-CVMFS-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "EELA-UNLP", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "EELA-UTFSM": { + "altname": "Universidad Tecnica Federico Santa Maria, Valparaiso, Chile", + "cert_status": "certified", + "corepower": 11.565104166666666, + "cores": 48, + "country": "Chile", + "country_code": "CL", + "cpu_capacity": 4441, + "crr_url": "", + "description": "Tier-2 ATLAS Collaboration, UTFSM, Chile", + "disk_capacity": 0, + "federations": [ + "T2-LATINAMERICA" + ], + "gocdb_pk": "395G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=56", + "id": 153, + "infourl": "http://www.utfsm.cl/", + "institute": "Universidad Tecnica Federico Santa Maria", + "is_pledged": false, + "latitude": -33.0349, + "longitude": -71.5971, + "monit_tag": "Chile", + "name": "EELA-UTFSM", + "netroutes": { + "EELA-UTFSM-LHCONE": { + "asn": 11340, + "id": 138, + "is_ms": false, + "last_modified": "2022-02-01T20:28:09.719931", + "lhcone_bandwidth_limit": 1, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "EELA-UTFSM-LHCONE", + "netsite": "CL-EELA-UTFSM", + "netsite_spare": null, + "networks": { + "ipv4": [ + "146.83.90.0/24" + ], + "ipv6": [ + "2001:1310:3121:1112::/64" + ] + } + } + }, + "netsites": { + "CL-EELA-UTFSM": { + "description": "", + "id": 35, + "info_url": "", + "last_modified": "2022-02-01T20:00:46.377800", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 1, + "lhcone_providers": [ + "REUNA" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CL-EELA-UTFSM", + "noc": [ + "noc@reuna.cl" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.hpc.utfsm.cl:2811", + "flavour": "ARC-CE", + "id": 2240, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "EELA-UTFSM-CE-ARC-CE-ce01.hpc.utfsm.cl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.hpc.utfsm.cl:2811", + "flavour": "ARC-CE", + "id": 2241, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "EELA-UTFSM-CE-ARC-CE-ce02.hpc.utfsm.cl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psb.hpc.utfsm.cl", + "flavour": "Bandwidth", + "id": 908, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "EELA-UTFSM-PerfSonar-Bandwidth-psb.hpc.utfsm.cl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psl.hpc.utfsm.cl", + "flavour": "Latency", + "id": 1009, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "EELA-UTFSM-PerfSonar-Latency-psl.hpc.utfsm.cl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://proxy.hpc.utfsm.cl:3128", + "flavour": "CVMFS", + "id": 2567, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "EELA-UTFSM-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1604, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "EELA-UTFSM_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + } + ], + "sites": [ + { + "name": "EELA-UTFSM", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 384, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Santiago" + }, + "EFDA-JET": { + "altname": "JET", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 0, + "crr_url": "", + "description": "Closed", + "disk_capacity": 0, + "federations": [ + "UK-SouthGrid" + ], + "gocdb_pk": "234G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=107", + "id": 155, + "infourl": "http://www.jet.efda.org/", + "institute": "Culham", + "is_pledged": false, + "latitude": 51.658492, + "longitude": -1.226313, + "monit_tag": "UK", + "name": "EFDA-JET", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "test", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "EXOSCALE": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 965, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "EXOSCALE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2180, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "EXOSCALE_SE_163_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "EXOSCALE", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FIUPG": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier3 site at Florida International University", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 171, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 25.758609, + "longitude": -80.372361, + "monit_tag": "USA", + "name": "FIUPG", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 307, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_FIU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "FI_HIP_T2": { + "altname": "Finnish WLCG Resources", + "cert_status": "certified", + "corepower": 15.8, + "cores": 50, + "country": "Finland", + "country_code": "FI", + "cpu_capacity": 9480, + "crr_url": "", + "description": "T2_FI_HIP", + "disk_capacity": 0, + "federations": [ + "FI-HIP-T2" + ], + "gocdb_pk": "317G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=216", + "id": 174, + "infourl": "http://www.hip.fi/", + "institute": "Helsinki Institute of Physics, Espoo", + "is_pledged": false, + "latitude": 60.1915, + "longitude": 24.8993, + "monit_tag": "Finland", + "name": "FI_HIP_T2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "kale-cms.grid.helsinki.fi", + "flavour": "ARC-CE", + "id": 2275, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FI_HIP_T2-CE-ARC-CE-kale-cms.grid.helsinki.fi", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "pship02.csc.fi", + "flavour": "Bandwidth", + "id": 907, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "FI_HIP_T2-PerfSonar-Bandwidth-pship02.csc.fi", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "pship01.csc.fi", + "flavour": "Latency", + "id": 792, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "FI_HIP_T2-PerfSonar-Latency-pship01.csc.fi", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2853, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_FI_HIP_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.44" + } + ], + "sites": [ + { + "name": "T2_FI_HIP", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 600, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Helsinki" + }, + "FLTECH": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Compute Cluster at the Florida Tech High Energy Physics lab", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 182, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 28.077494, + "longitude": -80.61987, + "monit_tag": "USA", + "name": "FLTECH", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 163, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_FIT", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "FMPhI-UNIBA": { + "altname": "Faculty of Mathematics, Physics and Informatics, Comenius University, Bratislava", + "cert_status": "certified", + "corepower": 10.513392857142858, + "cores": 168, + "country": "Slovakia", + "country_code": "SK", + "cpu_capacity": 7065, + "crr_url": "", + "description": "FMPhI-UNIBA grid site", + "disk_capacity": 0, + "federations": [ + "SK-Tier2-Federation" + ], + "gocdb_pk": "118G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=539", + "id": 183, + "infourl": "http://grid.dnp.fmph.uniba.sk", + "institute": "Comenius University", + "is_pledged": false, + "latitude": 48.15, + "longitude": 17.07, + "monit_tag": "Slovakia", + "name": "FMPhI-UNIBA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcgarcalice.dnp.fmph.uniba.sk:2811", + "flavour": "ARC-CE", + "id": 2255, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FMPhI-UNIBA-CE-ARC-CE-lcgarcalice.dnp.fmph.uniba.sk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgarcatlas.dnp.fmph.uniba.sk", + "flavour": "ARC-CE", + "id": 2386, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FMPhI-UNIBA-CE-ARC-CE-lcgarcatlas.dnp.fmph.uniba.sk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgperfsonar.dnp.fmph.uniba.sk", + "flavour": "Bandwidth", + "id": 1075, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FMPhI-UNIBA-PerfSonar-Bandwidth-lcgperfsonar.dnp.fmph.uniba.sk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgperfradar.dnp.fmph.uniba.sk", + "flavour": "Latency", + "id": 803, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FMPhI-UNIBA-PerfSonar-Latency-lcgperfradar.dnp.fmph.uniba.sk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1635, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "FMPhI-UNIBA_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.0" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1431, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "FMPhI-UNIBA_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcgsquid.dnp.fmph.uniba.sk:3128", + "flavour": "", + "id": 2566, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "lcgsquid.dnp.fmph.uniba.sk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "Bratislava", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "FMPhI-UNIB", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "FMPhI-UNIBA", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 672, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bratislava" + }, + "FR-ALPAMED": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 980, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "France", + "name": "FR-ALPAMED", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2179, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "FR-ALPES_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "FR-ALPAMED", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FR-ALPES": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 964, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "France", + "name": "FR-ALPES", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "FR-ALPES", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FR-IN2P3-LAL-ORSAY": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1124, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "France", + "name": "FR-IN2P3-LAL-ORSAY", + "netroutes": { + "FR-IN2P3-LAL-ORSAY-LHCONE": { + "asn": 2091, + "id": 230, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.208294", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "FR-IN2P3-LAL-ORSAY-LHCONE", + "netsite": "FR-IN2P3-LAL-ORSAY", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.72.0/23", + "134.158.78.0/24" + ], + "ipv6": [ + "2001:660:3024::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-LAL-ORSAY": { + "description": "", + "id": 118, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.817758", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.815566", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-LAL-ORSAY", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FR-IN2P3-LLR-PALAISEAU": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1123, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "France", + "name": "FR-IN2P3-LLR-PALAISEAU", + "netroutes": { + "FR-IN2P3-LLR-PALAISEAU-LHCONE": { + "asn": 2091, + "id": 229, + "is_ms": false, + "last_modified": "2022-03-02T17:53:03.273116", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "FR-IN2P3-LLR-PALAISEAU-LHCONE", + "netsite": "FR-IN2P3-LLR-PALAISEAU", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.132.0/23" + ], + "ipv6": [ + "2001:660:302c::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-LLR-PALAISEAU": { + "description": "", + "id": 133, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.044531", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.042155", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-LLR-PALAISEAU", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FR-IN2P3-LPNHE-PARIS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1125, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "France", + "name": "FR-IN2P3-LPNHE-PARIS", + "netroutes": { + "FR-IN2P3-LPNHE-PARIS-LHCONE": { + "asn": 2091, + "id": 231, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.218765", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "FR-IN2P3-LPNHE-PARIS-LHCONE", + "netsite": "FR-IN2P3-LPNHE-PARIS", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.158.0/23" + ], + "ipv6": [ + "2001:660:3036::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-LPNHE-PARIS": { + "description": "", + "id": 124, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.940907", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.938758", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-LPNHE-PARIS", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FRESNO-ATLAS-T3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Resource group at California State University, Fresno", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 187, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 36.812927, + "longitude": -119.746857, + "monit_tag": "USA", + "name": "FRESNO-ATLAS-T3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 340, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://10.100.244.68:3128", + "flavour": "Frontier", + "id": 2579, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "FRESNO-ATLAS-T3-Frontier-10.100.70.86", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "AWS", + "endpoint": null, + "flavour": null, + "id": 2522, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "FRESNO-ATLAS-T3_OS_34_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + } + ], + "sites": [ + { + "name": "FRESNO-AWS", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "FSU-HEP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 902, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "FSU-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_FSU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "FZK-LCG2": { + "altname": "KIT, Karlsruhe, Germany", + "cert_status": "certified", + "corepower": 12.7500059784, + "cores": 1489, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 535385, + "crr_url": "", + "description": "Tier 1", + "disk_capacity": 41716000000000000, + "federations": [ + "DE-KIT" + ], + "gocdb_pk": "376G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=116", + "id": 189, + "infourl": "http://www.gridka.de", + "institute": "KIT (Karlesruhe Institute of Technology)", + "is_pledged": false, + "latitude": 49.099049, + "longitude": 8.432665, + "monit_tag": "Germany", + "name": "FZK-LCG2", + "netroutes": { + "FZK-LCG2-LHCOPNE": { + "asn": 58069, + "id": 139, + "is_ms": false, + "last_modified": "2022-01-19T12:27:47.145947", + "lhcone_bandwidth_limit": 200, + "lhcone_collaborations": [ + "WLCG", + "BelleII", + "PierreAugerObservatory", + "XENON" + ], + "lhcopn_bandwidth_limit": 200, + "monit_url": "", + "name": "FZK-LCG2-LHCOPNE", + "netsite": "DE-KIT", + "netsite_spare": null, + "networks": { + "ipv4": [ + "157.180.228.0/22", + "157.180.232.0/22", + "192.108.45.0/24", + "192.108.46.0/23", + "192.108.68.0/24" + ], + "ipv6": [ + "2a00:139c::/45" + ] + } + } + }, + "netsites": { + "DE-KIT": { + "description": "German WLCG Tier-1", + "id": 11, + "info_url": "", + "last_modified": "2021-11-30T17:19:56.522795", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "DFN" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 200, + "monit_url": "", + "name": "DE-KIT", + "noc": [ + "de-kit-noc@kit.edu" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cloud-htcondor-ce-1-kit.gridka.de", + "flavour": "HTCONDOR-CE", + "id": 2444, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-cloud-htcondor-ce-1-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cloud-htcondor-ce-2-kit.gridka.de", + "flavour": "HTCONDOR-CE", + "id": 2939, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-cloud-htcondor-ce-2-kit.gridka.de", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "grid-ce-1-rwth.gridka.de", + "flavour": "HTCONDOR-CE", + "id": 2917, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-grid-ce-1-rwth.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce-1-kit.gridka.de:9619", + "flavour": "HTCONDOR-CE", + "id": 2326, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-htcondor-ce-1-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce-2-kit.gridka.de:9619", + "flavour": "HTCONDOR-CE", + "id": 2325, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-htcondor-ce-2-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce-3-kit.gridka.de:9619", + "flavour": "HTCONDOR-CE", + "id": 2328, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-htcondor-ce-3-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce-4-kit.gridka.de:9619", + "flavour": "HTCONDOR-CE", + "id": 2329, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CE-HTCONDOR-CE-htcondor-ce-4-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-sq1-kit.gridka.de:3128", + "flavour": "CVMFS", + "id": 2580, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-CVMFS-frontier-sq1-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-de-kit.gridka.de", + "flavour": "Bandwidth", + "id": 1004, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-PerfSonar-Bandwidth-perfsonar-de-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2-de-kit.gridka.de", + "flavour": "Latency", + "id": 914, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-PerfSonar-Latency-perfsonar2-de-kit.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-sq4-kit.gridka.de:3128", + "flavour": "CVMFS", + "id": 2563, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "FZK-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "atlassrm-fzk.gridka.de", + "endpoint": null, + "flavour": null, + "id": 2532, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1429, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.8.4" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1883, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.8.4" + }, + { + "arch": "Tape", + "description": "dCache SE dedicated to the ATLAS VO.", + "endpoint": null, + "flavour": null, + "id": 1577, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "Tape", + "description": "dCache SE dedicated to the CMS VO.", + "endpoint": null, + "flavour": null, + "id": 1754, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_CMS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "Disk", + "description": "dCache SE serving various VOs, Compass being one of them.", + "endpoint": null, + "flavour": null, + "id": 2049, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_COMPASS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "Tape", + "description": "dCache SE serving various VOs, Compass being one of them.", + "endpoint": null, + "flavour": null, + "id": 2339, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_COMPASS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "Disk", + "description": "dCache SE dedicated to the LHCb VO.", + "endpoint": null, + "flavour": null, + "id": 1857, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "FZK-LCG2_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "Tape", + "description": "dCache SE dedicated to the LHCb VO.", + "endpoint": null, + "flavour": null, + "id": 1865, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "FZK-LCG2_SE_LHCB_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2876, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T1_DE_KIT_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.20" + } + ], + "sites": [ + { + "name": "FZK", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "FZK-LCG2", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "LCG.GRIDKA.de", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "T1_DE_KIT", + "tier_level": 1, + "vo_name": "cms" + } + ], + "slots": 41991, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 98982640759408604, + "timezone": "Europe/Berlin" + }, + "FZU-IPV6": { + "altname": "Prague IPv6 testbed", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Czechia", + "country_code": "CZ", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "90130G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=781", + "id": 191, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Czech Republic", + "name": "FZU-IPV6", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "FZU-IPV6", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Prague" + }, + "Firefly": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 950, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.2473, + "longitude": -96.0169, + "monit_tag": "USA", + "name": "Firefly", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Firefly", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "GEANT REN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "perfSONAR LHCONE instance in Amsterdam", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 261, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 52.34, + "longitude": 4.93, + "monit_tag": "NULL", + "name": "GEANT REN", + "netroutes": { + "GEANT-LHCONE-PEERINGS": { + "asn": 20965, + "id": 215, + "is_ms": true, + "last_modified": "2021-12-16T15:58:14.649020", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG", + "DUNE", + " BELLEII", + " XENON" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "GEANT-LHCONE-PEERINGS", + "netsite": "EU-GEANT-REN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "62.40.103.0/24", + "62.40.126.0/24" + ], + "ipv6": [ + "2001:798:111:1::/64" + ] + } + } + }, + "netsites": { + "EU-GEANT-REN": { + "description": "", + "id": 111, + "info_url": "", + "last_modified": "2021-12-17T16:08:14.067837", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "EU-GEANT-REN", + "noc": [ + "ncc@noc.geant.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 407, + "rc_tier_level": null, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "GLOW": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 201, + "infourl": "", + "institute": "University of Wisconsin-Madison", + "is_pledged": false, + "latitude": 43.074656, + "longitude": -89.384122, + "monit_tag": "USA", + "name": "GLOW", + "netroutes": { + "GLOW-LHCONE": { + "asn": 59, + "id": 140, + "is_ms": false, + "last_modified": "2022-02-09T16:07:27.895035", + "lhcone_bandwidth_limit": 200, + "lhcone_collaborations": [ + "WLCG", + "US-CMS" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "GLOW-LHCONE", + "netsite": "US-GLOW", + "netsite_spare": null, + "networks": { + "ipv4": [ + "128.104.227.0/24", + "144.92.180.0/23" + ], + "ipv6": [ + "2607:f388:101c:1000::/64" + ] + } + } + }, + "netsites": { + "US-GLOW": { + "description": "", + "id": 28, + "info_url": "", + "last_modified": "2022-03-08T21:39:50.525241", + "lhcone_active": true, + "lhcone_aup_date": "2021-11-30T00:00:00", + "lhcone_bandwidth": 400, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-GLOW", + "noc": [ + "noc@doit.wisc.edu" + ], + "wan_bandwidth": 400 + } + }, + "oim_groupid": 24, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cmsgrid01.hep.wisc.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1361, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GLOW-CE-HTCONDOR-CE-cmsgrid01.hep.wisc.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "cmsgrid02.hep.wisc.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1329, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GLOW-CE-HTCONDOR-CE-cmsgrid02.hep.wisc.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "cmsgrid03.hep.wisc.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1382, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GLOW-CE-HTCONDOR-CE-cmsgrid03.hep.wisc.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.hep.wisc.edu", + "flavour": "Bandwidth", + "id": 2783, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GLOW-PerfSonar-Bandwidth-perfsonar01.hep.wisc.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.hep.wisc.edu", + "flavour": "Bandwidth", + "id": 1057, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GLOW-PerfSonar-Bandwidth-perfsonar02.hep.wisc.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.hep.wisc.edu", + "flavour": "Latency", + "id": 947, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GLOW-PerfSonar-Latency-perfsonar01.hep.wisc.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.hep.wisc.edu", + "flavour": "Latency", + "id": 2764, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GLOW-PerfSonar-Latency-perfsonar02.hep.wisc.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2856, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_Wisconsin_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T2_US_Wisconsin", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "GOOGLE": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 947, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "GOOGLE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://10.4.16.3:3128", + "flavour": "Frontier", + "id": 3035, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GOOGLE-Frontier-LB", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2526, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GOOGLE_OS_EU_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + } + ], + "sites": [ + { + "name": "GOOGLE", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "GOOGLE_COMPUTE_ENGINE": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 944, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "GOOGLE_COMPUTE_ENGINE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "GOOGLE_COMPUTE_ENGINE", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "GPGRID": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "This is the General Purpose Grid cluster at Fermilab.", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 202, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.85143, + "longitude": -88.242767, + "monit_tag": "NULL", + "name": "GPGRID", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 476, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gpce03.fnal.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1367, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GPGRID-CE-HTCONDOR-CE-gpce03.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "gpce04.fnal.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1362, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GPGRID-CE-HTCONDOR-CE-gpce04.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "GR-01-AUTH": { + "altname": "AUTH Aristotle University Thessaloniki, Greece", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Greece", + "country_code": "GR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "257G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=124", + "id": 203, + "infourl": "http://www.grid.auth.gr/en/", + "institute": "", + "is_pledged": false, + "latitude": 40.63, + "longitude": 22.96, + "monit_tag": "Greece", + "name": "GR-01-AUTH", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1721, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GR-01-AUTH_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "GR-01-AUTH", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "GR-05-DEMOKRITOS": { + "altname": "Institute of Nuclear Physics NCSR Demokritos", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Greece", + "country_code": "GR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "444G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=426", + "id": 207, + "infourl": "http://grid.inp.demokritos.gr", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Greece", + "name": "GR-05-DEMOKRITOS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_GR_Demokritos", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "GR-06-IASA": { + "altname": "Institute of Accelerating Systems and Applications (IASA)", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Greece", + "country_code": "GR", + "cpu_capacity": 0, + "crr_url": "", + "description": "GR-06 site at IASA", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "305G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=250", + "id": 208, + "infourl": "http://www.iasa.gr", + "institute": "", + "is_pledged": false, + "latitude": 37.97, + "longitude": 23.78, + "monit_tag": "Greece", + "name": "GR-06-IASA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_GR_IASA", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "GR-07-UOI-HEPLAB": { + "altname": "HEP Laboratory, Physics Department, University of Ioannina, Greece", + "cert_status": "certified", + "corepower": 12.0, + "cores": 39, + "country": "Greece", + "country_code": "GR", + "cpu_capacity": 1872, + "crr_url": "", + "description": "This is the UOI HEP laboratory GRID site (aka T2_GR_Ioannina for the CMS VO)", + "disk_capacity": 0, + "federations": [ + "GR-Ioannina-HEP" + ], + "gocdb_pk": "132G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=578", + "id": 209, + "infourl": "http://alpha.physics.uoi.gr", + "institute": "University of Ioannina", + "is_pledged": false, + "latitude": 39.615944, + "longitude": 20.837894, + "monit_tag": "Greece", + "name": "GR-07-UOI-HEPLAB", + "netroutes": { + "GR-07-UOI-HEPLAB-LHCONE": { + "asn": 8581, + "id": 141, + "is_ms": false, + "last_modified": "2021-12-16T15:45:19.116393", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "GR-07-UOI-HEPLAB-LHCONE", + "netsite": "GR-UOI-HEPLAB", + "netsite_spare": null, + "networks": { + "ipv4": [ + "195.251.201.128/26" + ], + "ipv6": [ + "2001:648:2e01:110::/64" + ] + } + } + }, + "netsites": { + "GR-UOI-HEPLAB": { + "description": "", + "id": 78, + "info_url": "", + "last_modified": "2021-12-17T16:12:49.106333", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "GR-UOI-HEPLAB", + "noc": [ + "helpdesk@noc.uoi.gr" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "pc138.physics.uoi.gr", + "flavour": "Bandwidth", + "id": 976, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GR-07-UOI-HEPLAB-PerfSonar-Bandwidth-pc138.physics.uoi.gr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "pc138.physics.uoi.gr", + "flavour": "Latency", + "id": 889, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GR-07-UOI-HEPLAB-PerfSonar-Latency-pc138.physics.uoi.gr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2072, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GR-07-UOI-HEPLAB_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "No reply to the upgrade request. No SRR", + "endpoint": null, + "flavour": null, + "id": 2874, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_GR_Ioannina_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.13.0" + } + ], + "sites": [ + { + "name": "T2_GR_Ioannina", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 156, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "GR-12-TEIKAV": { + "altname": "GRID, Eastern Macedonia and Thrace Institute of Technology, Greece", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Greece", + "country_code": "GR", + "cpu_capacity": 0, + "crr_url": "", + "description": "GRID Eastern Macedonia and Thrace Institute of Technology", + "disk_capacity": 0, + "federations": [ + "GR-GRIDLAB-KAVALA" + ], + "gocdb_pk": "95298G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1305", + "id": 214, + "infourl": "http://www.teiemt.gr/teikav/", + "institute": "", + "is_pledged": false, + "latitude": 40.929577, + "longitude": 24.378898, + "monit_tag": "Greece", + "name": "GR-12-TEIKAV", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://cvmfs.grid.teiemt.gr:3128 ", + "flavour": "CVMFS", + "id": 2609, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GR-12-TEIKAV-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1633, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "GR-12-TEIKAV_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.8.9" + } + ], + "sites": [ + { + "name": "GR-12-TEIKAV", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "GRIF": { + "altname": "Grille de Recherche d'Ile de France (GRIF)", + "cert_status": "certified", + "corepower": 11.0474784551548, + "cores": 822, + "country": "France", + "country_code": "FR", + "cpu_capacity": 138447, + "crr_url": "", + "description": "Grille de Recherche Ile de France", + "disk_capacity": 0, + "federations": [ + "FR-GRIF" + ], + "gocdb_pk": "60G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=231", + "id": 246, + "infourl": "http://grif.fr", + "institute": "GRIF", + "is_pledged": false, + "latitude": 48.7247, + "longitude": 2.1488, + "monit_tag": "France", + "name": "GRIF", + "netroutes": { + "GRIF-LHCONE": { + "asn": 777, + "id": 142, + "is_ms": false, + "last_modified": "2022-02-11T16:01:47.225428", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "GRIF-LHCONE", + "netsite": "FR-GRIF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.54.205.0/24", + "192.54.206.0/24", + "192.54.207.0/24" + ], + "ipv6": [ + "2001:660:3031:110::/64" + ] + } + } + }, + "netsites": { + "FR-GRIF": { + "description": "", + "id": 99, + "info_url": "", + "last_modified": "2022-02-16T22:54:02.806063", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-GRIF", + "noc": [ + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 1 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "node16.datagrid.cea.fr:2811", + "flavour": "ARC-CE", + "id": 716, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-CE-ARC-CE-node16.datagrid.cea.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "pre7230.datagrid.cea.fr", + "flavour": "ARC-CE", + "id": 527, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-CE-ARC-CE-pre7230.datagrid.cea.fr", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid06.lal.in2p3.fr:9619", + "flavour": "HTCONDOR-CE", + "id": 2384, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-CE-HTCONDOR-CE-grid06.lal.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "llrcondorce.in2p3.fr", + "flavour": "HTCONDOR-CE", + "id": 2251, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-CE-HTCONDOR-CE-llrcondorce.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lpnhe-ce02.in2p3.fr", + "flavour": "HTCONDOR-CE", + "id": 2414, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-CE-HTCONDOR-CE-lpnhe-ce02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://node25.datagrid.cea.fr:3128", + "flavour": "Frontier", + "id": 2548, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-IRFU-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://node24.datagrid.cea.fr:3128", + "flavour": "Frontier", + "id": 2625, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-IRFU-squid1", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lpnhe-cache.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2537, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-LPNHE-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "llrpsonar2.in2p3.fr", + "flavour": "Bandwidth", + "id": 968, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Bandwidth-llrpsonar2.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lpnhe-psb.in2p3.fr", + "flavour": "Bandwidth", + "id": 1071, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Bandwidth-lpnhe-psb.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.datagrid.cea.fr", + "flavour": "Bandwidth", + "id": 1063, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Bandwidth-perfsonar02.datagrid.cea.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar2.lal.in2p3.fr", + "flavour": "Bandwidth", + "id": 811, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Bandwidth-psonar2.lal.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "llrpsonar1.in2p3.fr", + "flavour": "Latency", + "id": 895, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Latency-llrpsonar1.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lpnhe-psl.in2p3.fr", + "flavour": "Latency", + "id": 856, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Latency-lpnhe-psl.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.datagrid.cea.fr", + "flavour": "Latency", + "id": 825, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Latency-perfsonar01.datagrid.cea.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar1.lal.in2p3.fr", + "flavour": "Latency", + "id": 917, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-PerfSonar-Latency-psonar1.lal.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-atlas.grif.fr:3128", + "flavour": "Frontier", + "id": 2587, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GRIF-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1417, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_GRIF_IRFU_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1965, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "GRIF_IRFU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1966, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_LPNHE_SE_0_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2071, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1714, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + }, + { + "arch": "Disk", + "description": "EOS instance at GRIF", + "endpoint": null, + "flavour": null, + "id": 3156, + "impl": "xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_SE_3_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.0.18-1" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3179, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2151, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GRIF_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2846, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_FR_GRIF_IRFU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2829, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_FR_GRIF_LLR_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3184, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_FR_GRIF_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "GRIF", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "GRIF", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "GRIF-IRFU", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "GRIF-LAL", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "GRIF-LPNHE", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "GRIF_IPNO", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "GRIF_IRFU", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LCG.LAL.fr", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "LCG.LPNHE.fr", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_FR_GRIF", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "T2_FR_GRIF_IRFU", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "T2_FR_GRIF_LLR", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 12532, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "GROW-PROD": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 903, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "GROW-PROD", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_UIowa", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "GSI-LCG2": { + "altname": "GSI Helmholtzgesellschaft fur Schwerionenforschung GmbH, Darmstadt, Germany", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "GSI ALICE Tier2 Centre, ESCAPE storage site and EGI FedCloud compute cloud", + "disk_capacity": 0, + "federations": [ + "DE-GSI" + ], + "gocdb_pk": "66G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=423", + "id": 259, + "infourl": "https://www.gsi.de/", + "institute": "GSI, Darmstadt", + "is_pledged": false, + "latitude": 49.9313755, + "longitude": 8.676753, + "monit_tag": "Germany", + "name": "GSI-LCG2", + "netroutes": { + "GSI-LCG2-LHCONE": { + "asn": 680, + "id": 143, + "is_ms": false, + "last_modified": "2022-03-02T16:15:54.807084", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "GSI-LCG2-LHCONE", + "netsite": "DE-GSI-LCG", + "netsite_spare": null, + "networks": { + "ipv4": [ + "140.181.2.0/24" + ] + } + } + }, + "netsites": { + "DE-GSI-LCG": { + "description": "", + "id": 65, + "info_url": "", + "last_modified": "2022-03-02T16:08:19.778550", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GEANT", + "DFN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "DE-GSI-LCG", + "noc": [ + "network-service@gsi.de" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "dclxdlperfsonar1.gsi.de", + "flavour": "Bandwidth", + "id": 2252, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GSI-LCG2-PerfSonar-Bandwidth-dclxdlperfsonar1.gsi.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dclxdlperfsonar2.gsi.de", + "flavour": "Latency", + "id": 2249, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GSI-LCG2-PerfSonar-Latency-dclxdlperfsonar2.gsi.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "GSI", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "GoeGrid": { + "altname": "University Goettingen", + "cert_status": "certified", + "corepower": 10.2660848733744, + "cores": 235, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 59995, + "crr_url": "", + "description": "federated Tier 2 with DESY", + "disk_capacity": 0, + "federations": [ + "DE-DESY-GOE-ATLAS-T2" + ], + "gocdb_pk": "124G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=248", + "id": 263, + "infourl": "http://physik2.uni-goettingen.de/", + "institute": "DESY + Uni. Goettingen", + "is_pledged": false, + "latitude": 51.5344, + "longitude": 9.9351, + "monit_tag": "Germany", + "name": "GoeGrid", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arcce1.goegrid.gwdg.de:2811", + "flavour": "ARC-CE", + "id": 24, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GoeGrid-CE-ARC-CE-arcce1.goegrid.gwdg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arcce2.goegrid.gwdg.de", + "flavour": "ARC-CE", + "id": 23, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GoeGrid-CE-ARC-CE-arcce2.goegrid.gwdg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.goegrid.gwdg.de", + "flavour": "Bandwidth", + "id": 1003, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GoeGrid-PerfSonar-Bandwidth-perfsonar01.goegrid.gwdg.de", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.goegrid.gwdg.de", + "flavour": "Latency", + "id": 800, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "GoeGrid-PerfSonar-Latency-perfsonar01.goegrid.gwdg.de", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.goegrid.gwdg.de:3128", + "flavour": "", + "id": 2630, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GoeGrid-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid2.goegrid.gwdg.de:3128", + "flavour": "CVMFS", + "id": 2560, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "GoeGrid-Squid2", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2097, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "GoeGrid_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1696, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "GoeGrid_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.44" + } + ], + "sites": [ + { + "name": "GoeGrid", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 5844, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "HELIX_NEBULA": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 955, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "HELIX_NEBULA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "HELIX_NEBULA", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "HEPHY-UIBK": { + "altname": "UIBK, Innsbruck, Austria", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Austria", + "country_code": "AT", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Innsbruck, Institute for Astro- and Particle Physics", + "disk_capacity": 0, + "federations": [ + "AT-HEPHY-VIENNA-UIBK" + ], + "gocdb_pk": "340G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=83", + "id": 267, + "infourl": "http://www.uibk.ac.at/austriangrid/", + "institute": "University of Innsbruck", + "is_pledged": false, + "latitude": 47.2636111, + "longitude": 11.3458333, + "monit_tag": "Austria", + "name": "HEPHY-UIBK", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://atlassq.uibk.ac.at:3128", + "flavour": "CVMFS", + "id": 2601, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "HEPHY-UIBK-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "HEPHY-UIBK", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Vienna" + }, + "HG-03-AUTH": { + "altname": "Hellasgrid 03 at AUTH", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Greece", + "country_code": "GR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "129G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=123", + "id": 270, + "infourl": "http://www.hellasgrid.gr", + "institute": "", + "is_pledged": false, + "latitude": 40.63, + "longitude": 22.96, + "monit_tag": "Greece", + "name": "HG-03-AUTH", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Athens", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Athens" + }, + "HK-HKU-CC-01": { + "altname": "Information Technology Services, The University of Hong Kong, Hong Kong", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "China", + "country_code": "CN", + "cpu_capacity": 0, + "crr_url": "", + "description": "HKU EGI Grid", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "319G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=315", + "id": 276, + "infourl": "http://www.its.hku.hk", + "institute": "", + "is_pledged": false, + "latitude": 22.28, + "longitude": 114.14, + "monit_tag": "China", + "name": "HK-HKU-CC-01", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "HK-HKU-CC-01", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Hong_Kong" + }, + "HK-LCG2": { + "altname": "Chinese University of Hong Kong", + "cert_status": "certified", + "corepower": 11.8002232142857, + "cores": 32, + "country": "Hong Kong SAR", + "country_code": "", + "cpu_capacity": 10573, + "crr_url": "", + "description": "Hong Kong ATLAS Tier-2 Computing Center", + "disk_capacity": 0, + "federations": [ + "HK-ATLAS-T2" + ], + "gocdb_pk": "100479G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1845", + "id": 277, + "infourl": "http://www.atlas.cuhk.edu.hk/", + "institute": "Chinese University of Hong Kong", + "is_pledged": false, + "latitude": 22.41661, + "longitude": 114.211633, + "monit_tag": "Hong Kong SAR", + "name": "HK-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "node001.atlas.cuhk.edu.hk", + "flavour": "ARC-CE", + "id": 2786, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "HK-LCG2-CE-ARC-CE-node001.atlas.cuhk.edu.hk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://px01.atlas.cuhk.edu.hk:3128", + "flavour": "Frontier", + "id": 2658, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "HK-LCG2-Frontier-px01.atlas.cuhk.edu.hk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://px02.atlas.cuhk.edu.hk:3128", + "flavour": "Frontier", + "id": 2590, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "HK-LCG2-Frontier-px02.atlas.cuhk.edu.hk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1596, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "HK-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.0" + } + ], + "sites": [ + { + "name": "HK-LCG2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 896, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Hong_Kong" + }, + "HU_ATLAS_Tier2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "US ATLAS Tier2", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 285, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 42.22, + "longitude": -71.07, + "monit_tag": "USA", + "name": "HU_ATLAS_Tier2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 182, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "HU_ATLAS_Tier2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Hampton PPCF ATLAS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 966, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "Hampton PPCF ATLAS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Hampton_T3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "Hephy-Vienna": { + "altname": "Institute of High Energy Physics, Austrian Academy of Sciences", + "cert_status": "certified", + "corepower": 11.1, + "cores": 1160, + "country": "Austria", + "country_code": "AT", + "cpu_capacity": 25752, + "crr_url": "", + "description": "Austrian Tier-2 for LHC - Institute for High Energy Physics", + "disk_capacity": 0, + "federations": [ + "AT-HEPHY-VIENNA-UIBK" + ], + "gocdb_pk": "243G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=84", + "id": 286, + "infourl": "http://www.hephy.at", + "institute": "HEPHY Vienna", + "is_pledged": false, + "latitude": 48.187438, + "longitude": 16.362313, + "monit_tag": "Austria", + "name": "Hephy-Vienna", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce-1.grid.vbc.ac.at:9619", + "flavour": "HTCONDOR-CE", + "id": 2293, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Hephy-Vienna-CE-HTCONDOR-CE-ce-1.grid.vbc.ac.at", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-1.grid.vbc.ac.at", + "flavour": "Bandwidth", + "id": 2337, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Hephy-Vienna-PerfSonar-Bandwidth-perfsonar-1.grid.vbc.ac.at", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-2.grid.vbc.ac.at", + "flavour": "Bandwidth", + "id": 2385, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Hephy-Vienna-PerfSonar-Bandwidth-perfsonar-2.grid.vbc.ac.at", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.hephy.oeaw.ac.at", + "flavour": "Bandwidth", + "id": 933, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Hephy-Vienna-PerfSonar-Bandwidth-perfsonar01.hephy.oeaw.ac.at", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-1.grid.vbc.ac.at", + "flavour": "Latency", + "id": 2336, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Hephy-Vienna-PerfSonar-Latency-perfsonar-1.grid.vbc.ac.at", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.hephy.oeaw.ac.at", + "flavour": "Latency", + "id": 878, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Hephy-Vienna-PerfSonar-Latency-perfsonar02.hephy.oeaw.ac.at", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2051, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "Hephy-Vienna_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2872, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T2_AT_Vienna_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "T2_AT_Vienna", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "Vienna", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 2320, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Vienna" + }, + "ICM": { + "altname": "ICM, University of Warsaw, Poland", + "cert_status": "certified", + "corepower": 16.39992088607595, + "cores": 616, + "country": "Poland", + "country_code": "PL", + "cpu_capacity": 82918, + "crr_url": "", + "description": "Interdisciplinary Centre for Mathematical and Computational Modelling", + "disk_capacity": 0, + "federations": [ + "PL-POLISH-WLCG" + ], + "gocdb_pk": "44G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=454", + "id": 292, + "infourl": "http://www.icm.edu.pl/", + "institute": "University of Warsaw", + "is_pledged": false, + "latitude": 52.15, + "longitude": 21.0, + "monit_tag": "Poland", + "name": "ICM", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc-ce.grid.icm.edu.pl:2811", + "flavour": "ARC-CE", + "id": 244, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ICM-CE-ARC-CE-arc-ce.grid.icm.edu.pl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "ICM", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LCG.ICM.pl", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_PL_Warsaw", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 5056, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Warsaw" + }, + "ICN-UNAM": { + "altname": "Instituto de Ciencias Nucleares, UNAM", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Mexico", + "country_code": "MX", + "cpu_capacity": 0, + "crr_url": "", + "description": "UNAM Grid Site", + "disk_capacity": 0, + "federations": [ + "T2-LATINAMERICA" + ], + "gocdb_pk": "138G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=259", + "id": 294, + "infourl": "http://www.nucleares.unam.mx", + "institute": "UNAM (Universidad Nacional Aut\u00f3noma de M\u00e9xico)", + "is_pledged": false, + "latitude": 19.32538, + "longitude": -99.18074, + "monit_tag": "Mexico", + "name": "ICN-UNAM", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "tochtli64.nucleares.unam.mx:9619", + "flavour": "HTCONDOR-CE", + "id": 2738, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "ICN-UNAM-CE-HTCONDOR-CE-tochtli64.nucleares.unam.mx", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "UNAM", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Mexico_City" + }, + "IEPSAS-Kosice": { + "altname": "Institute of Experimental Physics, Slovak Academy of Sciences, Kosice", + "cert_status": "certified", + "corepower": 15.9604316546763, + "cores": 138, + "country": "Slovakia", + "country_code": "SK", + "cpu_capacity": 17748, + "crr_url": "", + "description": "IEPSAS-Kosice", + "disk_capacity": 0, + "federations": [ + "SK-Tier2-Federation" + ], + "gocdb_pk": "339G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=176", + "id": 296, + "infourl": "http://uef.saske.sk/", + "institute": "Institute of Experimental Physics, SAS, Kosice", + "is_pledged": true, + "latitude": 48.73, + "longitude": 21.24, + "monit_tag": "Slovakia", + "name": "IEPSAS-Kosice", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc-ce-iep-grid.saske.sk:2811", + "flavour": "ARC-CE", + "id": 497, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IEPSAS-Kosice-CE-ARC-CE-arc-ce-iep-grid.saske.sk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsona03-iep-grid.saske.sk", + "flavour": "Bandwidth", + "id": 2433, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IEPSAS-Kosice-PerfSonar-Bandwidth-perfsona03-iep-grid.saske.sk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01-iep-grid.saske.sk", + "flavour": "Bandwidth", + "id": 761, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IEPSAS-Kosice-PerfSonar-Bandwidth-perfsonar01-iep-grid.saske.sk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02-iep-grid.saske.sk", + "flavour": "Latency", + "id": 794, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IEPSAS-Kosice-PerfSonar-Latency-perfsonar02-iep-grid.saske.sk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar04-iep-grid.saske.sk", + "flavour": "Latency", + "id": 2432, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IEPSAS-Kosice-PerfSonar-Latency-perfsonar04-iep-grid.saske.sk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1587, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "IEPSAS-Kosice_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.47" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1445, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IEPSAS-Kosice_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-iep-grid.saske.sk:3128", + "flavour": "CVMFS", + "id": 2655, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "squid-iep-grid.saske.sk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "IEPSAS-Kosice", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "Kosice", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 1112, + "srr_url": "https://se-iep-grid.saske.sk:2880/pnfs/saske.sk/data/srr/storage-descriptor_se-iep-grid.saske.sk.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bratislava" + }, + "IFCA-LCG2": { + "altname": "Instituto de Fisica de Cantabria", + "cert_status": "certified", + "corepower": 11.4299496644295, + "cores": 188, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 27249, + "crr_url": "", + "description": "IFCA at the Spanish National Research Council", + "disk_capacity": 0, + "federations": [ + "ES-CMS-T2" + ], + "gocdb_pk": "247G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=156", + "id": 297, + "infourl": "http://computing.ifca.es", + "institute": "IFCA, Santander", + "is_pledged": false, + "latitude": 43.4717, + "longitude": -3.8024, + "monit_tag": "Spain", + "name": "IFCA-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arcce01.ifca.es", + "flavour": "ARC-CE", + "id": 1920, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFCA-LCG2-CE-ARC-CE-arcce01.ifca.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arcce02.ifca.es", + "flavour": "ARC-CE", + "id": 1922, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFCA-LCG2-CE-ARC-CE-arcce02.ifca.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psifca02.ifca.es", + "flavour": "Bandwidth", + "id": 790, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFCA-LCG2-PerfSonar-Bandwidth-psifca02.ifca.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psifca01.ifca.es", + "flavour": "Latency", + "id": 1018, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFCA-LCG2-PerfSonar-Latency-psifca01.ifca.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psifca02.ifca.es", + "flavour": "Latency", + "id": 2775, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFCA-LCG2-PerfSonar-Latency-psifca02.ifca.es", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2873, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_ES_IFCA_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.3" + } + ], + "sites": [ + { + "name": "T2_ES_IFCA", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 2384, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "IFIC-LCG2": { + "altname": "IFIC (Instituto de Fisica Corpuscular)", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 0, + "crr_url": "", + "description": "IFIC (Instituto de Fisica Corpuscular)", + "disk_capacity": 0, + "federations": [ + "ES-ATLAS-T2" + ], + "gocdb_pk": "248G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=532", + "id": 298, + "infourl": "http://ific.uv.es/", + "institute": "IFIC, Valencia", + "is_pledged": false, + "latitude": 39.5149, + "longitude": -0.4255, + "monit_tag": "Spain", + "name": "IFIC-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://ce04.ific.uv.es:2811", + "flavour": "ARC-CE", + "id": 1557, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "IFIC-LCG2-CE-ARC-CE-ce04.ific.uv.es", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://ce05.ific.uv.es:8443", + "flavour": "ARC-CE", + "id": 1926, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "IFIC-LCG2-CE-ARC-CE-ce05.ific.uv.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce01.ific.uv.es:9619", + "flavour": "HTCONDOR-CE", + "id": 1291, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFIC-LCG2-CE-HTCONDOR-CE-ce01.ific.uv.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.ific.uv.es:9619", + "flavour": "HTCONDOR-CE", + "id": 1897, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFIC-LCG2-CE-HTCONDOR-CE-ce02.ific.uv.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psific02.ific.uv.es", + "flavour": "Bandwidth", + "id": 869, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFIC-LCG2-PerfSonar-Bandwidth-psific02.ific.uv.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psific01.ific.uv.es", + "flavour": "Latency", + "id": 919, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFIC-LCG2-PerfSonar-Latency-psific01.ific.uv.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://sq5.ific.uv.es:3128", + "flavour": "", + "id": 2662, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IFIC-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1650, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "IFIC-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + } + ], + "sites": [ + { + "name": "IFIC-LCG2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "IL-TAU-HEP": { + "altname": "High Energy Physics Group, Tel Aviv University, Israel", + "cert_status": "certified", + "corepower": 11.75, + "cores": 152, + "country": "Israel", + "country_code": "IL", + "cpu_capacity": 14100, + "crr_url": "", + "description": "High Energy Physics Group, Tel Aviv University, Israel", + "disk_capacity": 0, + "federations": [ + "IL-HEPTier-2" + ], + "gocdb_pk": "213G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=470", + "id": 311, + "infourl": "http://www.tau.ac.il", + "institute": "HEP, Tel Aviv University", + "is_pledged": false, + "latitude": 32.1, + "longitude": 34.8, + "monit_tag": "Israel", + "name": "IL-TAU-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "tau-htc.hep.tau.ac.il", + "flavour": "HTCONDOR-CE", + "id": 2467, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IL-TAU-HEP-CE-HTCONDOR-CE-tau-htc.hep.tau.ac.il", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://tau-db.hep.tau.ac.il:3128", + "flavour": "", + "id": 2603, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IL-TAU-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2091, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IL-TAU-HEP_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "IL-TAU-HEP", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.TAU.il", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 1200, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Jerusalem" + }, + "IN-DAE-VECC-02": { + "altname": "ALICE Tier-II Centre, Kolkata", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "India", + "country_code": "IN", + "cpu_capacity": 0, + "crr_url": "", + "description": "A Tier-II Site of ALICE", + "disk_capacity": 0, + "federations": [ + "IN-DAE-KOLKATA-TIER2" + ], + "gocdb_pk": "307G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=148", + "id": 316, + "infourl": "http://grid.tier2-kol.res.in", + "institute": "VECC, Kolkata", + "is_pledged": false, + "latitude": 22.6015792, + "longitude": 88.4186654, + "monit_tag": "India", + "name": "IN-DAE-VECC-02", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "kolkata-condor-ce.tier2-kol.res.in:9619", + "flavour": "HTCONDOR-CE", + "id": 2480, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN-DAE-VECC-02-CE-HTCONDOR-CE-kolkata-condor-ce.tier2-kol.res.in", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "switch.tier2-kol.res.in", + "flavour": "Bandwidth", + "id": 2005, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "IN-DAE-VECC-02-PerfSonar-Bandwidth-switch.tier2-kol.res.in", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "Kolkata", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Kolkata" + }, + "IN-ERNET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "India", + "country_code": "IN", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1136, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "India", + "name": "IN-ERNET-NREN", + "netroutes": { + "IN-ERNET-NREN-LHCONE-1": { + "asn": 55824, + "id": 262, + "is_ms": true, + "last_modified": "2022-01-19T15:43:38.556777", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN-ERNET-NREN-LHCONE-1", + "netsite": "IN-ERNET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.16.112.0/24" + ] + } + }, + "IN-ERNET-NREN-LHCONE-2": { + "asn": 55824, + "id": 263, + "is_ms": false, + "last_modified": "2022-02-11T13:47:45.448488", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN-ERNET-NREN-LHCONE-2", + "netsite": "IN-ERNET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "14.139.119.64/26" + ], + "ipv6": [ + "2405:8a00:c012::/48" + ] + } + } + }, + "netsites": { + "IN-ERNET-NREN": { + "description": "", + "id": 131, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.022325", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.020151", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IN-ERNET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "IN2P3-CC": { + "altname": "IN2P3, Lyon, France", + "cert_status": "certified", + "corepower": 10.874940004799615, + "cores": 768, + "country": "France", + "country_code": "FR", + "cpu_capacity": 161243, + "crr_url": "", + "description": "CC IN2P3", + "disk_capacity": 34195769764966400, + "federations": [ + "FR-CCIN2P3" + ], + "gocdb_pk": "371G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=415", + "id": 317, + "infourl": "http://cc.in2p3.fr/", + "institute": "IN2P3", + "is_pledged": false, + "latitude": 45.78, + "longitude": 4.87, + "monit_tag": "France", + "name": "IN2P3-CC", + "netroutes": { + "IN2P3-CC-LHCONE": { + "asn": 789, + "id": 223, + "is_ms": false, + "last_modified": "2022-02-02T17:03:50.568807", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-CC-LHCONE", + "netsite": "FR-IN2P3", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.104.0/21", + "134.158.168.0/21", + "134.158.208.0/21", + "134.158.234.0/23", + "134.158.238.0/24", + "134.158.239.0/24", + "134.158.48.0/21", + "193.48.99.0/24" + ], + "ipv6": [ + "2001:660:5009::/48" + ] + } + }, + "IN2P3-CC-LHCOPNE": { + "asn": 789, + "id": 145, + "is_ms": false, + "last_modified": "2021-12-02T10:14:07.896001", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "BelleII", + "JUNO" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "IN2P3-CC-LHCOPNE", + "netsite": "FR-IN2P3", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.48.99.0/24" + ], + "ipv6": [ + "2001:660:5009:9::/64" + ] + } + } + }, + "netsites": { + "FR-IN2P3": { + "description": "", + "id": 55, + "info_url": "", + "last_modified": "2021-11-30T17:19:57.000466", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "RENATER" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "FR-IN2P3", + "noc": [ + "noc@in2p3.fr" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://ccfrontier.lbd.in2p3.fr:23128/ccin2p3-AtlasFrontier", + "flavour": "", + "id": 2680, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "IN2P3-CC-ccfrontier-test.in2p3.fr", + "state": "ACTIVE", + "status": "", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://ccfrontier02.in2p3.fr:23128/ccin2p3-AtlasFrontier\t", + "flavour": "", + "id": 2545, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "IN2P3-CC-ccfrontier02.in2p3.fr", + "state": "ACTIVE", + "status": "", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cccondorce01.in2p3.fr:9619", + "flavour": "HTCONDOR-CE", + "id": 619, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CC-CE-HTCONDOR-CE-cccondorce01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cccondorce02.in2p3.fr:9619", + "flavour": "HTCONDOR-CE", + "id": 506, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CC-CE-HTCONDOR-CE-cccondorce02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cccondorce03.in2p3.fr:9619", + "flavour": "HTCONDOR-CE", + "id": 2259, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CC-CE-HTCONDOR-CE-cccondorce03.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://ccfrontier.in2p3.fr:23128/ccin2p3-AtlasFrontier", + "flavour": "", + "id": 2644, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CC-Frontier", + "state": "ACTIVE", + "status": "production", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ccperfsonar1.in2p3.fr", + "flavour": "Bandwidth", + "id": 900, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CC-PerfSonar-Bandwidth-ccperfsonar1.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ccperfsonar2.in2p3.fr", + "flavour": "Latency", + "id": 998, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CC-PerfSonar-Latency-ccperfsonar2.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://ccatlassquid.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2618, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "IN2P3-CC-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2044, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CC_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1640, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CC_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.41" + }, + { + "arch": "Disk", + "description": "Test endpoint for datalake test", + "endpoint": null, + "flavour": null, + "id": 2528, + "impl": "dcache", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CC_SE_179_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1458, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CC_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.6.11" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1882, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CC_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.6.11" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1641, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CC_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.41" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1768, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "IN2P3-CC_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.41" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2861, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T1_FR_CCIN2P3_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.41" + } + ], + "sites": [ + { + "name": "CCIN2P3", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "IN2P3-CC", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "IN2P3-CC-T3", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "IN2P3-CC_DATALAKE", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "LCG.IN2P3.fr", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "T1_FR_CCIN2P3", + "tier_level": 1, + "vo_name": "cms" + } + ], + "slots": 14827, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 96171000000000000, + "timezone": "Europe/Paris" + }, + "IN2P3-CPPM": { + "altname": "Centre de Physique des Particules de Marseille", + "cert_status": "certified", + "corepower": 11.545516304347826, + "cores": 147, + "country": "France", + "country_code": "FR", + "cpu_capacity": 47752, + "crr_url": "", + "description": "Centre de Physique des Particules de Marseille", + "disk_capacity": 0, + "federations": [ + "FR-IN2P3-CPPM" + ], + "gocdb_pk": "155G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=102", + "id": 319, + "infourl": "http://www.cppm.in2p3.fr/", + "institute": "CPPM, Marseille", + "is_pledged": false, + "latitude": 43.231, + "longitude": 5.441, + "monit_tag": "France", + "name": "IN2P3-CPPM", + "netroutes": { + "IN2P3-CPPM-LHCONE": { + "asn": 2091, + "id": 146, + "is_ms": false, + "last_modified": "2021-12-16T14:50:17.447471", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-CPPM-LHCONE", + "netsite": "FR-IN2P3-CPPM", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.20.0/23" + ], + "ipv6": [ + "2001:660:5408::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-CPPM": { + "description": "", + "id": 84, + "info_url": "", + "last_modified": "2022-03-04T09:42:46.450003", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RENATER" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-CPPM", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "marcce01.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 110, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CPPM-CE-ARC-CE-marcce01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "marcce02.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 2025, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CPPM-CE-ARC-CE-marcce02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://marsq02.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2668, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CPPM-Frontier-marsq02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://marsq03.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2666, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CPPM-Frontier-marsq03.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "marperf01.in2p3.fr", + "flavour": "Bandwidth", + "id": 822, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CPPM-PerfSonar-Bandwidth-marperf01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "marperf02.in2p3.fr", + "flavour": "Latency", + "id": 934, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-CPPM-PerfSonar-Latency-marperf02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1691, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-CPPM_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1778, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "IN2P3-CPPM_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "FR-ALPAMED-CPPM", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "IN2P3-CPPM", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.CPPM.fr", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 4136, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "IN2P3-IPNL": { + "altname": "Institut de Physique des 2 Infinis de Lyon", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "France", + "country_code": "FR", + "cpu_capacity": 0, + "crr_url": "", + "description": "CNRS and University of Lyon research center", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "153G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=331", + "id": 320, + "infourl": "http://www.ip2i.in2p3.fr/", + "institute": "", + "is_pledged": false, + "latitude": 45.7835575999, + "longitude": 4.86753659999, + "monit_tag": "France", + "name": "IN2P3-IPNL", + "netroutes": { + "IN2P3-IPNL-LHCONE": { + "asn": 789, + "id": 147, + "is_ms": false, + "last_modified": "2022-02-01T16:37:15.934965", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-IPNL-LHCONE", + "netsite": "FR-IN2P3-IPNL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.83.0/24" + ], + "ipv6": [ + "2001:660:5009:a013::/64" + ] + } + } + }, + "netsites": { + "FR-IN2P3-IPNL": { + "description": "", + "id": 96, + "info_url": "", + "last_modified": "2022-02-01T16:39:21.224362", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-IPNL", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr", + "telecom@ip2i.in2p3.fr" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1418, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-IPNL_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2885, + "impl": "EOS", + "is_monitored": true, + "is_virtual": true, + "name": "T3_FR_IPNL_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "IPNL", + "tier_level": 3, + "vo_name": "alice" + }, + { + "name": "T3_FR_IPNL", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "IN2P3-IRES": { + "altname": "Institut Pluridisciplinaire Hubert Curien", + "cert_status": "certified", + "corepower": 12.839958158995817, + "cores": 280, + "country": "France", + "country_code": "FR", + "cpu_capacity": 38880, + "crr_url": "", + "description": "Grid and Cloud Computing site at IPHC (IN2P3-IRES)", + "disk_capacity": 0, + "federations": [ + "FR-IN2P3-IPHC" + ], + "gocdb_pk": "152G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=414", + "id": 321, + "infourl": "http://www.iphc.cnrs.fr", + "institute": "IPHC, Strasbourg", + "is_pledged": false, + "latitude": 48.61, + "longitude": 7.71, + "monit_tag": "France", + "name": "IN2P3-IRES", + "netroutes": { + "IN2P3-IRES-LHCONE": { + "asn": 2091, + "id": 148, + "is_ms": false, + "last_modified": "2021-12-16T14:43:00.796577", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-IRES-LHCONE", + "netsite": "FR-IN2P3-IRES", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.150.0/24", + "134.158.151.0/24" + ], + "ipv6": [ + "2001:660:4705::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-IRES": { + "description": "", + "id": 14, + "info_url": "", + "last_modified": "2022-01-18T08:25:36.314897", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-IRES", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "sbgce2.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 2377, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-IRES-CE-ARC-CE-sbgce2.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sbgperfps2.in2p3.fr", + "flavour": "Bandwidth", + "id": 935, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-IRES-PerfSonar-Bandwidth-sbgperfps2.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sbgperfps1.in2p3.fr", + "flavour": "Latency", + "id": 1027, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-IRES-PerfSonar-Latency-sbgperfps1.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2046, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-IRES_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1451, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-IRES_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2833, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_FR_IPHC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "Strasbourg_IRES", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "T2_FR_IPHC", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 3028, + "srr_url": "https://sbgse1.in2p3.fr/static/srr", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "IN2P3-LAPP": { + "altname": "Laboratoire d Annecy de Physique des Particules", + "cert_status": "certified", + "corepower": 12.18, + "cores": 410, + "country": "France", + "country_code": "FR", + "cpu_capacity": 74772, + "crr_url": "", + "description": "LAPP Tier2", + "disk_capacity": 0, + "federations": [ + "FR-IN2P3-LAPP" + ], + "gocdb_pk": "154G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=329", + "id": 322, + "infourl": "http://lapp.in2p3.fr", + "institute": "LAPP, Annecy", + "is_pledged": false, + "latitude": 45.921667, + "longitude": 6.156242, + "monit_tag": "France", + "name": "IN2P3-LAPP", + "netroutes": { + "IN2P3-LAPP-LHCONE": { + "asn": 789, + "id": 149, + "is_ms": false, + "last_modified": "2022-02-22T13:06:29.313104", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-LAPP-LHCONE", + "netsite": "FR-IN2P3-LAPP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.102.0/23", + "134.158.84.0/24", + "134.158.96.0/21" + ], + "ipv6": [ + "2001:660:5310:400::/56", + "2001:660:5310::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-LAPP": { + "description": "", + "id": 79, + "info_url": "", + "last_modified": "2021-12-17T16:11:45.672305", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "RENATER" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-LAPP", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "https://lapp-ce04.in2p3.fr:443", + "flavour": "ARC-CE", + "id": 2157, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-CE-ARC-CE-lapp-ce04.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://lapp-ce05.in2p3.fr:443", + "flavour": "ARC-CE", + "id": 2194, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-CE-ARC-CE-lapp-ce05.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://lapp-ce06.in2p3.fr:443", + "flavour": "ARC-CE", + "id": 2417, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-CE-ARC-CE-lapp-ce06.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lapp-squid03.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2598, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-Frontier-lapp-squid03.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lapp-ps01.in2p3.fr", + "flavour": "Bandwidth", + "id": 788, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-PerfSonar-Bandwidth-lapp-ps01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lapp-ps02.in2p3.fr", + "flavour": "Latency", + "id": 1060, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-PerfSonar-Latency-lapp-ps02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lapp-squid04.in2p3.fr:3128", + "flavour": "CVMFS", + "id": 2675, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LAPP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "xrootd checksums, gridftp redirection", + "endpoint": null, + "flavour": null, + "id": 1683, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "IN2P3-LAPP_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "FR-ALPAMED-LAPP", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "IN2P3-LAPP", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.LAPP.fr", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 6536, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "IN2P3-LPC": { + "altname": "IN2P3-LPC, Clermont-Ferrand, France", + "cert_status": "certified", + "corepower": 12.0915900578822, + "cores": 282, + "country": "France", + "country_code": "FR", + "cpu_capacity": 35513, + "crr_url": "", + "description": "IN2P3-LPC", + "disk_capacity": 0, + "federations": [ + "FR-IN2P3-LPC" + ], + "gocdb_pk": "370G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=411", + "id": 323, + "infourl": "http://clrwww.in2p3.fr", + "institute": "LPC, Clermont-Ferrand", + "is_pledged": false, + "latitude": 45.78, + "longitude": 3.08, + "monit_tag": "France", + "name": "IN2P3-LPC", + "netroutes": { + "IN2P3-LPC-LHCONE": { + "asn": 2091, + "id": 150, + "is_ms": false, + "last_modified": "2021-12-16T14:43:58.438882", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-LPC-LHCONE", + "netsite": "FR-IN2P3-LPC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.158.120.0/21" + ], + "ipv6": [ + "2001:660:5104::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-LPC": { + "description": "", + "id": 91, + "info_url": "", + "last_modified": "2022-02-02T08:54:41.538105", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RENATER" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-LPC", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "clrarcce01.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 2398, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPC-CE-ARC-CE-clrarcce01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "clrarcce02.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 2431, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPC-CE-ARC-CE-clrarcce02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://clrsquid00.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2682, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPC-Frontier-clrsquid00.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://clrsquid01.in2p3.fr:3128", + "flavour": "Frontier", + "id": 2595, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPC-Frontier-clrsquid01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "clrperf-bwctl.in2p3.fr", + "flavour": "Bandwidth", + "id": 802, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPC-PerfSonar-Bandwidth-clrperf-bwctl.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "clrperf-owamp.in2p3.fr", + "flavour": "Latency", + "id": 1013, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPC-PerfSonar-Latency-clrperf-owamp.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "xrootd checksums, gridftp redirection", + "endpoint": null, + "flavour": null, + "id": 1703, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "IN2P3-LPC_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "Disk", + "description": "xrootd native", + "endpoint": null, + "flavour": null, + "id": 1448, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "IN2P3-LPC_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "v4.8.4" + } + ], + "sites": [ + { + "name": "Clermont", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "FR-ALPAMED-LPC", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "IN2P3-LPC", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.LPC.fr", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 2937, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "IN2P3-LPSC": { + "altname": "Laboratoire de Physique Subatomique et de Cosmologie de Grenoble", + "cert_status": "certified", + "corepower": 11.38400789733465, + "cores": 136, + "country": "France", + "country_code": "FR", + "cpu_capacity": 11896, + "crr_url": "", + "description": "Grenoble", + "disk_capacity": 0, + "federations": [ + "FR-IN2P3-LPSC" + ], + "gocdb_pk": "104G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=412", + "id": 324, + "infourl": "http://lpsc.in2p3.fr/", + "institute": "LPSC Grenoble", + "is_pledged": false, + "latitude": 45.2, + "longitude": 5.69, + "monit_tag": "France", + "name": "IN2P3-LPSC", + "netroutes": { + "IN2P3-LPSC-LHCONE": { + "asn": 789, + "id": 151, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.429588", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-LPSC-LHCONE", + "netsite": "FR-IN2P3-LPSC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.48.83.0/24" + ], + "ipv6": [ + "2001:660:530f::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-LPSC": { + "description": "", + "id": 71, + "info_url": "", + "last_modified": "2021-12-17T16:10:33.451512", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-LPSC", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lpsc-arc-ce.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 2403, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPSC-CE-ARC-CE-lpsc-arc-ce.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lpsc-arc-ce01.in2p3.fr", + "flavour": "ARC-CE", + "id": 2443, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPSC-CE-ARC-CE-lpsc-arc-ce01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lpsc-perfsonar.in2p3.fr", + "flavour": "Bandwidth", + "id": 967, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPSC-PerfSonar-Bandwidth-lpsc-perfsonar.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lpsc-perfsonar2.in2p3.fr", + "flavour": "Latency", + "id": 877, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-LPSC-PerfSonar-Latency-lpsc-perfsonar2.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "DPM 1.13.1 xrootd checksum, gridftp redirection", + "endpoint": null, + "flavour": null, + "id": 1675, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "IN2P3-LPSC_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "FR-ALPAMED-LPSC", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "Grenoble", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "IN2P3-LPSC", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 1045, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "IN2P3-SUBATECH": { + "altname": "IN2P3,Nantes,France", + "cert_status": "certified", + "corepower": 13.0347826086957, + "cores": 84, + "country": "France", + "country_code": "FR", + "cpu_capacity": 4393, + "crr_url": "", + "description": "Laboratoire SUBATECH", + "disk_capacity": 0, + "federations": [ + "FR-IN2P3-SUBATECH" + ], + "gocdb_pk": "151G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=413", + "id": 325, + "infourl": "http://www-subatech.in2p3.fr", + "institute": "SUBATECH, Nantes", + "is_pledged": false, + "latitude": 47.28, + "longitude": -1.51, + "monit_tag": "France", + "name": "IN2P3-SUBATECH", + "netroutes": { + "IN2P3-SUBATECH-LHCONE": { + "asn": 789, + "id": 152, + "is_ms": false, + "last_modified": "2022-02-02T09:21:33.849108", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG", + "XENON" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IN2P3-SUBATECH-LHCONE", + "netsite": "FR-IN2P3-SUBATECH", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.48.101.0/24" + ], + "ipv6": [ + "2001:660:7224::/48" + ] + } + } + }, + "netsites": { + "FR-IN2P3-SUBATECH": { + "description": "", + "id": 103, + "info_url": "", + "last_modified": "2021-12-17T16:11:26.771372", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "FR-IN2P3-SUBATECH", + "noc": [ + "noc@in2p3.fr", + "noc-renater@noc.renater.fr" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "nanlcg01.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 172, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-SUBATECH-CE-ARC-CE-nanlcg01.in2p3.fr", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "nanlcg02.in2p3.fr:2811", + "flavour": "ARC-CE", + "id": 1918, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-SUBATECH-CE-ARC-CE-nanlcg02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "nanperfs02.in2p3.fr", + "flavour": "Bandwidth", + "id": 993, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-SUBATECH-PerfSonar-Bandwidth-nanperfs02.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "nanperfs01.in2p3.fr", + "flavour": "Latency", + "id": 1035, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "IN2P3-SUBATECH-PerfSonar-Latency-nanperfs01.in2p3.fr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1422, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "IN2P3-SUBATECH_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "Subatech", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 337, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Paris" + }, + "INDIACMS-TIFR": { + "altname": "Tata Institute of Fundamental Research", + "cert_status": "certified", + "corepower": 11.0, + "cores": 1000, + "country": "India", + "country_code": "IN", + "cpu_capacity": 14000, + "crr_url": "", + "description": "T2_IN_TIFR", + "disk_capacity": 0, + "federations": [ + "IN-INDIACMS-TIFR" + ], + "gocdb_pk": "322G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=640", + "id": 329, + "infourl": "http://www.tifr.res.in", + "institute": "Tata Institute of Fundamental Research", + "is_pledged": false, + "latitude": 18.9075, + "longitude": 72.806, + "monit_tag": "India", + "name": "INDIACMS-TIFR", + "netroutes": { + "INDIACMS-TIFR-LHCONE-V4": { + "asn": 2697, + "id": 153, + "is_ms": false, + "last_modified": "2022-02-04T10:47:39.220021", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "wlcg", + "cms", + "alice" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INDIACMS-TIFR-LHCONE-V4", + "netsite": "IN-TIFR", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.16.111.0/24" + ] + } + }, + "INDIACMS-TIFR-LHCONE-V6": { + "asn": 58758, + "id": 271, + "is_ms": false, + "last_modified": "2022-02-14T15:00:40.114365", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "wlcg", + "cms", + "alice" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INDIACMS-TIFR-LHCONE-V6", + "netsite": "IN-TIFR", + "netsite_spare": null, + "networks": { + "ipv6": [ + "2406:f00:9::/48" + ] + } + } + }, + "netsites": { + "IN-TIFR": { + "description": "International links managed by National Knowledge Network (NKN).\r\nNetwork bandwidth shared by T2_IN_TIFR for CMS and VECC Alice", + "id": 81, + "info_url": "", + "last_modified": "2022-02-04T09:38:45.004420", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IN-TIFR", + "noc": [ + "support.nkn@nic.in" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "condor-ce01.indiacms.res.in", + "flavour": "HTCONDOR-CE", + "id": 1861, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INDIACMS-TIFR-CE-HTCONDOR-CE-condor-ce01.indiacms.res.in", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "repos.indiacms.res.in", + "flavour": "Bandwidth", + "id": 927, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INDIACMS-TIFR-PerfSonar-Bandwidth-repos.indiacms.res.in", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "repos1.indiacms.res.in", + "flavour": "Bandwidth", + "id": 1901, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INDIACMS-TIFR-PerfSonar-Bandwidth-repos1.indiacms.res.in", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "repos.indiacms.res.in", + "flavour": "Latency", + "id": 953, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INDIACMS-TIFR-PerfSonar-Latency-repos.indiacms.res.in", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "DOME enabled DPM", + "endpoint": null, + "flavour": null, + "id": 2096, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "INDIACMS-TIFR_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2909, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_IN_TIFR_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "T2_IN_TIFR", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 14000, + "srr_url": "https://se01.indiacms.res.in/static/srr", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Kolkata" + }, + "INFN-BARI": { + "altname": "INFN-BARI, BARI, Italy", + "cert_status": "certified", + "corepower": 8.0, + "cores": 498, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 57600, + "crr_url": "", + "description": "INFN BARI Site", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "238G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=193", + "id": 331, + "infourl": "", + "institute": "INFN Bari", + "is_pledged": false, + "latitude": 41.10835, + "longitude": 16.88381, + "monit_tag": "Italy", + "name": "INFN-BARI", + "netroutes": { + "INFN-BARI-LHCONE": { + "asn": 137, + "id": 154, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.463302", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-BARI-LHCONE", + "netsite": "IT-INFN-BARI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "90.147.168.0/23", + "90.147.66.0/24", + "90.147.75.0/24" + ], + "ipv6": [ + "2001:760:4227::/48" + ] + } + } + }, + "netsites": { + "IT-INFN-BARI": { + "description": "", + "id": 100, + "info_url": "", + "last_modified": "2022-08-03T10:25:50.996579", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-BARI", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce-01.recas.ba.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2938, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-BARI-CE-HTCONDOR-CE-ce-01.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce-02.recas.ba.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2382, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-BARI-CE-HTCONDOR-CE-ce-02.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce-03.recas.ba.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2937, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-BARI-CE-HTCONDOR-CE-ce-03.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce-04.recas.ba.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2436, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-BARI-CE-HTCONDOR-CE-ce-04.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce-05.recas.ba.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2283, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-BARI-CE-HTCONDOR-CE-ce-05.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.recas.ba.infn.it", + "flavour": "Bandwidth", + "id": 1021, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-BARI-PerfSonar-Bandwidth-perfsonar2.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.recas.ba.infn.it", + "flavour": "Latency", + "id": 791, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-BARI-PerfSonar-Latency-perfsonar1.recas.ba.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1419, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-BARI_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.9" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2854, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_IT_Bari_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.9" + } + ], + "sites": [ + { + "name": "Bari", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LCG.Bari.it", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_IT_Bari", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 7200, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-BOLOGNA": { + "altname": "INFN-BOLOGNA, Bologna, Italy", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "67G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=197", + "id": 332, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 44.4948, + "longitude": 11.3417, + "monit_tag": "Italy", + "name": "INFN-BOLOGNA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Bologna", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-BOLOGNA-T3": { + "altname": "INFN-BOLOGNA-T3, INFN Sez.Bologna , Italy", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "45004G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=549", + "id": 334, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 44.4948, + "longitude": 11.3417, + "monit_tag": "Italy", + "name": "INFN-BOLOGNA-T3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2042, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-BOLOGNA-T3_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1646, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-BOLOGNA-T3_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3189, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_IT_Bologna_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "INFN-BOLOGNA-T3", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "T3_IT_Bologna", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-CAGLIARI": { + "altname": "INFN-CAGLIARI, Cagliari, Italy", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "-", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "377G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=385", + "id": 335, + "infourl": "http://www.ca.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 39.27, + "longitude": 9.12, + "monit_tag": "Italy", + "name": "INFN-CAGLIARI", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Cagliari", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-CATANIA": { + "altname": "INFN-CATANIA, Catania, Italy", + "cert_status": "certified", + "corepower": 48.271186440677965, + "cores": 203, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 79744, + "crr_url": "", + "description": "INFN Catania site", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "161G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=479", + "id": 337, + "infourl": "http://grid.ct.infn.it", + "institute": "INFN Catania", + "is_pledged": false, + "latitude": 37.0, + "longitude": 15.0, + "monit_tag": "Italy", + "name": "INFN-CATANIA", + "netroutes": { + "INFN-CATANIA-LHCONE": { + "asn": 137, + "id": 155, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.472917", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-CATANIA-LHCONE", + "netsite": "IT-INFN-CATANIA", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.206.219.0/24", + "90.147.16.0/23" + ], + "ipv6": [ + "2001:760:420d:80::/64" + ] + } + } + }, + "netsites": { + "IT-INFN-CATANIA": { + "description": "", + "id": 52, + "info_url": "", + "last_modified": "2021-12-17T16:15:38.571613", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-CATANIA", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "alict-ce-01.ct.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2487, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-CATANIA-CE-HTCONDOR-CE-alict-ce-01.ct.infn.it", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid012.ct.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2913, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-CATANIA-CE-HTCONDOR-CE-grid012.ct.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-b.ct.infn.it", + "flavour": "Bandwidth", + "id": 982, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-CATANIA-PerfSonar-Bandwidth-perfsonar-b.ct.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-l.ct.infn.it", + "flavour": "Latency", + "id": 926, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-CATANIA-PerfSonar-Latency-perfsonar-l.ct.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1454, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-CATANIA_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "Catania", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LCG.Catania.it", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 1652, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-CNAF-LHCB": { + "altname": "INFN-CNAF-LHCB", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "LHCb dedicated Tier 2", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "122G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=296", + "id": 340, + "infourl": "http://www.cnaf.infn.it/", + "institute": "INFN CNAF", + "is_pledged": false, + "latitude": 44.49, + "longitude": 11.34, + "monit_tag": "Italy", + "name": "INFN-CNAF-LHCB", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-COSENZA": { + "altname": "INFN-COSENZA, University of Calabria, Italy", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "Production site for ReCaS project in Cosenza", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "415G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=196", + "id": 341, + "infourl": "http://www.cs.infn.it/", + "institute": "", + "is_pledged": false, + "latitude": 39.331548, + "longitude": 16.181456, + "monit_tag": "Italy", + "name": "INFN-COSENZA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "htc-recas-ce-01.cs.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2761, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-COSENZA-CE-HTCONDOR-CE-htc-recas-ce-01.cs.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "htc-recas-ce-02.cs.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2762, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-COSENZA-CE-HTCONDOR-CE-htc-recas-ce-02.cs.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://linucs-bdii.cs.infn.it:3128", + "flavour": "", + "id": 2695, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-COSENZA-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1621, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-COSENZA_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "INFN-COSENZA", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-FERRARA": { + "altname": "INFN-FERRARA, Ferrara, Italy", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": " ", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": "162G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=480", + "id": 342, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 44.84, + "longitude": 11.62, + "monit_tag": "Italy", + "name": "INFN-FERRARA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gridce.fe.infn.it", + "flavour": "HTCONDOR-CE", + "id": 3093, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FERRARA-CE-HTCONDOR-CE-gridce.fe.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.Ferrara.it", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-FIRENZE": { + "altname": "Istituto Nazionale di Fisica Nucleare Sezione di Firenze", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "530G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=611", + "id": 343, + "infourl": "http://www.fi.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Italy", + "name": "INFN-FIRENZE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_IT_Firenze", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-FRASCATI": { + "altname": "INFN-FRASCATI", + "cert_status": "certified", + "corepower": 11.0399408284024, + "cores": 190, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 44778, + "crr_url": "", + "description": "Tier-2", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "286G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=609", + "id": 344, + "infourl": "http://www.lnf.infn.it", + "institute": "INFN Frascati", + "is_pledged": false, + "latitude": 41.79, + "longitude": 12.68, + "monit_tag": "Italy", + "name": "INFN-FRASCATI", + "netroutes": { + "INFN-FRASCATI-LHCONE": { + "asn": 137, + "id": 156, + "is_ms": false, + "last_modified": "2022-09-09T18:50:01.390380", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-FRASCATI-LHCONE", + "netsite": "IT-INFN-FRASCATI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.84.128.0/24" + ], + "ipv6": [ + "2001:760:4228::/64" + ] + } + } + }, + "netsites": { + "IT-INFN-FRASCATI": { + "description": "", + "id": 53, + "info_url": "", + "last_modified": "2021-12-17T16:16:59.581585", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-FRASCATI", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "atlasce3.lnf.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2737, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FRASCATI-CE-HTCONDOR-CE-atlasce3.lnf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "8.8.2" + }, + { + "arch": "", + "description": "", + "endpoint": "psfrascati01.lnf.infn.it", + "flavour": "Bandwidth", + "id": 1982, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FRASCATI-PerfSonar-Bandwidth-psfrascati01.lnf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psfrascati02.lnf.infn.it", + "flavour": "Bandwidth", + "id": 1073, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FRASCATI-PerfSonar-Bandwidth-psfrascati02.lnf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psfrascati01.lnf.infn.it", + "flavour": "Latency", + "id": 814, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FRASCATI-PerfSonar-Latency-psfrascati01.lnf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psfrascati02.lnf.infn.it", + "flavour": "Latency", + "id": 1981, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FRASCATI-PerfSonar-Latency-psfrascati02.lnf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlassquid.lnf.infn.it:3128", + "flavour": "CVMFS", + "id": 2615, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-FRASCATI-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2077, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-FRASCATI_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2 with DOME" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1638, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-FRASCATI_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + } + ], + "sites": [ + { + "name": "INFN-FRASCATI", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.Frascati.it", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 4056, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-GENOVA": { + "altname": "INFN Genova", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "INFN Genova Atlas Tier 3", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "240G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=63", + "id": 345, + "infourl": "http://www.ge.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 44.4181, + "longitude": 8.9307, + "monit_tag": "Italy", + "name": "INFN-GENOVA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "htcondorce01.ge.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2475, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-GENOVA-CE-HTCONDOR-CE-htcondorce01.ge.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1625, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "INFN-GENOVA_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + }, + { + "arch": "", + "description": "", + "endpoint": "http://t3squid.ge.infn.it:3128", + "flavour": "", + "id": 2636, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "t3squid.ge.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "INFN-GENOVA", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-LECCE": { + "altname": "INFN Lecce", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "INFN-LECCE", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "409G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=201", + "id": 347, + "infourl": "http://www.le.infn.it/", + "institute": "", + "is_pledged": false, + "latitude": 40.36, + "longitude": 18.17, + "monit_tag": "Italy", + "name": "INFN-LECCE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "ce-htc.le.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 3132, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-LECCE-CE-HTCONDOR-CE-ce-htc.le.infn.it", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "8.8.2" + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.le.infn.it:3128", + "flavour": "", + "id": 2649, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-LECCE-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1681, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-LECCE_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + } + ], + "sites": [ + { + "name": "INFN-LECCE", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-LNGS": { + "altname": "Laboratori Nazionali del Gran Sasso", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1105, + "infourl": "", + "institute": "Laboratori Nazionali del Gran Sasso", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Italy", + "name": "INFN-LNGS", + "netroutes": { + "INFN-LNGS-LHCONE": { + "asn": 137, + "id": 216, + "is_ms": false, + "last_modified": "2021-12-09T10:52:44.663608", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "XENON" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-LNGS-LHCONE", + "netsite": "IT-INFN-LNGS", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.135.35.224/27" + ] + } + } + }, + "netsites": { + "IT-INFN-LNGS": { + "description": "", + "id": 112, + "info_url": "", + "last_modified": "2021-12-17T16:15:50.343932", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-LNGS", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "INFN-LNL-2": { + "altname": "LEGNARO, Padova, Italy", + "cert_status": "certified", + "corepower": 10.6300050684237, + "cores": 524, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 83892, + "crr_url": "", + "description": "Legnaro-Padova Tier-2 site for CMS and ALICE", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "163G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=300", + "id": 348, + "infourl": "", + "institute": "INFN Legnaro", + "is_pledged": false, + "latitude": 45.35, + "longitude": 11.95, + "monit_tag": "Italy", + "name": "INFN-LNL-2", + "netroutes": { + "INFN-LNL-2-LHCONE": { + "asn": 137, + "id": 157, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.493743", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-LNL-2-LHCONE", + "netsite": "IT-INFN-LNL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.206.93.0/24" + ], + "ipv6": [ + "2001:760:4229::/48" + ] + } + } + }, + "netsites": { + "IT-INFN-LNL": { + "description": "", + "id": 70, + "info_url": "", + "last_modified": "2021-12-17T16:16:06.027861", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-LNL", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "t2-cce-01.lnl.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2428, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-LNL-2-CE-HTCONDOR-CE-t2-cce-01.lnl.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2-cce-02.lnl.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2391, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-LNL-2-CE-HTCONDOR-CE-t2-cce-02.lnl.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2-cce-03.lnl.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2429, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-LNL-2-CE-HTCONDOR-CE-t2-cce-03.lnl.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-02.lnl.infn.it", + "flavour": "Bandwidth", + "id": 1076, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-LNL-2-PerfSonar-Bandwidth-ps-02.lnl.infn.it", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-01.lnl.infn.it", + "flavour": "Latency", + "id": 902, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-LNL-2-PerfSonar-Latency-ps-01.lnl.infn.it", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1432, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-LNL-2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2894, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_IT_Legnaro_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.20" + } + ], + "sites": [ + { + "name": "LCG.Legnaro.it", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "Legnaro", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "T2_IT_Legnaro", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 7892, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-MIB": { + "altname": "INFN Milano-Bicocca", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "35928G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=657", + "id": 350, + "infourl": "https://www.mib.infn.it/", + "institute": "INFN Milano Bicocca", + "is_pledged": false, + "latitude": 45.51363, + "longitude": 9.211414, + "monit_tag": "Italy", + "name": "INFN-MIB", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "pcmaster01.mib.infn.it", + "flavour": null, + "id": 1300, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-MIB-Squid-None-pcmaster01.mib.infn.it", + "state": "ACTIVE", + "status": "DISABLED", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2902, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T3_IT_MIB_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + } + ], + "sites": [ + { + "name": "T3_IT_MIB", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "https://storm.mib.infn.it:8443/info/report.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-MILANO-ATLASC": { + "altname": "ATLAS Tier2 Milano Site", + "cert_status": "certified", + "corepower": 10.2195, + "cores": 360, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 40551, + "crr_url": "", + "description": "ATLAS Tier2 site with HTCondor batch system and StoRM storage manager", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "137G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=64", + "id": 352, + "infourl": "", + "institute": "INFN Milano", + "is_pledged": false, + "latitude": 45.47, + "longitude": 9.23, + "monit_tag": "Italy", + "name": "INFN-MILANO-ATLASC", + "netroutes": { + "INFN-MILANO-ATLASC-LHCONE": { + "asn": 137, + "id": 158, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.503832", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-MILANO-ATLASC-LHCONE", + "netsite": "IT-INFN-MILANO", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.135.14.0/24" + ], + "ipv6": [ + "2001:760:4224::/48" + ] + } + } + }, + "netsites": { + "IT-INFN-MILANO": { + "description": "", + "id": 66, + "info_url": "", + "last_modified": "2021-12-17T16:16:19.897256", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-MILANO", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "t2-ce-01.mi.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2709, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-MILANO-ATLASC-CE-HTCONDOR-CE-t2-ce-01.mi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2-ce-04.mi.infn.it:8443", + "flavour": "HTCONDOR-CE", + "id": 641, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-MILANO-ATLASC-CE-HTCONDOR-CE-t2-ce-04.mi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "1.16.3" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.mi.infn.it", + "flavour": "Bandwidth", + "id": 893, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-MILANO-ATLASC-PerfSonar-Bandwidth-perfsonar2.mi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.mi.infn.it", + "flavour": "Latency", + "id": 804, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-MILANO-ATLASC-PerfSonar-Latency-perfsonar1.mi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://t2squid.mi.infn.it:3128", + "flavour": "", + "id": 2577, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-MILANO-ATLASC-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1667, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-MILANO-ATLASC_LOCAL_SE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.15" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1666, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-MILANO-ATLASC_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + } + ], + "sites": [ + { + "name": "INFN-MILANO-ATLASC", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 3968, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-NAPOLI-ATLAS": { + "altname": "INFN-NAPOLI-ATLAS", + "cert_status": "certified", + "corepower": 10.38, + "cores": 122, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 29635, + "crr_url": "", + "description": "Atlas Tier2 site", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "283G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=194", + "id": 355, + "infourl": "", + "institute": "INFN Napoli", + "is_pledged": false, + "latitude": 40.8527, + "longitude": 14.2363, + "monit_tag": "Italy", + "name": "INFN-NAPOLI-ATLAS", + "netroutes": { + "INFN-NAPOLI-ATLAS-LHCONE": { + "asn": 137, + "id": 159, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.513792", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-NAPOLI-ATLAS-LHCONE", + "netsite": "IT-INFN-NAPOLI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "90.147.67.0/24" + ], + "ipv6": [ + "2001:760:422a:137::/64" + ] + } + } + }, + "netsites": { + "IT-INFN-NAPOLI": { + "description": "", + "id": 80, + "info_url": "", + "last_modified": "2021-12-17T16:16:39.835250", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-NAPOLI", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "htc-atlas-ce01.na.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2708, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-NAPOLI-ATLAS-CE-HTCONDOR-CE-htc-atlas-ce01.na.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.na.infn.it", + "flavour": "Bandwidth", + "id": 1048, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-NAPOLI-ATLAS-PerfSonar-Bandwidth-perfsonar.na.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.na.infn.it", + "flavour": "Latency", + "id": 892, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-NAPOLI-ATLAS-PerfSonar-Latency-perfsonar2.na.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlas-squid.na.infn.it:3128", + "flavour": "", + "id": 2575, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-NAPOLI-ATLAS-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1685, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-NAPOLI-ATLAS_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + } + ], + "sites": [ + { + "name": "INFN-NAPOLI-ATLAS", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.NAPOLI-ATLAS.it", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "LCG.NapoliRECAS.it", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 2856, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-PAVIA": { + "altname": "INFN, PAVIA, ITALY", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "216G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=205", + "id": 363, + "infourl": "http://grid-adm.pv.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 45.19, + "longitude": 9.14, + "monit_tag": "Italy", + "name": "INFN-PAVIA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "INFN-PAVIA", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-PERUGIA": { + "altname": "INFN-PERUGIA, Perugia, Italy", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "334G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=65", + "id": 364, + "infourl": "http://www.pg.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 43.11, + "longitude": 12.38, + "monit_tag": "Italy", + "name": "INFN-PERUGIA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_IT_Perugia", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-PISA": { + "altname": "INFN-PISA, Pisa, Italy", + "cert_status": "certified", + "corepower": 10.0, + "cores": 1250, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 50000, + "crr_url": "", + "description": "Pisa Computing Center", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "282G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=297", + "id": 365, + "infourl": "http://www.pi.infn.it", + "institute": "INFN Pisa", + "is_pledged": false, + "latitude": 43.7, + "longitude": 10.4, + "monit_tag": "Italy", + "name": "INFN-PISA", + "netroutes": { + "INFN-PISA-LHCONE": { + "asn": 137, + "id": 160, + "is_ms": false, + "last_modified": "2022-02-14T13:59:54.425572", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-PISA-LHCONE", + "netsite": "IT-INFN-PISA", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.135.9.0/24", + "193.205.76.0/23" + ], + "ipv6": [ + "2001:760:422b::/48" + ] + } + } + }, + "netsites": { + "IT-INFN-PISA": { + "description": "", + "id": 27, + "info_url": "", + "last_modified": "2021-12-17T16:17:15.041680", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-PISA", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gridce0.pi.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2345, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-PISA-CE-HTCONDOR-CE-gridce0.pi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gridce1.pi.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2465, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-PISA-CE-HTCONDOR-CE-gridce1.pi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gridce2.pi.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2736, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-PISA-CE-HTCONDOR-CE-gridce2.pi.infn.it", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.pi.infn.it", + "flavour": "Bandwidth", + "id": 831, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-PISA-PerfSonar-Bandwidth-perfsonar2.pi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.pi.infn.it", + "flavour": "Latency", + "id": 771, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-PISA-PerfSonar-Latency-perfsonar1.pi.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2081, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-PISA_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2836, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_IT_Pisa_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.14" + } + ], + "sites": [ + { + "name": "LCG.Pisa.it", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_IT_Pisa", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 5000, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-ROMA1": { + "altname": "INFN-ROMA, Roma, Italy", + "cert_status": "certified", + "corepower": 10.8176911544228, + "cores": 150, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 36077, + "crr_url": "", + "description": "Roma 1 atlas Tier 2", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "68G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=66", + "id": 366, + "infourl": "", + "institute": "INFN Roma", + "is_pledged": false, + "latitude": 41.7827, + "longitude": 13.0256, + "monit_tag": "Italy", + "name": "INFN-ROMA1", + "netroutes": { + "INFN-ROMA1-LHCONE": { + "asn": 137, + "id": 161, + "is_ms": false, + "last_modified": "2021-12-16T09:30:12.807723", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG", + "PierreAugerObservatory" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-ROMA1-LHCONE", + "netsite": "IT-INFN-ROMA1", + "netsite_spare": null, + "networks": { + "ipv4": [ + "141.108.35.0/24", + "141.108.36.0/22" + ], + "ipv6": [ + "2001:760:422c:35::/64", + "2001:760:422c:36::/64", + "2001:760:422c:38::/64" + ] + } + } + }, + "netsites": { + "IT-INFN-ROMA1": { + "description": "", + "id": 74, + "info_url": "", + "last_modified": "2022-02-01T16:11:07.688279", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-ROMA1", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "atlas-ce-01.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2507, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CE-ARC-CE-atlas-ce-01.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "ARC6" + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-ce-02.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2505, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CE-ARC-CE-atlas-ce-02.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "ARC6" + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-ce-03.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2504, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CE-ARC-CE-atlas-ce-03.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "ARC6" + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-ce-04.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2513, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CE-ARC-CE-atlas-ce-04.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "ARC6" + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-ce-05.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2461, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CE-ARC-CE-atlas-ce-05.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "atlas-ce-06.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2474, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CE-ARC-CE-atlas-ce-06.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.roma1.infn.it", + "flavour": "Bandwidth", + "id": 798, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-PerfSonar-Bandwidth-perfsonar.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.roma1.infn.it", + "flavour": "Bandwidth", + "id": 932, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-PerfSonar-Bandwidth-perfsonar1.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.roma1.infn.it", + "flavour": "Latency", + "id": 841, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-PerfSonar-Latency-perfsonar.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.roma1.infn.it", + "flavour": "Latency", + "id": 816, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-PerfSonar-Latency-perfsonar2.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlas-squid-frontier.roma1.infn.it:3128", + "flavour": "CVMFS", + "id": 2607, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-ROMA1-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1679, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "INFN-ROMA1_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "INFN-ROMA1", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 3335, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-ROMA1-CMS": { + "altname": "INFN-ROMA1, Roma, Italy", + "cert_status": "certified", + "corepower": 10.0, + "cores": 73, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 30000, + "crr_url": "", + "description": "Rome CMS Tier2", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "336G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=610", + "id": 367, + "infourl": "", + "institute": "INFN Roma", + "is_pledged": false, + "latitude": 41.7827, + "longitude": 13.0256, + "monit_tag": "Italy", + "name": "INFN-ROMA1-CMS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cmsrm-ce-01.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2466, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CMS-CE-ARC-CE-cmsrm-ce-01.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmsrm-ce-03.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2500, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CMS-CE-ARC-CE-cmsrm-ce-03.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmsrm-cream01.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2479, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CMS-CE-ARC-CE-cmsrm-cream01.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmsrm-cream03.roma1.infn.it", + "flavour": "ARC-CE", + "id": 2473, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CMS-CE-ARC-CE-cmsrm-cream03.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmsrm-perfsonar1.roma1.infn.it", + "flavour": "Bandwidth", + "id": 1028, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CMS-PerfSonar-Bandwidth-cmsrm-perfsonar1.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmsrm-perfsonar1.roma1.infn.it", + "flavour": "Latency", + "id": 958, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA1-CMS-PerfSonar-Latency-cmsrm-perfsonar1.roma1.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2844, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_IT_Rome_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.14" + } + ], + "sites": [ + { + "name": "T2_IT_Rome", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 3780, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-ROMA2": { + "altname": "INFN Tor Vergata, Roma, Italy", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "INFN Grid T3 site for ATLAS, LHCB and ARGO Computing", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "408G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=59", + "id": 370, + "infourl": "http://www.roma2.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 41.25, + "longitude": 12.6, + "monit_tag": "Italy", + "name": "INFN-ROMA2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1717, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-ROMA2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + } + ], + "sites": [ + { + "name": "INFN-ROMA2", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-ROMA3": { + "altname": "INFN-ROMA3", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "INFN-ROMA3 Computing center", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "69G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=550", + "id": 371, + "infourl": "http://www.roma3.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 41.855, + "longitude": 12.467, + "monit_tag": "Italy", + "name": "INFN-ROMA3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://gridsrv-04.roma3.infn.it:3128", + "flavour": "", + "id": 2550, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "gridsrv-04.roma3.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "condor-01.roma3.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2478, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-ROMA3-CE-HTCONDOR-CE-condor-01.roma3.infn.it", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "condor-02.roma3.infn.it", + "flavour": "HTCONDOR-CE", + "id": 3181, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-ROMA3-CE-HTCONDOR-CE-condor-02.roma3.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1713, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-ROMA3_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + } + ], + "sites": [ + { + "name": "INFN-ROMA3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-T1": { + "altname": "INFN-T1 Bologna, Italy", + "cert_status": "certified", + "corepower": 10.910014115432872, + "cores": 1930, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 278249, + "crr_url": "", + "description": "INFN-T1 Site", + "disk_capacity": 35670000000000000, + "federations": [ + "IT-INFN-CNAF" + ], + "gocdb_pk": "160G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=192", + "id": 372, + "infourl": "http://www.cnaf.infn.it/", + "institute": "INFN CNAF, Bologna", + "is_pledged": false, + "latitude": 44.4948, + "longitude": 11.3417, + "monit_tag": "Italy", + "name": "INFN-T1", + "netroutes": { + "INFN-T1-LHCOPNE": { + "asn": 137, + "id": 162, + "is_ms": false, + "last_modified": "2021-12-02T10:12:35.941734", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "BelleII", + "JUNO" + ], + "lhcopn_bandwidth_limit": 200, + "monit_url": "", + "name": "INFN-T1-LHCOPNE", + "netsite": "IT-INFN-CNAF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "131.154.128.0/17" + ], + "ipv6": [ + "2001:760:4205::/48" + ] + } + } + }, + "netsites": { + "IT-INFN-CNAF": { + "description": "", + "id": 39, + "info_url": "", + "last_modified": "2021-11-30T17:19:56.796726", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 200, + "monit_url": "", + "name": "IT-INFN-CNAF", + "noc": [ + "net@cnaf.infn.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 325, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce01-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce01-lhcb-t2.cr.cnaf.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2254, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce01-lhcb-t2.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 274, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce02-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce03-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 626, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce03-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce04-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2155, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce04-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce05-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2237, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce05-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce06-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2238, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce06-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce07-htc.cr.cnaf.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 3056, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-CE-HTCONDOR-CE-ce07-htc.cr.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps.cnaf.infn.it", + "flavour": "Bandwidth", + "id": 885, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-PerfSonar-Bandwidth-perfsonar-ps.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ow.cnaf.infn.it", + "flavour": "Latency", + "id": 1030, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-T1-PerfSonar-Latency-perfsonar-ow.cnaf.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-atlas.cr.cnaf.infn.it:3128", + "flavour": "CVMFS", + "id": 2547, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-T1-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2065, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-T1_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1617, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-T1_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.22" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1440, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-T1_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "3.3.2-1" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1877, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-T1_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.8.4" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1616, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-T1_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1751, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "INFN-T1_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.22" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2897, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T1_IT_CNAF_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.22" + } + ], + "sites": [ + { + "name": "CNAF", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "INFN-T1", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "LCG.CNAF.it", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "T1_IT_CNAF", + "tier_level": 1, + "vo_name": "cms" + } + ], + "slots": 25504, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 116580000000000000, + "timezone": "Europe/Rome" + }, + "INFN-TORINO": { + "altname": "TORINO (INFN), Italy", + "cert_status": "certified", + "corepower": 8.15, + "cores": 78, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 1956, + "crr_url": "", + "description": "INFN-Torino Tier-2 site", + "disk_capacity": 0, + "federations": [ + "IT-INFN-T2" + ], + "gocdb_pk": "197G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=548", + "id": 373, + "infourl": "", + "institute": "INFN Torino", + "is_pledged": false, + "latitude": 45.03, + "longitude": 7.4, + "monit_tag": "Italy", + "name": "INFN-TORINO", + "netroutes": { + "INFN-TORINO-LHCONE": { + "asn": 137, + "id": 163, + "is_ms": false, + "last_modified": "2021-12-02T10:18:14.785321", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG", + "PierreAugerObservatory", + "XENON" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "INFN-TORINO-LHCONE", + "netsite": "IT-INFN-TORINO", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.205.66.128/25", + "193.206.184.0/26" + ] + } + } + }, + "netsites": { + "IT-INFN-TORINO": { + "description": "", + "id": 37, + "info_url": "", + "last_modified": "2021-12-17T16:17:52.943742", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "GARR" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "IT-INFN-TORINO", + "noc": [ + "noc@garr.it" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "t2-ce-04.to.infn.it:9619", + "flavour": "HTCONDOR-CE", + "id": 2758, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "INFN-TORINO-CE-HTCONDOR-CE-t2-ce-04.to.infn.it", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2-ce-04.to.infn.it", + "flavour": "HTCONDOR-CE", + "id": 3045, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-TORINO-CE-LCG-CE-t2-ce-04.to.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2090, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-TORINO_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1444, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-TORINO_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.9" + } + ], + "sites": [ + { + "name": "LCG.Torino.it", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "Torino", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 240, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "INFN-TRIESTE": { + "altname": "INFN-TRIESTE", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Italy", + "country_code": "IT", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "379G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=200", + "id": 374, + "infourl": "http://www.ts.infn.it", + "institute": "", + "is_pledged": false, + "latitude": 45.66, + "longitude": 13.83, + "monit_tag": "Italy", + "name": "INFN-TRIESTE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce2.ts.infn.it", + "flavour": "HTCONDOR-CE", + "id": 2723, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "INFN-TRIESTE-CE-HTCONDOR-CE-ce2.ts.infn.it", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1668, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-TRIESTE_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1441, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "INFN-TRIESTE_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2841, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T3_IT_Trieste_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.19" + } + ], + "sites": [ + { + "name": "INFN-TRIESTE", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "T3_IT_Trieste", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "Trieste", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Rome" + }, + "IR-IPM-HEP": { + "altname": "School of Particles and Accelerators,IPM,IRAN", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Iran, Islamic Republic of", + "country_code": "IR", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "56161G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=466", + "id": 377, + "infourl": "http://particles.ipm.ir", + "institute": "", + "is_pledged": false, + "latitude": 35.696111, + "longitude": 51.4167, + "monit_tag": "Iran, Islamic Republic of", + "name": "IR-IPM-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3077, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_IR_IPM_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_IR_IPM", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Tehran" + }, + "ITEP": { + "altname": "ITEP", + "cert_status": "suspended", + "corepower": 13.404661016949152, + "cores": 724, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 12654, + "crr_url": "", + "description": "State Scientific Center of the Russian Federation-Institute for Theoretical and Experimental Physics", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "365G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=307", + "id": 382, + "infourl": "http://egee.itep.ru", + "institute": "ITEP", + "is_pledged": false, + "latitude": 55.55, + "longitude": 37.37, + "monit_tag": "Russian Federation", + "name": "ITEP", + "netroutes": { + "ITEP-LHCONE": { + "asn": 2148, + "id": 164, + "is_ms": false, + "last_modified": "2022-04-19T12:03:47.055703", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ITEP-LHCONE", + "netsite": "RU-ITEP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.150.0/23" + ], + "ipv6": [ + "2001:67c:1bec:f069::/64" + ] + } + } + }, + "netsites": { + "RU-ITEP": { + "description": "", + "id": 34, + "info_url": "", + "last_modified": "2021-12-17T16:12:18.660190", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-ITEP", + "noc": [ + "lublev@itep.ru" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ceitep.itep.ru:2811", + "flavour": "ARC-CE", + "id": 2315, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ITEP-CE-ARC-CE-ceitep.itep.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psum01.itep.ru", + "flavour": "Bandwidth", + "id": 921, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ITEP-PerfSonar-Bandwidth-psum01.itep.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psum02.itep.ru", + "flavour": "Latency", + "id": 943, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ITEP-PerfSonar-Latency-psum02.itep.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://se1.itep.ru:3128", + "flavour": "", + "id": 2574, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ITEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1446, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "ITEP_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2875, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_RU_ITEP_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.31" + } + ], + "sites": [ + { + "name": "ITEP", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "ITEP", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.ITEP.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_RU_ITEP", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 944, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "IllinoisHEP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier3gs installation which consists of a CE, SE and a cluster of worker nodes", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 385, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.109647, + "longitude": -88.21246, + "monit_tag": "USA", + "name": "IllinoisHEP", + "netroutes": { + "IllinoisHEP-LHCONE": { + "asn": 38, + "id": 144, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.349109", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "IllinoisHEP-LHCONE", + "netsite": "US-IllinoisHEP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "72.36.81.64/26", + "72.36.96.0/24" + ], + "ipv6": [ + "2620:0:e01:4800::/56" + ] + } + } + }, + "netsites": { + "US-IllinoisHEP": { + "description": "", + "id": 67, + "info_url": "", + "last_modified": "2021-12-17T16:09:23.645893", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-IllinoisHEP", + "noc": [ + "support@ui-iccn.org" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 147, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "IllinoisHEP", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Indiana_ATLAS_Tier3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 945, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "Indiana_ATLAS_Tier3", + "netroutes": { + "Indiana_Atlas_Tier3-LHCONE": { + "asn": 19782, + "id": 255, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.470626", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Indiana_Atlas_Tier3-LHCONE", + "netsite": "US-Indiana-Uni", + "netsite_spare": null, + "networks": { + "ipv4": [ + "149.165.243.0/24" + ] + } + } + }, + "netsites": { + "US-Indiana-Uni": { + "description": "", + "id": 142, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.149531", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.146864", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-Indiana-Uni", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Indiana", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "JINR-LCG2": { + "altname": "JINR, Dubna, Russia", + "cert_status": "certified", + "corepower": 12.0597826086957, + "cores": 1884, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 53256, + "crr_url": "", + "description": "Tier2 JINR Russia", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "272G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=394", + "id": 386, + "infourl": "http://grid-eng.jinr.ru", + "institute": "JINR", + "is_pledged": false, + "latitude": 56.7428, + "longitude": 37.195502, + "monit_tag": "Russian Federation", + "name": "JINR-LCG2", + "netroutes": { + "JINR-LCG2-LHCONE": { + "asn": 2875, + "id": 165, + "is_ms": false, + "last_modified": "2022-01-24T15:47:48.836004", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "JINR-LCG2-LHCONE", + "netsite": "RU-JINR-LCG2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "159.93.220.0/22", + "159.93.224.0/22", + "159.93.37.0/24", + "159.93.39.0/24" + ], + "ipv6": [ + "2a05:81c5:302:224::/64", + "2a05:81c5:302:37::/64" + ] + } + } + }, + "netsites": { + "RU-JINR-LCG2": { + "description": "", + "id": 29, + "info_url": "", + "last_modified": "2022-02-01T16:55:05.065284", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-JINR-LCG2", + "noc": [ + "noc@jinr.ru" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcgce01.jinr.ru:2811", + "flavour": "ARC-CE", + "id": 2470, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-LCG2-CE-ARC-CE-lcgce01.jinr.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lgdce01.jinr.ru:2811", + "flavour": "ARC-CE", + "id": 2221, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-LCG2-CE-ARC-CE-lgdce01.jinr.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcgsqd01.jinr.ru:3128", + "flavour": "CVMFS", + "id": 2627, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-LCG2-CVMFS-lcgsqd01.jinr.ru", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2-pfsn1.jinr.ru", + "flavour": "Bandwidth", + "id": 793, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-LCG2-PerfSonar-Bandwidth-t2-pfsn1.jinr.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2-pfsn2.jinr.ru", + "flavour": "Latency", + "id": 859, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-LCG2-PerfSonar-Latency-t2-pfsn2.jinr.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcgsqd02.jinr.ru:3128", + "flavour": "CVMFS", + "id": 2535, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1598, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "JINR-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.47" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1436, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "JINR-LCG2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2889, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_RU_JINR_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.47" + } + ], + "sites": [ + { + "name": "JINR", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "JINR-LCG2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "LCG.JINR.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_RU_JINR", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 4416, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "JINR-T1": { + "altname": "JINR Tier1, Dubna, Russia", + "cert_status": "certified", + "corepower": 15.02, + "cores": 1800, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 54072, + "crr_url": "", + "description": "Tier1 in Russia for CMS", + "disk_capacity": 10000000000000000, + "federations": [ + "RU-JINR-T1" + ], + "gocdb_pk": "75720G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=619", + "id": 387, + "infourl": "http://grid-eng.jinr.ru", + "institute": "JINR Dubna", + "is_pledged": false, + "latitude": 56.7428, + "longitude": 37.195502, + "monit_tag": "Russian Federation", + "name": "JINR-T1", + "netroutes": { + "JINR-T1-LHCOPNE": { + "asn": 2875, + "id": 166, + "is_ms": false, + "last_modified": "2022-02-01T17:07:06.194691", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "JINR-T1-LHCOPNE", + "netsite": "RU-JINR-T1", + "netsite_spare": null, + "networks": { + "ipv4": [ + "159.93.228.0/22", + "159.93.39.0/24" + ], + "ipv6": [ + "2a05:81c5:301:228::/64" + ] + } + } + }, + "netsites": { + "RU-JINR-T1": { + "description": "", + "id": 102, + "info_url": "", + "last_modified": "2022-02-01T17:04:12.371574", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "RU-JINR-T1", + "noc": [ + "noc@jinr.ru" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce03.jinr-t1.ru", + "flavour": "ARC-CE", + "id": 2410, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-T1-CE-ARC-CE-ce03.jinr-t1.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t1-pfsn1.jinr-t1.ru", + "flavour": "Bandwidth", + "id": 1061, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-T1-PerfSonar-Bandwidth-t1-pfsn1.jinr-t1.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t1-pfsn2.jinr-t1.ru", + "flavour": "Latency", + "id": 1010, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "JINR-T1-PerfSonar-Latency-t1-pfsn2.jinr-t1.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2043, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "JINR-T1_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2831, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T1_RU_JINR_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.43" + } + ], + "sites": [ + { + "name": "T1_RU_JINR", + "tier_level": 1, + "vo_name": "cms" + } + ], + "slots": 3600, + "srr_url": "https://se-wbdv.jinr-t1.ru:2880/cms/SRR-DSK/storage-descriptor.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 31000000000000000, + "timezone": "Europe/Moscow" + }, + "JP-HIROSHIMA-WLCG": { + "altname": "Quark Physics Lab. Hiroshima University, Japan", + "cert_status": "uncertified", + "corepower": 0.0, + "cores": 0, + "country": "Japan", + "country_code": "JP", + "cpu_capacity": 0, + "crr_url": "", + "description": " ", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "343G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=55", + "id": 390, + "infourl": "https://www.hepl.hiroshima-u.ac.jp/indexen.html", + "institute": "", + "is_pledged": false, + "latitude": 34.4, + "longitude": 132.72, + "monit_tag": "Japan", + "name": "JP-HIROSHIMA-WLCG", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Hiroshima", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Tokyo" + }, + "JP-JGN-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Japan", + "country_code": "JP", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1133, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Japan", + "name": "JP-JGN-NREN", + "netroutes": { + "JP-JGN-NREN-LHCONE": { + "asn": 17934, + "id": 254, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.458412", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "JP-JGN-NREN-LHCONE", + "netsite": "JP-JGN-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.180.40.0/27" + ] + } + } + }, + "netsites": { + "JP-JGN-NREN": { + "description": "", + "id": 141, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.138619", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.136208", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "JP-JGN-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "JP-KEK": { + "altname": "Kell", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Japan", + "country_code": "JP", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1106, + "infourl": "", + "institute": "Kell", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Japan", + "name": "JP-KEK", + "netroutes": { + "JP-KEK-LHCONE": { + "asn": 2505, + "id": 217, + "is_ms": false, + "last_modified": "2021-12-16T11:20:22.298921", + "lhcone_bandwidth_limit": 40, + "lhcone_collaborations": [ + " BELLEII" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "JP-KEK-LHCONE", + "netsite": "JP-KEK", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.13.197.192/26", + "202.13.203.128/26", + "202.13.207.128/25", + "202.13.223.132/30" + ], + "ipv6": [ + "2001:2f8:3e:cc21::/120" + ] + } + } + }, + "netsites": { + "JP-KEK": { + "description": "", + "id": 110, + "info_url": "", + "last_modified": "2021-12-09T10:47:11.136738", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 40, + "lhcone_providers": [ + "SINET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "JP-KEK", + "noc": [ + "nwg@kek.jp" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "JP-SINET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Japan", + "country_code": "JP", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1121, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Japan", + "name": "JP-SINET-NREN", + "netroutes": { + "JP-SINET-NREN-LHCONE-P2P": { + "asn": 2907, + "id": 240, + "is_ms": false, + "last_modified": "2022-02-11T15:57:06.618709", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "JP-SINET-NREN-LHCONE-P2P", + "netsite": "JP-SINET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "133.11.254.16/30", + "150.99.93.20/30", + "202.13.223.192/29", + "202.13.223.52/30" + ], + "ipv6": [ + "2001:2f8:102d:590::/64", + "2001:2f8:3e:cc22::/64", + "2001:2f8:ffd0:ffff::/64" + ] + } + } + }, + "netsites": { + "JP-SINET-NREN": { + "description": "", + "id": 121, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.883036", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.875058", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "JP-SINET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "KR-KISTI-GCRT-01": { + "altname": "Korea Institute of Science and Technology Information, Republic of Korea", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 0, + "crr_url": "", + "description": "ALICE Tier2 and GSDC", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "368G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=373", + "id": 398, + "infourl": "http://www.kisti.re.kr/english", + "institute": "", + "is_pledged": false, + "latitude": 36.36, + "longitude": 127.35, + "monit_tag": "Republic of Korea", + "name": "KR-KISTI-GCRT-01", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "KISTI", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Seoul" + }, + "KR-KISTI-GSDC-01": { + "altname": "Korea Institute of Science and Technology Information", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 0, + "crr_url": "", + "description": "GSDC ALICE Tier1", + "disk_capacity": 4510000000000000, + "federations": [ + "KR-KISTI-GSDC" + ], + "gocdb_pk": "32731G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=284", + "id": 399, + "infourl": "https://www.kisti.re.kr/eng", + "institute": "KISTI-GSDC", + "is_pledged": false, + "latitude": 36.36, + "longitude": 127.35, + "monit_tag": "Republic of Korea", + "name": "KR-KISTI-GSDC-01", + "netroutes": { + "KR-KISTI-GSDC-01-LHCONE": { + "asn": 17579, + "id": 168, + "is_ms": false, + "last_modified": "2021-12-16T16:12:38.834504", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG", + "BelleII" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "KR-KISTI-GSDC-01-LHCONE", + "netsite": "KR-KISTI-GSDC-01", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.75.123.0/24", + "134.75.124.0/24", + "134.75.126.0/24", + "134.75.127.0/24" + ] + } + }, + "KR-KISTI-GSDC-1-LHCOPNE": { + "asn": 17579, + "id": 169, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.629643", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 20, + "monit_url": "", + "name": "KR-KISTI-GSDC-1-LHCOPNE", + "netsite": "KR-KISTI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.75.125.0/24" + ], + "ipv6": [ + "2001:320:15:125::/64" + ] + } + } + }, + "netsites": { + "KR-KISTI": { + "description": "", + "id": 97, + "info_url": "", + "last_modified": "2021-11-30T17:19:57.457231", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "KREONET" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 20, + "monit_url": "", + "name": "KR-KISTI", + "noc": [ + "noc@kreonet.net" + ], + "wan_bandwidth": 0 + }, + "KR-KISTI-GSDC-01": { + "description": "", + "id": 47, + "info_url": "", + "last_modified": "2021-12-16T16:12:51.882573", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "KREONet2" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "KR-KISTI-GSDC-01", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "alice-t1-ce04.sdfarm.kr:9619", + "flavour": "HTCONDOR-CE", + "id": 1875, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KISTI-GSDC-01-CE-HTCONDOR-CE-alice-t1-ce04.sdfarm.kr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice-t1-ce05.sdfarm.kr:9619", + "flavour": "HTCONDOR-CE", + "id": 2199, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KISTI-GSDC-01-CE-HTCONDOR-CE-alice-t1-ce05.sdfarm.kr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice-t1-ce06.sdfarm.kr:9619", + "flavour": "HTCONDOR-CE", + "id": 2981, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KISTI-GSDC-01-CE-HTCONDOR-CE-alice-t1-ce06.sdfarm.kr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ps-gsdc02.sdfarm.kr", + "flavour": "Bandwidth", + "id": 999, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KISTI-GSDC-01-PerfSonar-Bandwidth-ps-gsdc02.sdfarm.kr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-gsdc01.sdfarm.kr", + "flavour": "Latency", + "id": 1033, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KISTI-GSDC-01-PerfSonar-Latency-ps-gsdc01.sdfarm.kr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2052, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "KR-KISTI-GSDC-01_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": "kisti_eos", + "flavour": null, + "id": 1907, + "impl": "EOS", + "is_monitored": false, + "is_virtual": false, + "name": "KR-KISTI-GSDC-01_SE_02_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.4.23" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1455, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "KR-KISTI-GSDC-01_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.9.1" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1881, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "KR-KISTI-GSDC-01_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.10.0" + } + ], + "sites": [ + { + "name": "KISTI_GSDC", + "tier_level": 1, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 17770000000000000, + "timezone": "Asia/Seoul" + }, + "KR-KISTI-GSDC-02": { + "altname": "Tier2 Center, Korea Institute of Science and Technology Information, Daejeon, Korea.", + "cert_status": "certified", + "corepower": 0.0, + "cores": 500, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 10000, + "crr_url": "", + "description": "EGI site for WLCG Tier2 center", + "disk_capacity": 0, + "federations": [ + "KR-KISTI-GSDC-02" + ], + "gocdb_pk": "101167G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1925", + "id": 400, + "infourl": "http://www.kisti.re.kr/english", + "institute": "Korea Institute of Science and Technology Information", + "is_pledged": false, + "latitude": 36.364847279876, + "longitude": 127.35908935365, + "monit_tag": "Republic of Korea", + "name": "KR-KISTI-GSDC-02", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cms-t2-ce01.sdfarm.kr", + "flavour": "HTCONDOR-CE", + "id": 80, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KISTI-GSDC-02-CE-HTCONDOR-CE-cms-t2-ce01.sdfarm.kr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2095, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "KR-KISTI-GSDC-02_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2901, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_KR_KISTI_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.47" + } + ], + "sites": [ + { + "name": "T2_KR_KISTI", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 1000, + "srr_url": "http://cms-t2-se01.sdfarm.kr:2881/storage-descriptor.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Seoul" + }, + "KR-KNU-T3": { + "altname": "KR-KNU-T3", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 0, + "crr_url": "", + "description": "The Center for High Energy Physics, Kyungpook National University, South Korea", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "54626G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=650", + "id": 402, + "infourl": "http://chep.knu.ac.kr/", + "institute": "", + "is_pledged": false, + "latitude": 35.89, + "longitude": 128.61, + "monit_tag": "Republic of Korea", + "name": "KR-KNU-T3", + "netroutes": { + "KR-KNU-T3-LHCONE": { + "asn": 1237, + "id": 170, + "is_ms": false, + "last_modified": "2022-02-07T09:40:16.441797", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + "WLCG", + "cms" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "KR-KNU-T3-LHCONE", + "netsite": "KR-KNU-T3", + "netsite_spare": null, + "networks": { + "ipv4": [ + "155.230.20.0/22" + ], + "ipv6": [ + "2407:c000:c024::/48" + ] + } + } + }, + "netsites": { + "KR-KNU-T3": { + "description": "", + "id": 36, + "info_url": "", + "last_modified": "2022-02-04T06:38:20.393845", + "lhcone_active": false, + "lhcone_aup_date": null, + "lhcone_bandwidth": -1, + "lhcone_providers": [ + "KREONet2" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "KR-KNU-T3", + "noc": [ + "noc@kreonet.net", + "noc@koren.kr" + ], + "wan_bandwidth": 30 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.knu.ac.kr", + "flavour": "HTCONDOR-CE", + "id": 2312, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "KR-KNU-T3-CE-HTCONDOR-CE-ce01.knu.ac.kr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2907, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T3_KR_KNU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.47" + } + ], + "sites": [ + { + "name": "T3_KR_KNU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Seoul" + }, + "KR-KREONET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1131, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Republic of Korea", + "name": "KR-KREONET-NREN", + "netroutes": { + "KR-KREONET-NREN-LHCONE": { + "asn": 17579, + "id": 253, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.448834", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "KR-KREONET-NREN-LHCONE", + "netsite": "KR-KREONET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.75.1.128/25", + "134.75.203.16/30", + "134.75.203.240/30" + ] + } + } + }, + "netsites": { + "KR-KREONET-NREN": { + "description": "", + "id": 117, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.805123", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.794465", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "KR-KREONET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "KR-UOS-SSCC": { + "altname": "Unversity of Seoul", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 0, + "crr_url": "", + "description": "Seoul Super Computing Center at University of Seoul", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "47398G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=688", + "id": 403, + "infourl": "http://www.cms-kr.org", + "institute": "", + "is_pledged": false, + "latitude": 37.58, + "longitude": 127.06, + "monit_tag": "Republic of Korea", + "name": "KR-UOS-SSCC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2986, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_KR_UOS_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_KR_UOS", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Seoul" + }, + "Kharkov-KIPT-LCG2": { + "altname": "NSC Kharkov Institute of Physics and Technology (Kharkov-KIPT)", + "cert_status": "certified", + "corepower": 15.6, + "cores": 92, + "country": "Ukraine", + "country_code": "UA", + "cpu_capacity": 7176, + "crr_url": "", + "description": "CMS Tier-2 Site at Kharkov-KIPT", + "disk_capacity": 0, + "federations": [ + "UA-Tier2-Federation" + ], + "gocdb_pk": "363G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=383", + "id": 408, + "infourl": "http://www.kipt.kharkov.ua", + "institute": "KhIPT (Kharkov)", + "is_pledged": false, + "latitude": 50.09, + "longitude": 36.25, + "monit_tag": "Ukraine", + "name": "Kharkov-KIPT-LCG2", + "netroutes": { + "Kharkov-KIPT-LCG2-LHCONE": { + "asn": 35296, + "id": 167, + "is_ms": false, + "last_modified": "2021-12-16T18:24:41.658693", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Kharkov-KIPT-LCG2-LHCONE", + "netsite": "RU-Kharkov-KIPT", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.239.180.128/27", + "193.239.180.208/29" + ], + "ipv6": [ + "2a00:fc00:e009::/56" + ] + } + } + }, + "netsites": { + "RU-Kharkov-KIPT": { + "description": "", + "id": 21, + "info_url": "", + "last_modified": "2022-02-03T14:42:27.345102", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "GEANT", + "URAN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-Kharkov-KIPT", + "noc": [ + "oleksiy.kurov@cern.ch" + ], + "wan_bandwidth": 1 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "condor-ce.kipt.kharkov.ua", + "flavour": "HTCONDOR-CE", + "id": 2270, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Kharkov-KIPT-LCG2-CE-HTCONDOR-CE-condor-ce.kipt.kharkov.ua", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps2.kipt.kharkov.ua", + "flavour": "Bandwidth", + "id": 903, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Kharkov-KIPT-LCG2-PerfSonar-Bandwidth-ps2.kipt.kharkov.ua", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps1.kipt.kharkov.ua", + "flavour": "Latency", + "id": 1008, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Kharkov-KIPT-LCG2-PerfSonar-Latency-ps1.kipt.kharkov.ua", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2866, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_UA_KIPT_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + } + ], + "sites": [ + { + "name": "T2_UA_KIPT", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 460, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Zaporozhye" + }, + "LBL_HPCS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "ALICE USA Tier-2 site at LBNL", + "disk_capacity": 0, + "federations": [ + "US-LBNL-ALICE" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 975, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 37.866825, + "longitude": -122.3, + "monit_tag": "USA", + "name": "LBL_HPCS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 535, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2214, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "LBL_HPCS_LBL_HPCS_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice-vobox.lbl.gov", + "flavour": "AliEn-CE", + "id": 2216, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "LBL_HPCS_VoBox_alice-vobox.lbl.gov_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "LBL", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LBL_HPCS", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "LBNL_DSD_ITB": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 958, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "LBNL_DSD_ITB", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "LBNL_DSD_ITB", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "LIP-Coimbra": { + "altname": "LIP Coimbra, Portugal", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Portugal", + "country_code": "PT", + "cpu_capacity": 0, + "crr_url": "", + "description": "LIP-Coimbra", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "296G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=469", + "id": 415, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.207, + "longitude": -8.424444, + "monit_tag": "Portugal", + "name": "LIP-Coimbra", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "LIP-Coimbra", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Lisbon" + }, + "LIP-Lisbon": { + "altname": "LIP, Lisbon, Portugal", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Portugal", + "country_code": "PT", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "121G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=180", + "id": 416, + "infourl": "http://www.lip.pt", + "institute": "", + "is_pledged": false, + "latitude": 38.74, + "longitude": -9.14, + "monit_tag": "Portugal", + "name": "LIP-Lisbon", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "LIP-Lisbon", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Lisbon" + }, + "LRZ-LMU": { + "altname": "LMU LCG Tier-2", + "cert_status": "certified", + "corepower": 9.76082771896054, + "cores": 1022, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 79799, + "crr_url": "", + "description": "Grid site", + "disk_capacity": 0, + "federations": [ + "DE-MCAT" + ], + "gocdb_pk": "195G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=340", + "id": 420, + "infourl": "http://www.lrz.de/", + "institute": "Leibniz-Rechenzentrum", + "is_pledged": false, + "latitude": 48.2617, + "longitude": 11.6667, + "monit_tag": "Germany", + "name": "LRZ-LMU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcg-lrz-ce0.grid.lrz.de:8443", + "flavour": "ARC-CE", + "id": 54, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "LRZ-LMU-CE-ARC-CE-lcg-lrz-ce0.grid.lrz.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-lrz-ce3.grid.lrz.de:8443", + "flavour": "ARC-CE", + "id": 707, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "LRZ-LMU-CE-ARC-CE-lcg-lrz-ce3.grid.lrz.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://138.246.236.167:6443", + "flavour": "K8S", + "id": 3140, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "LRZ-LMU-CE-K8S-138.246.236.167", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-lrz-perfs2.grid.lrz.de", + "flavour": "Bandwidth", + "id": 795, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "LRZ-LMU-PerfSonar-Bandwidth-lcg-lrz-perfs2.grid.lrz.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-lrz-perfs1.grid.lrz.de", + "flavour": "Latency", + "id": 1072, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "LRZ-LMU-PerfSonar-Latency-lcg-lrz-perfs1.grid.lrz.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcg-lrz-squid.grid.lrz.de:3128", + "flavour": "", + "id": 2578, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "LRZ-LMU-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Intel 64", + "description": "", + "endpoint": "http://lcg-lrz-ce3.grid.lrz.de:3128", + "flavour": "Frontier", + "id": 3131, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "LRZ-LMU-Squid-Frontier-lcg-lrz-ce3.grid.lrz.de", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1699, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "LRZ-LMU_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "8.1.1" + } + ], + "sites": [ + { + "name": "LRZ-LMU", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 8176, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "MIT_CMS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 450, + "infourl": "", + "institute": "MIT (Massachusetts Institute of Technology)", + "is_pledged": false, + "latitude": 42.364347, + "longitude": -71.2, + "monit_tag": "USA", + "name": "MIT_CMS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 66, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.cmsaf.mit.edu", + "flavour": "HTCONDOR-CE", + "id": 1726, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MIT_CMS-CE-HTCONDOR-CE-ce01.cmsaf.mit.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.cmsaf.mit.edu", + "flavour": "HTCONDOR-CE", + "id": 1723, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MIT_CMS-CE-HTCONDOR-CE-ce02.cmsaf.mit.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "ce03.cmsaf.mit.edu", + "flavour": "HTCONDOR-CE", + "id": 1399, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MIT_CMS-CE-HTCONDOR-CE-ce03.cmsaf.mit.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.cmsaf.mit.edu", + "flavour": "Bandwidth", + "id": 2772, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MIT_CMS-PerfSonar-Bandwidth-perfsonar01.cmsaf.mit.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.cmsaf.mit.edu", + "flavour": "Bandwidth", + "id": 981, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MIT_CMS-PerfSonar-Bandwidth-perfsonar02.cmsaf.mit.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.cmsaf.mit.edu", + "flavour": "Latency", + "id": 898, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MIT_CMS-PerfSonar-Latency-perfsonar01.cmsaf.mit.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.cmsaf.mit.edu", + "flavour": "Latency", + "id": 2779, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MIT_CMS-PerfSonar-Latency-perfsonar02.cmsaf.mit.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2074, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "MIT_CMS_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2871, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_MIT_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T2_US_MIT", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "MIT_CMS_T3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "MIT CMS Tier3 cluster.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 451, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 42.364347, + "longitude": -71.2, + "monit_tag": "USA", + "name": "MIT_CMS_T3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 367, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2837, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_MIT_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_MIT", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "MIT_LHCb": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "T2_US_MIT_LHCb" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1041, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "MIT_LHCb", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "ce03.cmsaf.mit.edu", + "flavour": "HTCONDOR-CE", + "id": 3011, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MIT_LHCb-CE-HTCONDOR-CE-ce03.cmsaf.mit.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3197, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "MIT_LHCb_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.MIT.us", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "MPPMU": { + "altname": "Rechenzentrum der Max-Planck-Gesellschaft am Max-Planck-Institut fur Plasmaphysik", + "cert_status": "certified", + "corepower": 8.66193853427896, + "cores": 955, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 468992, + "crr_url": "", + "description": "Munich MPP and MPCDF", + "disk_capacity": 0, + "federations": [ + "DE-MCAT" + ], + "gocdb_pk": "331G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=341", + "id": 458, + "infourl": "http://www.rzg.mpg.de", + "institute": "Max-Planck-Institut f\u00fcr Physik", + "is_pledged": false, + "latitude": 48.15, + "longitude": 11.39, + "monit_tag": "Germany", + "name": "MPPMU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid-arcce1.rzg.mpg.de:2811", + "flavour": "ARC-CE", + "id": 1859, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MPPMU-CE-ARC-CE-grid-arcce1.rzg.mpg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-arcce2.rzg.mpg.de:2811", + "flavour": "ARC-CE", + "id": 564, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MPPMU-CE-ARC-CE-grid-arcce2.rzg.mpg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-squid.rzg.mpg.de:3128", + "flavour": "", + "id": 2619, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MPPMU-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1665, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "MPPMU_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + } + ], + "sites": [ + { + "name": "MPPMU", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 54144, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "MWT2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Placeholder for MWT2", + "disk_capacity": 0, + "federations": [ + "US-MWT2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 464, + "infourl": "", + "institute": "Indiana University", + "is_pledged": false, + "latitude": 41.779384, + "longitude": -87.7, + "monit_tag": "USA", + "name": "MWT2", + "netroutes": { + "MWT2_IU": { + "asn": 10680, + "id": 20, + "is_ms": false, + "last_modified": "2021-12-24T19:28:41.018506", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "MWT2_IU", + "netsite": "US-MWT2 Indiana University", + "netsite_spare": null, + "networks": { + "ipv4": [ + "149.165.224.0/23", + "149.165.236.64/29" + ], + "ipv6": [ + "2001:18e8:c02:5::/64" + ] + } + }, + "MWT2_UC": { + "asn": 160, + "id": 18, + "is_ms": false, + "last_modified": "2022-03-31T00:20:20.232838", + "lhcone_bandwidth_limit": 200, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "MWT2_UC", + "netsite": "US-MWT2 University of Chicago", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.170.224.0/19", + "192.170.240.0/23" + ], + "ipv6": [ + "2605:9a00:10:200a::/64", + "2605:9a00:10::/48" + ] + } + }, + "MWT2_UIUC": { + "asn": 38, + "id": 22, + "is_ms": false, + "last_modified": "2021-12-16T14:28:46.770015", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "US-ATLAS", + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "MWT2_UIUC", + "netsite": "US-MWT2 University of Illinois Urbana-Champaign", + "netsite_spare": null, + "networks": { + "ipv4": [ + "72.36.96.0/24" + ], + "ipv6": [ + "2620:0:e01:4800::/64" + ] + } + } + }, + "netsites": { + "US-MWT2 Indiana University": { + "description": "", + "id": 9, + "info_url": "", + "last_modified": "2022-03-30T22:47:15.672739", + "lhcone_active": true, + "lhcone_aup_date": "2015-07-01T00:00:00", + "lhcone_bandwidth": 80, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-MWT2 Indiana University", + "noc": [ + "noc@iu.edu" + ], + "wan_bandwidth": 80 + }, + "US-MWT2 University of Chicago": { + "description": "", + "id": 8, + "info_url": "", + "last_modified": "2022-03-31T00:27:18.893799", + "lhcone_active": true, + "lhcone_aup_date": "2015-07-02T00:00:00", + "lhcone_bandwidth": 200, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-MWT2 University of Chicago", + "noc": [ + "noc@uchicago.edu" + ], + "wan_bandwidth": 200 + }, + "US-MWT2 University of Illinois Urbana-Champaign": { + "description": "", + "id": 10, + "info_url": "", + "last_modified": "2022-03-31T00:25:47.659229", + "lhcone_active": true, + "lhcone_aup_date": "2015-07-19T00:00:00", + "lhcone_bandwidth": 200, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-MWT2 University of Illinois Urbana-Champaign", + "noc": [ + "help@campuscluster.illinois.edu" + ], + "wan_bandwidth": 200 + } + }, + "oim_groupid": 310, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "iut2-gk.mwt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 1311, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MWT2-CE-HTCONDOR-CE-iut2-gk.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "iut2-gk02.mwt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 3163, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MWT2-CE-HTCONDOR-CE-iut2-gk02.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "HTCondor-CE", + "description": "HTCondor-CE for UIUC testing", + "endpoint": "mwt2-uiuc-ce1.svc.opensciencegrid.org:9619", + "flavour": "HTCONDOR-CE", + "id": 3078, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-CE-HTCONDOR-CE-mwt2-uiuc-ce1.svc.opensciencegrid.org", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "HTCONDOR" + }, + { + "arch": "", + "description": "", + "endpoint": "uct2-gk.mwt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 1348, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MWT2-CE-HTCONDOR-CE-uct2-gk.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.4.1" + }, + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "uct2-gk02.mwt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 3168, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "MWT2-CE-HTCONDOR-CE-uct2-gk02.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://iut2-cvmfs.mwt2.org:3128", + "flavour": "CVMFS", + "id": 2683, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-CVMFS-iut2-cvmfs.mwt2.org", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://mwt2-cvmfs.campuscluster.illinois.edu:3128", + "flavour": "CVMFS", + "id": 2640, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-CVMFS-mwt2-cvmfs.campuscluster.illinois.edu", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://uct2-cvmfs.mwt2.org:3128", + "flavour": "CVMFS", + "id": 2686, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-CVMFS-uct2-cvmfs.mwt2.org", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net10.iu.edu", + "flavour": "Bandwidth", + "id": 3051, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-iut2-net10.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net12.iu.edu", + "flavour": "Bandwidth", + "id": 3064, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-iut2-net12.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net14.iu.edu", + "flavour": "Bandwidth", + "id": 3065, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-iut2-net14.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net16.iu.edu", + "flavour": "Bandwidth", + "id": 3069, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-iut2-net16.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "mwt2-ps02.campuscluster.illinois.edu", + "flavour": "Bandwidth", + "id": 846, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-mwt2-ps02.campuscluster.illinois.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "mwt2-ps04.campuscluster.illinois.edu", + "flavour": "Bandwidth", + "id": 763, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-mwt2-ps04.campuscluster.illinois.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "uct2-net2.mwt2.org", + "flavour": "Bandwidth", + "id": 946, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-uct2-net2.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "uct2-net4.mwt2.org", + "flavour": "Bandwidth", + "id": 884, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Bandwidth-uct2-net4.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net09.iu.edu", + "flavour": "Latency", + "id": 3050, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-iut2-net09.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net11.iu.edu", + "flavour": "Latency", + "id": 3071, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-iut2-net11.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net13.iu.edu", + "flavour": "Latency", + "id": 3068, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-iut2-net13.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iut2-net15.iu.edu", + "flavour": "Latency", + "id": 3070, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-iut2-net15.iu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "mwt2-ps01.campuscluster.illinois.edu", + "flavour": "Latency", + "id": 839, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-mwt2-ps01.campuscluster.illinois.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "mwt2-ps03.campuscluster.illinois.edu", + "flavour": "Latency", + "id": 764, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-mwt2-ps03.campuscluster.illinois.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "uct2-net1.mwt2.org", + "flavour": "Latency", + "id": 857, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-uct2-net1.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "uct2-net3.mwt2.org", + "flavour": "Latency", + "id": 964, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-PerfSonar-Latency-uct2-net3.mwt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://uct2-slate.mwt2.org:32200", + "flavour": "Frontier", + "id": 2605, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-SLATE-squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://iut2-slate.mwt2.org:32200", + "flavour": "Frontier", + "id": 2756, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "MWT2-Squid-SLATE-IU", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "MWT2 objectstore", + "endpoint": null, + "flavour": null, + "id": 2524, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "MWT2_OS_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2061, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "MWT2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.15" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1632, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "MWT2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + } + ], + "sites": [ + { + "name": "MWT2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "MY-UM-SIFIR": { + "altname": "Data Intensive Computing Centre (DICC), University of Malaya", + "cert_status": "uncertified", + "corepower": 0.0, + "cores": 0, + "country": "Malaysia", + "country_code": "MY", + "cpu_capacity": 0, + "crr_url": "", + "description": "Data intensive Computing Centre (DICC), IPPP, University of Malaya", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "95941G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1345", + "id": 469, + "infourl": "https://www.dicc.um.edu.my", + "institute": "", + "is_pledged": false, + "latitude": 3.12379, + "longitude": 101.660113, + "monit_tag": "Malaysia", + "name": "MY-UM-SIFIR", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T2_MY_SIFIR", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Kuala_Lumpur" + }, + "MY-UPM-BIRUNI-01": { + "altname": "BIRUNI Grid Computing Center", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Malaysia", + "country_code": "MY", + "cpu_capacity": 0, + "crr_url": "", + "description": "UPM Grid Computing Facility", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "311G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=189", + "id": 470, + "infourl": "http://www.biruni.upm.my", + "institute": "", + "is_pledged": false, + "latitude": 3.0, + "longitude": 101.71, + "monit_tag": "Malaysia", + "name": "MY-UPM-BIRUNI-01", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T2_MY_UPM_BIRUNI", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Kuala_Lumpur" + }, + "MaiGRID": { + "altname": "German HEP ATLAS Tier3, University of Mainz, Germany", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "German HEP ATLAS Tier3, University of Mainz, Germany", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "13281G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=119", + "id": 949, + "infourl": "http://www.iph.uni-mainz.de/", + "institute": "", + "is_pledged": false, + "latitude": 50.0, + "longitude": 8.27, + "monit_tag": "Germany", + "name": "MaiGRID", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "MaiGRID", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "test", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "NCBJ-CIS": { + "altname": "National Centre for Nuclear Research, Otwock, Poland", + "cert_status": "certified", + "corepower": 9.92, + "cores": 412, + "country": "Poland", + "country_code": "PL", + "cpu_capacity": 104473, + "crr_url": "", + "description": "Swierk Computing Centre: infrastructure and services for power engineering. Project co-financed by the European Regional Development Fund under the Operational Programme Innovative Economy.", + "disk_capacity": 0, + "federations": [ + "PL-POLISH-WLCG" + ], + "gocdb_pk": "85498G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=645", + "id": 477, + "infourl": "http://www.cis.gov.pl/", + "institute": "", + "is_pledged": false, + "latitude": 52.124321, + "longitude": 21.3364858, + "monit_tag": "Poland", + "name": "NCBJ-CIS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce.cis.gov.pl", + "flavour": "ARC-CE", + "id": 3009, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCBJ-CIS-CE-ARC-CE-ce.cis.gov.pl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce2.cis.gov.pl", + "flavour": "ARC-CE", + "id": 2246, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCBJ-CIS-CE-ARC-CE-ce2.cis.gov.pl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar.cis.gov.pl", + "flavour": "Bandwidth", + "id": 759, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCBJ-CIS-PerfSonar-Bandwidth-psonar.cis.gov.pl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar.cis.gov.pl", + "flavour": "Latency", + "id": 962, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCBJ-CIS-PerfSonar-Latency-psonar.cis.gov.pl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2089, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "NCBJ-CIS_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.13.0 with DOME" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2128, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "NCBJ-CIS_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2878, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_PL_Swierk_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "LCG.NCBJ-CIS.pl", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "LCG.NCBJ.pl", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_PL_Swierk", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 10528, + "srr_url": "https://se.cis.gov.pl/static/srr", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Warsaw" + }, + "NCG-INGRID-PT": { + "altname": "NO CENTRAL GRID - LIP/FCCN/LNEC - Lisbon - Portugal", + "cert_status": "certified", + "corepower": 15.0, + "cores": 2900, + "country": "Portugal", + "country_code": "PT", + "cpu_capacity": 43500, + "crr_url": "", + "description": "INCD - National Distributed Computing Infrastructure services registered in EGI", + "disk_capacity": 0, + "federations": [ + "PT-LIP-LCG-Tier2" + ], + "gocdb_pk": "265G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=129", + "id": 478, + "infourl": "http://www.lip.pt", + "institute": "NO CENTRAL GRID, LIP, Lisbon", + "is_pledged": false, + "latitude": 38.72, + "longitude": -9.13, + "monit_tag": "Portugal", + "name": "NCG-INGRID-PT", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc-ce01.ncg.ingrid.pt", + "flavour": "ARC-CE", + "id": 2320, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCG-INGRID-PT-CE-ARC-CE-arc-ce01.ncg.ingrid.pt", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce03.ncg.ingrid.pt", + "flavour": "ARC-CE", + "id": 2319, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCG-INGRID-PT-CE-ARC-CE-arc-ce03.ncg.ingrid.pt", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps02.ncg.ingrid.pt", + "flavour": "Bandwidth", + "id": 952, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCG-INGRID-PT-PerfSonar-Bandwidth-ps02.ncg.ingrid.pt", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps01.ncg.ingrid.pt", + "flavour": "Latency", + "id": 939, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCG-INGRID-PT-PerfSonar-Latency-ps01.ncg.ingrid.pt", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid01.ncg.ingrid.pt:3128", + "flavour": "", + "id": 2572, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCG-INGRID-PT-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1658, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "NCG-INGRID-PT_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2877, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_PT_NCG_Lisbon_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + } + ], + "sites": [ + { + "name": "NCG-INGRID-PT", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "T2_PT_NCG_Lisbon", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 3456, + "srr_url": "https://gftp01.ncg.ingrid.pt:8443/info/report.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "UTC" + }, + "NCP-LCG2": { + "altname": "National Centre For Physics, Islamabad, Pakistan", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Pakistan", + "country_code": "PK", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS Tier 2", + "disk_capacity": 0, + "federations": [ + "PK-CMS-T2" + ], + "gocdb_pk": "101G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=546", + "id": 479, + "infourl": "http://www.ncp.edu.pk", + "institute": "National Centre For Physics, Islamabad", + "is_pledged": false, + "latitude": 33.44, + "longitude": 73.09, + "monit_tag": "Pakistan", + "name": "NCP-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce-2.ncp.edu.pk", + "flavour": "HTCONDOR-CE", + "id": 2140, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "NCP-LCG2-CE-HTCONDOR-CE-htcondor-ce-2.ncp.edu.pk", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce.ncp.edu.pk", + "flavour": "HTCONDOR-CE", + "id": 446, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCP-LCG2-CE-HTCONDOR-CE-htcondor-ce.ncp.edu.pk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps.ncp.edu.pk", + "flavour": "Bandwidth", + "id": 899, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCP-LCG2-PerfSonar-Bandwidth-ps.ncp.edu.pk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps.ncp.edu.pk", + "flavour": "Latency", + "id": 824, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NCP-LCG2-PerfSonar-Latency-ps.ncp.edu.pk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2092, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "NCP-LCG2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "No progress on service upgrade. No SRR", + "endpoint": null, + "flavour": null, + "id": 2865, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_PK_NCP_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.13.0" + } + ], + "sites": [ + { + "name": "PAKGRID", + "tier_level": 3, + "vo_name": "alice" + }, + { + "name": "T2_PK_NCP", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Karachi" + }, + "NDGF-T1": { + "altname": "Nordic Data Grid Facility", + "cert_status": "certified", + "corepower": 14.3580665025, + "cores": 2069, + "country": "Nordic", + "country_code": "", + "cpu_capacity": 746160, + "crr_url": "", + "description": "The Distributed Nordic Tier-1", + "disk_capacity": 23190000000000000, + "federations": [ + "NDGF" + ], + "gocdb_pk": "270G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=523", + "id": 482, + "infourl": "http://www.ndgf.org", + "institute": "", + "is_pledged": false, + "latitude": 59.0, + "longitude": 16.0, + "monit_tag": "Nordic", + "name": "NDGF-T1", + "netroutes": { + "NDGF-T1-LHCOPNE": { + "asn": 39590, + "id": 176, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.701649", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 40, + "monit_url": "", + "name": "NDGF-T1-LHCOPNE", + "netsite": "EU-NDGF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "109.105.124.0/22" + ], + "ipv6": [ + "2001:948:40::/42" + ] + } + } + }, + "netsites": { + "EU-NDGF": { + "description": "", + "id": 15, + "info_url": "", + "last_modified": "2021-12-17T16:30:47.284932", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "NORDUNET" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "EU-NDGF", + "noc": [ + "noc@nordu.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arc01.hpc.ku.dk:2811", + "flavour": "ARC-CE", + "id": 693, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-arc01.hpc.ku.dk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://arctestcluster-slurm-ce1.cern-test.uiocloud.no:443", + "flavour": "ARC-CE", + "id": 2721, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-arctestcluster-slurm-ce1.cern-test.uiocloud.no", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "https://arctestcluster-slurm-el8-ce1.cern-test.uiocloud.no:443", + "flavour": "ARC-CE", + "id": 3122, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-arctestcluster-slurm-el8-ce1.cern-test.uiocloud.no", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": "" + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "https://arctestcluster-slurm-el9-ce1.cern-test.uiocloud.no:443", + "flavour": "ARC-CE", + "id": 3183, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-arctestcluster-slurm-el9-ce1.cern-test.uiocloud.no", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://atlas.bluegrass.nsc.liu.se:2811", + "flavour": "ARC-CE", + "id": 111, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-atlas.bluegrass.nsc.liu.se", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://frontend001.grid.uiocloud.no:443", + "flavour": "ARC-CE", + "id": 1569, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-frontend001.grid.uiocloud.no", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "kebnekaise-ce.hpc2n.umu.se", + "flavour": "ARC-CE", + "id": 2452, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1-CE-ARC-CE-kebnekaise-ce.hpc2n.umu.se", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://db-atlas-squid.ndgf.org:3128", + "flavour": "Frontier", + "id": 2661, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "NDGF-T1-Frontier-db-atlas-squid.ndgf.org", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps2.ndgf.org", + "flavour": "Bandwidth", + "id": 882, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1-PerfSonar-Bandwidth-perfsonar-ps2.ndgf.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps.ndgf.org", + "flavour": "Latency", + "id": 775, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1-PerfSonar-Latency-perfsonar-ps.ndgf.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2069, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "NDGF-T1_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1581, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "NDGF-T1_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.19" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1580, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "NDGF-T1_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.19" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1450, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "NDGF-T1_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.19" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3139, + "impl": "CTA", + "is_monitored": false, + "is_virtual": true, + "name": "NDGF-T1_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.19" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1582, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "NDGF-T1_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.19" + }, + { + "arch": "", + "description": "", + "endpoint": "alice-master.lhc.uib.no", + "flavour": "AliEn-CE", + "id": 1472, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1_VoBox_alice-master.lhc.uib.no_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice-tron.hip.fi", + "flavour": "AliEn-CE", + "id": 1491, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1_VoBox_alice-tron.hip.fi_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice.lunarc.lu.se", + "flavour": "AliEn-CE", + "id": 1462, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1_VoBox_alice.lunarc.lu.se_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice01.hpc.ku.dk", + "flavour": "AliEn-CE", + "id": 1524, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NDGF-T1_VoBox_alice01.hpc.ku.dk_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "ARC-TEST", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "DCSC_KU", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "HIP", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LUNARC", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "NDGF", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "NDGF-T1", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "NDGF-T1", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "UiB", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "UNICPH-NBI", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 51968, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 20840000000000000, + "timezone": "Europe/Stockholm" + }, + "NDSU-Lancium": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "Compute resources at Lancium provided through North Dakota State", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1008, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 46.897592, + "longitude": -96.802372, + "monit_tag": "NULL", + "name": "NDSU-Lancium", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 1103, + "rc_tier_level": null, + "services": [], + "sites": [ + { + "name": "T3_US_Lancium", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "ND_CAMLGPU": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "ND_CAMLGPU", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 970, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.701415, + "longitude": -86.24498, + "monit_tag": "NULL", + "name": "ND_CAMLGPU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 80, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "hosted-ce35.opensciencegrid.org:9619", + "flavour": "HTCONDOR-CE", + "id": 2344, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "ND_CAMLGPU-CE-HTCONDOR-CE-hosted-ce35.opensciencegrid.org", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "5.1.1" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "NERSC-PDSF": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 483, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 37.866825, + "longitude": -122.253582, + "monit_tag": "USA", + "name": "NERSC-PDSF", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 75, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "perfsonar.nersc.gov", + "flavour": "Bandwidth", + "id": 2911, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NERSC-PDSFPerfsonar Services-PerfSonar-Bandwidth-perfsonar.nersc.gov", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.nersc.gov", + "flavour": "Latency", + "id": 2910, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NERSC-PDSFPerfsonar Services-PerfSonar-Latency-perfsonar.nersc.gov", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2855, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_NERSC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "NERSC-PDSF", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "T3_US_NERSC", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "NIHAM": { + "altname": "NIHAM", + "cert_status": "certified", + "corepower": 9.618569328760412, + "cores": 637, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 39263, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "208G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=228", + "id": 512, + "infourl": "http://niham.nipne.ro", + "institute": "NIPNE", + "is_pledged": false, + "latitude": 44.35, + "longitude": 26.04, + "monit_tag": "Romania", + "name": "NIHAM", + "netroutes": { + "NIHAM-LHCONE": { + "asn": 2614, + "id": 270, + "is_ms": false, + "last_modified": "2022-02-03T07:11:18.308436", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + " WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "NIHAM-LHCONE", + "netsite": "RO-NIHAM", + "netsite_spare": null, + "networks": { + "ipv4": [ + "81.180.86.0/24" + ], + "ipv6": [ + "2001:b30:4202:100::/64" + ] + } + } + }, + "netsites": { + "RO-NIHAM": { + "description": "", + "id": 90, + "info_url": "", + "last_modified": "2021-12-17T16:21:52.458159", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "ROEDUNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RO-NIHAM", + "noc": [ + "noc@roedu.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1427, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "NIHAM_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gate64.nipne.ro", + "flavour": "AliEn-CE", + "id": 1479, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIHAM_VoBox_gate64.nipne.ro_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hgate.nipne.ro", + "flavour": "AliEn-CE", + "id": 1526, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIHAM_VoBox_hgate.nipne.ro_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "NIHAM", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 4082, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "NIKHEF-ELPROD": { + "altname": "NIKHEF, Amsterdam, The Netherlands", + "cert_status": "certified", + "corepower": 14.090051457976, + "cores": 552, + "country": "Netherlands", + "country_code": "NL", + "cpu_capacity": 98235, + "crr_url": "", + "description": "National Grid Production Facility", + "disk_capacity": 4000000000000000, + "federations": [ + "NL-T1" + ], + "gocdb_pk": "224G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=494", + "id": 513, + "infourl": "http://www.nikhef.nl/grid", + "institute": "NIKHEF", + "is_pledged": false, + "latitude": 52.35584, + "longitude": 4.95131, + "monit_tag": "Netherlands", + "name": "NIKHEF-ELPROD", + "netroutes": { + "NIKHEF-ELPROD-LHCONE": { + "asn": 1104, + "id": 266, + "is_ms": false, + "last_modified": "2022-03-10T14:29:34.907185", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "wlcg", + " XENON", + "DUNE", + "PierreAugerObservatory", + "alice" + ], + "lhcopn_bandwidth_limit": 400, + "monit_url": "", + "name": "NIKHEF-ELPROD-LHCONE", + "netsite": "NL-NLT1-NIKHEF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "194.171.96.128/25", + "194.171.98.112/29" + ], + "ipv6": [ + "2a07:8504:120:e060::/64", + "2a07:8504:120:e068::/64" + ] + } + }, + "NLT1-NIKHEF-LHCOPNE": { + "asn": 1104, + "id": 178, + "is_ms": false, + "last_modified": "2022-03-10T14:31:50.051727", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "PierreAugerObservatory", + "XENON", + "alice", + "DUNE" + ], + "lhcopn_bandwidth_limit": 400, + "monit_url": "", + "name": "NLT1-NIKHEF-LHCOPNE", + "netsite": "NL-NLT1-NIKHEF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "194.171.96.128/25", + "194.171.98.112/29" + ], + "ipv6": [ + "2a07:8504:120:e060::/64", + "2a07:8504:120:e068::/64" + ] + } + } + }, + "netsites": { + "NL-NLT1-NIKHEF": { + "description": "", + "id": 32, + "info_url": "", + "last_modified": "2022-03-10T14:11:31.008223", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "SURF" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 400, + "monit_url": "", + "name": "NL-NLT1-NIKHEF", + "noc": [ + "grid.sysadmin@nikhef.nl" + ], + "wan_bandwidth": 1000 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "brug.nikhef.nl:2811", + "flavour": "ARC-CE", + "id": 2425, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIKHEF-ELPROD-CE-ARC-CE-brug.nikhef.nl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dissel.nikhef.nl:2811", + "flavour": "ARC-CE", + "id": 2509, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIKHEF-ELPROD-CE-ARC-CE-dissel.nikhef.nl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "ARC6" + }, + { + "arch": "", + "description": "", + "endpoint": "http://kraplap.nikhef.nl:3128", + "flavour": null, + "id": 2306, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIKHEF-ELPROD-Squid-None-kraplap.nikhef.nl", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://oorijzer.nikhef.nl:3128", + "flavour": null, + "id": 2303, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIKHEF-ELPROD-Squid-None-oorijzer.nikhef.nl", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://rijglijf.nikhef.nl:3128", + "flavour": null, + "id": 2299, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NIKHEF-ELPROD-Squid-None-rijglijf.nikhef.nl", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "New dCache implementation that replaces DPM", + "endpoint": null, + "flavour": null, + "id": 1932, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "NIKHEF-ELPROD_SE_167_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + } + ], + "sites": [ + { + "name": "LCG.NIKHEF.nl", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "NIKHEF", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "NIKHEF", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "NIKHEF-ELPROD", + "tier_level": 1, + "vo_name": "atlas" + } + ], + "slots": 6972, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 22100000000000000, + "timezone": "Europe/Amsterdam" + }, + "NL-SURF-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Netherlands", + "country_code": "NL", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1130, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Netherlands", + "name": "NL-SURF-NREN", + "netroutes": { + "NL-SURF-NREN-LHCONE": { + "asn": 11105, + "id": 249, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.410022", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "NL-SURF-NREN-LHCONE", + "netsite": "NL-SURF-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "206.12.127.0/24" + ] + } + } + }, + "netsites": { + "NL-SURF-NREN": { + "description": "", + "id": 116, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.782940", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.780637", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "NL-SURF-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "NO-NORGRID-T2": { + "altname": "NORGRID", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Norway", + "country_code": "NO", + "cpu_capacity": 0, + "crr_url": "", + "description": "The Norwegian GRID Initiative", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "206G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=521", + "id": 518, + "infourl": "http://www.norgrid.no/", + "institute": "", + "is_pledged": false, + "latitude": 59.94, + "longitude": 10.71, + "monit_tag": "Norway", + "name": "NO-NORGRID-T2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "NO-NORGRID-T2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Oslo" + }, + "NULL": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "NULL", + "name": "NULL", + "netroutes": {}, + "netsites": { + "NULL": { + "description": "", + "id": 1, + "info_url": "", + "last_modified": "2021-10-18T09:52:26.188980", + "lhcone_active": false, + "lhcone_aup_date": null, + "lhcone_bandwidth": -1, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "NULL", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T1_CH_TEST_Phedex", + "tier_level": 1, + "vo_name": "cms" + }, + { + "name": "T1_RU_JINR_Disk", + "tier_level": 1, + "vo_name": "cms" + }, + { + "name": "T1_UK_RAL_Disk", + "tier_level": 1, + "vo_name": "cms" + }, + { + "name": "T1_US_FNAL_Disk", + "tier_level": 1, + "vo_name": "cms" + }, + { + "name": "T3_BR_UFRGS", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_CH_CERN_HelixNebula_REHA", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_IN_PUHEP", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_IN_VBU", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_IT_Opportunistic", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_RU_MEPhI", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_RU_SINP", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_UK_GridPP_Cloud", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_UK_Opportunistic", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_ANL", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_BU", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_Caltech_Cloud", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_Caltech_HPC", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_HEPCloud", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_JHU", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_Kansas", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_NEU", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_Princeton_ARM", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_UTENN", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "T3_US_UVA", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "NWICG_NDCMS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "NWICG_NDCMS", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 522, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.701415, + "longitude": -86.24498, + "monit_tag": "USA", + "name": "NWICG_NDCMS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 78, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "deepthought.crc.nd.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1330, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "NWICG_NDCMS-CE-HTCONDOR-CE-deepthought.crc.nd.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.0.0" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2869, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_NotreDame_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_NotreDame", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "NYSGRID-CCR-U2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 898, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "NYSGRID-CCR-U2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_UB", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "NYU-ATLAS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Resource Group for the NYU ATLAS Tier3 site", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 524, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.729942, + "longitude": -73.994486, + "monit_tag": "USA", + "name": "NYU-ATLAS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 304, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "NYU-ATLAS", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Nebraska": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Nebraska CMS T2 Resource.", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 526, + "infourl": "", + "institute": "University of Nebraska", + "is_pledged": false, + "latitude": 40.819655, + "longitude": -96.705694, + "monit_tag": "USA", + "name": "Nebraska", + "netroutes": { + "Nebraska-LHCONE": { + "asn": 7896, + "id": 177, + "is_ms": false, + "last_modified": "2022-08-01T22:58:02.424480", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "US-CMS" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Nebraska-LHCONE", + "netsite": "US-Nebraska", + "netsite_spare": null, + "networks": { + "ipv4": [ + "129.93.153.0/24", + "129.93.182.0/23", + "129.93.239.128/26", + "129.93.244.192/26" + ], + "ipv6": [ + "2600:900:6:1101::/64", + "2600:900:6:1102::/64", + "2600:900:6:1103::/64", + "2600:900:6:1301::/64", + "2600:900:6:1302::/64", + "2600:900:6:3103::/64" + ] + } + } + }, + "netsites": { + "US-Nebraska": { + "description": "USCMS Tier2 at the University of Nebraska-Lincoln", + "id": 12, + "info_url": "", + "last_modified": "2021-12-17T16:26:05.985991", + "lhcone_active": true, + "lhcone_aup_date": "2015-02-20T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "https://public.stardust.es.net/d/xAueBcH7k/lhc-data-challenge-interface-details?orgId=1&var-iface=kans-cr6::unl_se-620", + "name": "US-Nebraska", + "noc": [ + "garhan.attebury@unl.edu" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": 71, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "red-gw1.unl.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1312, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Nebraska-CE-HTCONDOR-CE-red-gw1.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "red-gw2.unl.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1313, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Nebraska-CE-HTCONDOR-CE-red-gw2.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "red.unl.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1326, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Nebraska-CE-HTCONDOR-CE-red.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "hcc-ps01.unl.edu", + "flavour": "Bandwidth", + "id": 2776, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Nebraska-PerfSonar-Bandwidth-hcc-ps01.unl.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "hcc-ps02.unl.edu", + "flavour": "Bandwidth", + "id": 813, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Nebraska-PerfSonar-Bandwidth-hcc-ps02.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.unl.edu", + "flavour": "Bandwidth", + "id": 989, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Nebraska-PerfSonar-Bandwidth-perfsonar.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hcc-ps01.unl.edu", + "flavour": "Latency", + "id": 1074, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Nebraska-PerfSonar-Latency-hcc-ps01.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.unl.edu", + "flavour": "Latency", + "id": 866, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Nebraska-PerfSonar-Latency-perfsonar.unl.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2063, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "Nebraska_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "T2_US_Nebraska", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Nevis": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Nevis", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 527, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.027292, + "longitude": -73.872435, + "monit_tag": "USA", + "name": "Nevis", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 296, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1624, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "Nevis_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "Nevis", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "OLCF": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 956, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "OLCF", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "OLCF", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "ORNL": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "ALICE USA Tier-2 site at Oak Ridge", + "disk_capacity": 0, + "federations": [ + "US-LBNL-ALICE" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 905, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 36.0, + "longitude": -84.0, + "monit_tag": "USA", + "name": "ORNL", + "netroutes": { + "ORNL-LHCONE": { + "asn": 50, + "id": 179, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.737252", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ORNL-LHCONE", + "netsite": "US-ORNL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "192.12.68.0/24", + "192.188.182.0/24" + ], + "ipv6": [ + "2620:0:2b3d:100::/56", + "2620:0:2b3d::/56" + ] + } + } + }, + "netsites": { + "US-ORNL": { + "description": "", + "id": 75, + "info_url": "", + "last_modified": "2021-12-17T16:22:09.140767", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-ORNL", + "noc": [ + "ornl-esnet-ops@ornl.gov" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 536, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2816, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "ORNL_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "voboxslr.alice.ornl.gov", + "flavour": "AliEn-CE", + "id": 2156, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ORNL_VoBox_voboxslr.alice.ornl.gov_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "ORNL", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "ORNL-T2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 978, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "ORNL-T2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "OUHEP_OSG": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 540, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 35.207175, + "longitude": -97.447051, + "monit_tag": "USA", + "name": "OUHEP_OSG", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 87, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1591, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "OUHEP_OSG_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "OUHEP_OSG", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "OU_OSCER_ATLAS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-SWT2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 542, + "infourl": "", + "institute": "Oklahoma University ", + "is_pledged": false, + "latitude": 35.207175, + "longitude": -97.447073, + "monit_tag": "USA", + "name": "OU_OSCER_ATLAS", + "netroutes": { + "OU_OSCER_ATLAS-LHCONE": { + "asn": 25776, + "id": 257, + "is_ms": false, + "last_modified": "2022-02-10T18:01:51.760662", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "US-ATLAS", + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "OU_OSCER_ATLAS-LHCONE", + "netsite": "US-SWT2 University of Oklahoma", + "netsite_spare": null, + "networks": { + "ipv4": [ + "129.15.40.0/23", + "129.15.42.0/23", + "156.110.41.0/24" + ], + "ipv6": [ + "2610:1d8:a01:1::/64" + ] + } + } + }, + "netsites": { + "US-SWT2 University of Oklahoma": { + "description": "", + "id": 143, + "info_url": "", + "last_modified": "2022-02-02T17:36:20.226876", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-SWT2 University of Oklahoma", + "noc": [ + "network@ou.edu" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": 89, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid1.oscer.ou.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1370, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "OU_OSCER_ATLAS-CE-HTCONDOR-CE-grid1.oscer.ou.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1719, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "OU_OSCER_ATLAS_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.4.2" + } + ], + "sites": [ + { + "name": "OU_OSCER_ATLAS", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Oslo": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Norway", + "country_code": "NO", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 906, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Norway", + "name": "Oslo", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "UiO", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "PK-CIIT": { + "altname": "PK-CIIT", + "cert_status": "candidate", + "corepower": 0.0, + "cores": 0, + "country": "Pakistan", + "country_code": "PK", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier 2 Site in Pakistan (MonALISA Map: COMSATS)", + "disk_capacity": 0, + "federations": [ + "PK-CIIT-ALICE" + ], + "gocdb_pk": "54821G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=656", + "id": 554, + "infourl": "http://ciit-grid.comsats.edu.pk", + "institute": "COMSATS Institute of Information Technology (CIIT)", + "is_pledged": false, + "latitude": 33.650403, + "longitude": 73.155899, + "monit_tag": "Pakistan", + "name": "PK-CIIT", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cern-56-24-244.comsats.edu.pk:8443", + "flavour": "CREAM-CE", + "id": 127, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "PK-CIIT-CE-CREAM-CE-cern-56-24-244.comsats.edu.pk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "COMSATS", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Karachi" + }, + "PL-PSNC-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Poland", + "country_code": "PL", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1129, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Poland", + "name": "PL-PSNC-NREN", + "netroutes": { + "PL-PSNC-NREN-LHCONE": { + "asn": 8501, + "id": 247, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.390323", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "PL-PSNC-NREN-LHCONE", + "netsite": "PL-PSNC-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.255.184/31", + "149.156.5.16/30", + "149.156.5.20/30", + "150.254.182.0/31", + "213.135.50.84/30" + ], + "ipv6": [ + "2001:67c:1bec::255:184/127", + "2001:6a0:fff:ff0a::/64", + "2001:6d8:0:20f::/64", + "2001:6d8:0:21f::/64", + "2001:808:2:22::/64" + ] + } + } + }, + "netsites": { + "PL-PSNC-NREN": { + "description": "", + "id": 135, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.068099", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.065997", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "PL-PSNC-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "PSC-Bridges2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "The PSC-Bridges cluster", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1037, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.444035, + "longitude": -79.959987, + "monit_tag": "USA", + "name": "PSC-Bridges2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 1112, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "psc-bridges2-ce1.svc.opensciencegrid.org:9619", + "flavour": "HTCONDOR-CE", + "id": 2972, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "PSC-Bridges2-CE-HTCONDOR-CE-psc-bridges2-ce1.svc.opensciencegrid.org", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "5.1.3" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "PSC-HPC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "The PSC-Bridges cluster", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1022, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.444035, + "longitude": -79.959987, + "monit_tag": "NULL", + "name": "PSC-HPC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 1112, + "rc_tier_level": null, + "services": [], + "sites": [ + { + "name": "T3_US_PSC", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "PSNC": { + "altname": "Institute of Bioorganic Chemistry Polish Academy of Sciences Poznan Supercomputing and Networking Center", + "cert_status": "certified", + "corepower": 19.2003073176389, + "cores": 2178, + "country": "Poland", + "country_code": "PL", + "cpu_capacity": 585457, + "crr_url": "", + "description": "Poznan Supercomputing and Networking Center", + "disk_capacity": 0, + "federations": [ + "PL-POLISH-WLCG" + ], + "gocdb_pk": "387G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=453", + "id": 569, + "infourl": "http://egee.man.poznan.pl", + "institute": "Poznan Supercomputing & Networking Center", + "is_pledged": false, + "latitude": 52.41144, + "longitude": 16.91753, + "monit_tag": "Poland", + "name": "PSNC", + "netroutes": { + "PSNC-LHCONE": { + "asn": 9112, + "id": 248, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.400398", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "PSNC-LHCONE", + "netsite": "PL-PSNC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "150.254.198.0/25" + ], + "ipv6": [ + "2001:808:1:b::/64" + ] + } + } + }, + "netsites": { + "PL-PSNC": { + "description": "", + "id": 125, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.952781", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.950576", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "PSNC" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "PL-PSNC", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc-ce.egee.man.poznan.pl:2811", + "flavour": "ARC-CE", + "id": 2242, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "PSNC-CE-ARC-CE-arc-ce.egee.man.poznan.pl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-squid.reef.man.poznan.pl:3128", + "flavour": "Frontier", + "id": 2592, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "PSNC-Frontier-frontier-squid.reef.man.poznan.pl", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3030, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "PSNC_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.PSNC.pl", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "Poznan", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "PSNC", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 30492, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Warsaw" + }, + "PennT3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Pennsylvania ATLAS Tier 3 system", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 571, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 39.949424, + "longitude": -75.171847, + "monit_tag": "USA", + "name": "PennT3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 350, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1707, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "PennT3_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "PennT3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Princeton_ICSE_T3_CMS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS Tier3 site at Princeton", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 574, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.340526, + "longitude": -74.653473, + "monit_tag": "USA", + "name": "Princeton_ICSE_T3_CMS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 268, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2886, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_Princeton_ICSE_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_Princeton_ICSE", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS tier 2 facility at Purdue University, West Lafayette, IN.", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 929, + "infourl": "", + "institute": "Purdue University", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue", + "netroutes": { + "Purdue-LHCONE": { + "asn": 397511, + "id": 182, + "is_ms": false, + "last_modified": "2021-12-16T16:54:42.481526", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Purdue-LHCONE", + "netsite": "US-Purdue", + "netsite_spare": null, + "networks": { + "ipv4": [ + "128.211.128.0/19", + "128.211.160.0/22" + ], + "ipv6": [ + "2001:18e8:804::/48" + ] + } + } + }, + "netsites": { + "US-Purdue": { + "description": "", + "id": 46, + "info_url": "", + "last_modified": "2021-12-17T16:22:25.187552", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-Purdue", + "noc": [ + "ioc@lists.purdue.edu" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 393, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "bell-osg.rcac.purdue.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 2469, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Purdue-CE-HTCONDOR-CE-bell-osg.rcac.purdue.edu", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "brown-osg.rcac.purdue.edu", + "flavour": "HTCONDOR-CE", + "id": 2147, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Purdue-CE-HTCONDOR-CE-brown-osg.rcac.purdue.edu", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "halstead-osg.rcac.purdue.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 2127, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-CE-HTCONDOR-CE-halstead-osg.rcac.purdue.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "hammer-osg.rcac.purdue.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 2100, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Purdue-CE-HTCONDOR-CE-hammer-osg.rcac.purdue.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms1.itns.purdue.edu", + "flavour": "Bandwidth", + "id": 2768, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-PerfSonar-Bandwidth-perfsonar-cms1.itns.purdue.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms2.itns.purdue.edu", + "flavour": "Bandwidth", + "id": 2016, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-PerfSonar-Bandwidth-perfsonar-cms2.itns.purdue.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms1.itns.purdue.edu", + "flavour": "Latency", + "id": 2017, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-PerfSonar-Latency-perfsonar-cms1.itns.purdue.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms2.itns.purdue.edu", + "flavour": "Latency", + "id": 2769, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-PerfSonar-Latency-perfsonar-cms2.itns.purdue.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2845, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_Purdue_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T2_US_Purdue", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue-Brown": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "requested in https://ticket.grid.iu.edu/35669", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 575, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue-Brown", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 482, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue-Conte": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "The Purdue Conte cluster -- http://www.rcac.purdue.edu/userinfo/resources/conte/", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 576, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue-Conte", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 389, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue-Hadoop": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS Hadoop cluster at Purdue University, West Lafayette, IN.", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 577, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue-Hadoop", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 393, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms2.itns.purdue.edu", + "flavour": "Bandwidth", + "id": 997, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-Hadoop-PerfSonar-Bandwidth-perfsonar-cms2.itns.purdue.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms1.itns.purdue.edu", + "flavour": "Latency", + "id": 875, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Purdue-Hadoop-PerfSonar-Latency-perfsonar-cms1.itns.purdue.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue-Halstead": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Purdue Halstead", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 578, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue-Halstead", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 461, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue-Hammer": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "A high throughput community clusters at Purdue", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 579, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue-Hammer", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 412, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Purdue-Rice": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "https://www.rcac.purdue.edu/compute/rice/", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 580, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.423004, + "longitude": -86.910768, + "monit_tag": "USA", + "name": "Purdue-Rice", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 446, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "RAL-LCG2": { + "altname": "RAL, GridPP Tier-1 Computing, Oxfordshire UK", + "cert_status": "certified", + "corepower": 11.7, + "cores": 17750, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 419600, + "crr_url": "https://www.gridpp.rl.ac.uk/RAL-LCG2/RAL-LCG2_CE.json", + "description": "Rutherford Appleton Laboratory - Tier1", + "disk_capacity": 36740000000000000, + "federations": [ + "UK-T1-RAL" + ], + "gocdb_pk": "194G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=570", + "id": 581, + "infourl": "", + "institute": "Rutherford Appleton Laboratory", + "is_pledged": false, + "latitude": 51.57, + "longitude": -1.32, + "monit_tag": "UK", + "name": "RAL-LCG2", + "netroutes": { + "RAL-LCG2-LEGACY": { + "asn": 43475, + "id": 281, + "is_ms": false, + "last_modified": "2022-07-01T15:52:59.348041", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RAL-LCG2-LEGACY", + "netsite": "UK-RAL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "130.246.180.0/22", + "130.246.216.0/21" + ], + "ipv6": [ + "2001:630:58:1800::/64" + ] + } + }, + "RAL-LCG2-LHCOPN": { + "asn": 43475, + "id": 183, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.784473", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "RAL-LCG2-LHCOPN", + "netsite": "UK-RAL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "130.246.152.240/28", + "130.246.176.0/22" + ], + "ipv6": [ + "2001:630:58:1820::/64" + ] + } + } + }, + "netsites": { + "UK-RAL": { + "description": "", + "id": 59, + "info_url": "", + "last_modified": "2022-07-19T16:51:14.849263", + "lhcone_active": false, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": -1, + "lhcone_providers": [ + "JANET" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "UK-RAL", + "noc": [ + "lcg-support@gridpp.rl.ac.uk" + ], + "wan_bandwidth": 300 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://squid:3128", + "flavour": "Frontier", + "id": 2641, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-Azure-squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce-test01.gridpp.rl.ac.uk", + "flavour": "ARC-CE", + "id": 2316, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce-test01.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce-test02.gridpp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 445, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce-test02.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce01.gridpp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 243, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce01.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce02.gridpp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 47, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce02.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce03.gridpp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 130, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce03.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce04.gridpp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 687, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce04.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce05.gridpp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 248, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-CE-ARC-CE-arc-ce05.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cta-ps01-bw.scd.rl.ac.uk", + "flavour": "Bandwidth", + "id": 3148, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-PerfSonar-Bandwidth-cta-ps01-bw.scd.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ps01-bw.gridpp.rl.ac.uk", + "flavour": "Bandwidth", + "id": 3147, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-PerfSonar-Bandwidth-lcg-ps01-bw.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "lcgps02.gridpp.rl.ac.uk", + "flavour": "Bandwidth", + "id": 925, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-PerfSonar-Bandwidth-lcgps02.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cta-ps01-lt.scd.rl.ac.uk", + "flavour": "Latency", + "id": 3145, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-PerfSonar-Latency-cta-ps01-lt.scd.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ps01-lt.gridpp.rl.ac.uk", + "flavour": "Latency", + "id": 3146, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RAL-LCG2-PerfSonar-Latency-lcg-ps01-lt.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "lcgps01.gridpp.rl.ac.uk", + "flavour": "Latency", + "id": 828, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-PerfSonar-Latency-lcgps01.gridpp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlas-squid.gridpp.rl.ac.uk:3128", + "flavour": "", + "id": 2581, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RAL-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2062, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RAL-LCG2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1935, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RAL-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "14.2.15" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1934, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RAL-LCG2_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "14.2.15" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1936, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RAL-LCG2_SE_2_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "Though it is the same storage backend as RAL-LCG2_SE_ATLAS_0 it is accessible through dynafed S3 endpoint and can not be accessed through XrootD/GridFTP as RAL-LCG2_SE_ATLAS_0", + "endpoint": null, + "flavour": null, + "id": 1653, + "impl": "Echo", + "is_monitored": false, + "is_virtual": true, + "name": "RAL-LCG2_SE_ATLAS_1", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "14.2.15" + }, + { + "arch": "Tape", + "description": "RAL-LCG2 TAPE CTA instance", + "endpoint": null, + "flavour": null, + "id": 3049, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RAL-LCG2_SE_CTA_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1842, + "impl": "Echo", + "is_monitored": true, + "is_virtual": true, + "name": "RAL-LCG2_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "14.2.15" + }, + { + "arch": "", + "description": "RAL FTS3 PILOT REST endpoint", + "endpoint": "https://fts3-test.gridpp.rl.ac.uk:8446", + "flavour": "REST", + "id": 2635, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RALFTS3TEST_REST", + "state": "ACTIVE", + "status": "production", + "type": "FTS", + "version": null + }, + { + "arch": "", + "description": "RAL FTS3 REST endpoint", + "endpoint": "https://lcgfts3.gridpp.rl.ac.uk:8446", + "flavour": "REST", + "id": 2689, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RALFTS3_REST", + "state": "ACTIVE", + "status": "production", + "type": "FTS", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2521, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RAL_OS_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2867, + "impl": "Echo", + "is_monitored": true, + "is_virtual": true, + "name": "T1_UK_RAL_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "14.2.15" + } + ], + "sites": [ + { + "name": "LCG.RAL.uk", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "RAL", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "RAL-Azure", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "RAL-LCG2", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "RAL-LCG2-ECHO", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "T1_UK_RAL", + "tier_level": 1, + "vo_name": "cms" + } + ], + "slots": 35500, + "srr_url": "https://s3.echo.stfc.ac.uk/srr/storagesummary.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 95550000000000000, + "timezone": "Europe/London" + }, + "RIVR.UM": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Slovenia", + "country_code": "SI", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 959, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Slovenia", + "name": "RIVR.UM", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://maister.hpc-rivr.um.si:2811", + "flavour": "ARC-CE", + "id": 2164, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RIVR.UM-CE-ARC-CE-maister1.hpc-rivr.um.si", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "RIVR.UM", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "RO-02-NIPNE": { + "altname": "National Institute for Physics and Nuclear Engineering, Bucharest, Romania", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "57G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=498", + "id": 586, + "infourl": "http://www.nipne.ro/", + "institute": "IFIN HH", + "is_pledged": false, + "latitude": 44.35, + "longitude": 26.03, + "monit_tag": "Romania", + "name": "RO-02-NIPNE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://baafsq.nipne.ro:3128", + "flavour": "Frontier", + "id": 2637, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-02-NIPNE-Frontier-baafsq.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "atrogr009.nipne.ro", + "flavour": "Bandwidth", + "id": 887, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-02-NIPNE-PerfSonar-Bandwidth-atrogr009.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "atrogr007.nipne.ro", + "flavour": "Latency", + "id": 986, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-02-NIPNE-PerfSonar-Latency-atrogr007.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "RO-02-NIPNE", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RO-03-UPB": { + "altname": "RO-03-UPB", + "cert_status": "certified", + "corepower": 10.1396396396396, + "cores": 88, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 36017, + "crr_url": "", + "description": "Politehnica University of Bucharest Tier-2 Site", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "253G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=322", + "id": 587, + "infourl": "http://cluster.grid.pub.ro", + "institute": "", + "is_pledged": false, + "latitude": 44.43, + "longitude": 26.04, + "monit_tag": "Romania", + "name": "RO-03-UPB", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.grid.pub.ro:2811", + "flavour": "ARC-CE", + "id": 2039, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-03-UPB-CE-ARC-CE-ce01.grid.pub.ro", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bandwidth.grid.pub.ro", + "flavour": "Bandwidth", + "id": 940, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-03-UPB-PerfSonar-Bandwidth-perfsonar-bandwidth.grid.pub.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-latency.grid.pub.ro", + "flavour": "Latency", + "id": 944, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-03-UPB-PerfSonar-Latency-perfsonar-latency.grid.pub.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1460, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RO-03-UPB_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "UPB", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 3552, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RO-07-NIPNE": { + "altname": "National Institut of Pyshics and Nuclear Engineering, IT Department", + "cert_status": "certified", + "corepower": 2.30839495433, + "cores": 258, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 52185, + "crr_url": "", + "description": "update", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "259G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=324", + "id": 588, + "infourl": "http://www.nipne.ro", + "institute": "IFIN HH", + "is_pledged": false, + "latitude": 44.34, + "longitude": 26.03, + "monit_tag": "Romania", + "name": "RO-07-NIPNE", + "netroutes": { + "RO-NIPNE-LHCONE_1": { + "asn": 2614, + "id": 268, + "is_ms": false, + "last_modified": "2022-02-02T09:59:15.526048", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RO-NIPNE-LHCONE_1", + "netsite": "RO-NIPNE_1", + "netsite_spare": null, + "networks": { + "ipv4": [ + "81.180.86.0/24" + ], + "ipv6": [ + "2001:b30:4202:100::/64" + ] + } + } + }, + "netsites": { + "RO-NIPNE_1": { + "description": "", + "id": 151, + "info_url": "", + "last_modified": "2022-02-02T09:16:58.367200", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ROEDUNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RO-NIPNE_1", + "noc": [ + "ciubancan@nipne.ro" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc6atlas1.nipne.ro:2811", + "flavour": "ARC-CE", + "id": 50, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-07-NIPNE-CE-ARC-CE-arc6atlas1.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.nipne.ro", + "flavour": "Bandwidth", + "id": 781, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-07-NIPNE-PerfSonar-Bandwidth-perfsonar1.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.nipne.ro", + "flavour": "Latency", + "id": 1040, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-07-NIPNE-PerfSonar-Latency-perfsonar2.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://gridgw.nipne.ro:3128", + "flavour": "", + "id": 2678, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-07-NIPNE-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "DPM 1.14.2 with DOME and Macaroons", + "endpoint": null, + "flavour": null, + "id": 1603, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "RO-07-NIPNE_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1447, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "RO-07-NIPNE_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.7.7" + }, + { + "arch": "Disk", + "description": "DPM 1.14.2 with DOME with Macaroons", + "endpoint": null, + "flavour": null, + "id": 1980, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "RO-07-NIPNE_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "LCG.NIPNE-07.ro", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "NIPNE", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "RO-07-NIPNE", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 4970, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RO-11-NIPNE": { + "altname": "LHCb Group of the Horia Hulubei National Institute for Physics and Nuclear Engineering (IFIN-HH)", + "cert_status": "suspended", + "corepower": 9.720394736842104, + "cores": 2, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 2955, + "crr_url": "", + "description": "RO-11-NIPNE", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "258G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=227", + "id": 590, + "infourl": "http://www.nipne.ro/dpp/Collab/LHCb/", + "institute": "IFIN HH", + "is_pledged": false, + "latitude": 44.34, + "longitude": 26.03, + "monit_tag": "Romania", + "name": "RO-11-NIPNE", + "netroutes": { + "RO-NIPNE-LHCONE": { + "asn": 2614, + "id": 184, + "is_ms": false, + "last_modified": "2021-12-17T15:55:46.220235", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RO-NIPNE-LHCONE", + "netsite": "RO-NIPNE", + "netsite_spare": null, + "networks": { + "ipv4": [ + "81.180.86.0/24" + ] + } + } + }, + "netsites": { + "RO-NIPNE": { + "description": "", + "id": 106, + "info_url": "", + "last_modified": "2021-11-30T17:19:57.300707", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "ROEDUNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RO-NIPNE", + "noc": [ + "noc@roedu.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lhcb-perf.nipne.ro", + "flavour": "Bandwidth", + "id": 957, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-11-NIPNE-PerfSonar-Bandwidth-lhcb-perf.nipne.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "LCG.NIPNE-11.ro", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 304, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RO-13-ISS": { + "altname": "Institute of Space Science", + "cert_status": "certified", + "corepower": 9.0, + "cores": 712, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 13400, + "crr_url": "", + "description": "Institute of Space Science, Romania", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "127G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=408", + "id": 592, + "infourl": "http://www.spacescience.ro/", + "institute": "ISS", + "is_pledged": false, + "latitude": 44.34753, + "longitude": 26.02906, + "monit_tag": "Romania", + "name": "RO-13-ISS", + "netroutes": { + "RO-13-ISS": { + "asn": 2614, + "id": 213, + "is_ms": false, + "last_modified": "2022-02-02T12:10:48.943560", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + " WLCG", + "PierreAugerObservatory" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "http://alimonitor.cern.ch/display?page=iss/net", + "name": "RO-13-ISS", + "netsite": "RO-13-ISS", + "netsite_spare": null, + "networks": { + "ipv4": [ + "85.120.46.0/24" + ], + "ipv6": [ + "2001:b30:4210:1::/64" + ] + } + } + }, + "netsites": { + "RO-13-ISS": { + "description": "", + "id": 109, + "info_url": "", + "last_modified": "2022-05-24T21:54:44.255380", + "lhcone_active": false, + "lhcone_aup_date": null, + "lhcone_bandwidth": -1, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "http://alien.spacescience.ro/RO-13-ISS-netmon.json", + "name": "RO-13-ISS", + "noc": [ + "glite@spacescience.ro", + "ionel.stan@cern.ch", + "adrian.sevcenco@cern.ch" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "ARC-CE", + "description": "", + "endpoint": "alien.spacescience.ro", + "flavour": "ARC-CE", + "id": 3099, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-13-ISS-CE-ARC-CE-alien.spacescience.ro", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "6.15.1" + }, + { + "arch": "", + "description": "", + "endpoint": "grid05.spacescience.ro:2811", + "flavour": "ARC-CE", + "id": 2289, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-13-ISS-CE-ARC-CE-grid05.spacescience.ro", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1425, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RO-13-ISS_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alien.spacescience.ro", + "flavour": "AliEn-CE", + "id": 1465, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-13-ISS_VoBox_alien.spacescience.ro_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "ISS", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "ISS_LCG", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 1424, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RO-14-ITIM": { + "altname": "National Institute for Research and Development of Isotopic and Molecular Technologies, Cluj-Napoca, Romania", + "cert_status": "certified", + "corepower": 9.80042016806723, + "cores": 39, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 9330, + "crr_url": "", + "description": "NIRDIMT - Cluj Napoca Grid Site", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "388G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=97", + "id": 593, + "infourl": "http://www.itim-cj.ro", + "institute": "ITIM", + "is_pledged": false, + "latitude": 46.76, + "longitude": 23.54, + "monit_tag": "Romania", + "name": "RO-14-ITIM", + "netroutes": { + "RO-14-ITIM-LHCONE": { + "asn": 2614, + "id": 237, + "is_ms": false, + "last_modified": "2022-02-17T09:06:08.757064", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg", + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "http://sonar1.itim-cj.ro/toolkit/", + "name": "RO-14-ITIM-LHCONE", + "netsite": "RO-ITIM", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.231.25.224/27" + ], + "ipv6": [ + "2001:b30:4202:100::/64" + ] + } + } + }, + "netsites": { + "RO-ITIM": { + "description": "Site Grid RO-14-ITIM, has the capability to process jobs. The main job source is the ATLAS experiment.", + "id": 128, + "info_url": "http://grid.itim-cj.ro/", + "last_modified": "2022-02-17T09:04:00.840349", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "ROEDUNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "http://sonar1.itim-cj.ro/toolkit/", + "name": "RO-ITIM", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc7-node.itim-cj.ro:2811", + "flavour": "ARC-CE", + "id": 2213, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-14-ITIM-CE-ARC-CE-arc7-node.itim-cj.ro", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sonar1.itim-cj.ro", + "flavour": "Bandwidth", + "id": 1049, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-14-ITIM-PerfSonar-Bandwidth-sonar1.itim-cj.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sonar2.itim-cj.ro", + "flavour": "Latency", + "id": 972, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-14-ITIM-PerfSonar-Latency-sonar2.itim-cj.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Intel 64", + "description": "", + "endpoint": "http://squidf.itim-cj.ro:3128", + "flavour": null, + "id": 3072, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-14-ITIM-Squid-None-squidf.itim-cj.ro", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + } + ], + "sites": [ + { + "name": "RO-14-ITIM", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 952, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RO-16-UAIC": { + "altname": "Alexandru Ioan Cuza University of Iasi", + "cert_status": "certified", + "corepower": 9.799657534246576, + "cores": 32, + "country": "Romania", + "country_code": "RO", + "cpu_capacity": 7604, + "crr_url": "", + "description": "site for WLCG", + "disk_capacity": 0, + "federations": [ + "RO-LCG" + ], + "gocdb_pk": "264G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=499", + "id": 595, + "infourl": "http://www.uaic.ro/uaic/bin/view/Main/WebHome", + "institute": "UAIC", + "is_pledged": false, + "latitude": 47.17, + "longitude": 27.57, + "monit_tag": "Romania", + "name": "RO-16-UAIC", + "netroutes": { + "RO-UAIC-NET": { + "asn": 12675, + "id": 267, + "is_ms": false, + "last_modified": "2022-02-01T21:28:39.363574", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RO-UAIC-NET", + "netsite": "RO-UAIC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "194.176.164.0/22", + "85.122.16.0/20" + ] + } + } + }, + "netsites": { + "RO-UAIC": { + "description": "", + "id": 150, + "info_url": "", + "last_modified": "2022-02-22T12:59:40.783561", + "lhcone_active": false, + "lhcone_aup_date": null, + "lhcone_bandwidth": -1, + "lhcone_providers": [ + "ROEDUNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RO-UAIC", + "noc": [ + "abuse@uaic.ro" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc-grid.uaic.ro:2811", + "flavour": "ARC-CE", + "id": 746, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-16-UAIC-CE-ARC-CE-arc-grid.uaic.ro", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-grid.uaic.ro", + "flavour": "Bandwidth", + "id": 928, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-16-UAIC-PerfSonar-Bandwidth-perfsonar-grid.uaic.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2-grid.uaic.ro", + "flavour": "Latency", + "id": 890, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-16-UAIC-PerfSonar-Latency-perfsonar2-grid.uaic.ro", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-grid.uaic.ro:3128", + "flavour": "", + "id": 2677, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RO-16-UAIC-Squid", + "state": "ACTIVE", + "status": "DISABLED", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "RO-16-UAIC", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 776, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Bucharest" + }, + "RRC-KI": { + "altname": "Kurchatov Institute", + "cert_status": "uncertified", + "corepower": 11.920152091254753, + "cores": 263, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 12540, + "crr_url": "", + "description": "Moscow, Russia", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "190G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=556", + "id": 597, + "infourl": "http://www.grid.kiae.ru/", + "institute": "Kurchatov Institute", + "is_pledged": false, + "latitude": 55.79447, + "longitude": 37.472274, + "monit_tag": "Russian Federation", + "name": "RRC-KI", + "netroutes": { + "RRC-KI-LHCONE": { + "asn": 59624, + "id": 187, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.829876", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RRC-KI-LHCONE", + "netsite": "RU-RRC-KI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.237.0/24" + ], + "ipv6": [ + "2001:67c:1bec:237::/64" + ] + } + }, + "RRC-KI-RU-LHCONE-VRF": { + "asn": 57484, + "id": 264, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.577763", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RRC-KI-RU-LHCONE-VRF", + "netsite": "RU-RRC-KI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.255.128/26" + ], + "ipv6": [ + "2001:67c:1bec::255:0/112" + ] + } + } + }, + "netsites": { + "RU-RRC-KI": { + "description": "", + "id": 24, + "info_url": "", + "last_modified": "2021-12-17T16:31:15.024851", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-RRC-KI", + "noc": [ + "noc@computing.kiae.ru" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [], + "sites": [ + { + "name": "LCG.KIAE.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "RRC-KI", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "RRC-KI", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 1052, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "RRC-KI-T1": { + "altname": "Tier-1 in National Research Centre", + "cert_status": "certified", + "corepower": 15.5, + "cores": 4464, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 138384, + "crr_url": "", + "description": "Russia, Moscow", + "disk_capacity": 13182173266310367, + "federations": [ + "NRC-KI-T1" + ], + "gocdb_pk": "65409G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=81", + "id": 598, + "infourl": "http://computing.nrcki.ru", + "institute": "NRC Kurchatov Institute", + "is_pledged": false, + "latitude": 55.79447, + "longitude": 37.472274, + "monit_tag": "Russian Federation", + "name": "RRC-KI-T1", + "netroutes": { + "RRC-KI-T1-LHCOPNE": { + "asn": 59624, + "id": 188, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.841505", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "RRC-KI-T1-LHCOPNE", + "netsite": "RU-RRC-KI-T1", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.224.0/24", + "144.206.236.0/24" + ], + "ipv6": [ + "2001:67c:1bec:224::/64", + "2001:67c:1bec:236::/64" + ] + } + } + }, + "netsites": { + "RU-RRC-KI-T1": { + "description": "", + "id": 88, + "info_url": "", + "last_modified": "2021-12-17T16:34:59.522060", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "RU-RRC-KI-T1", + "noc": [ + "noc@computing.kiae.ru" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://ch.t1.grid.kiae.ru:3128", + "flavour": "CVMFS", + "id": 2620, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RPC-KI-T1-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "calc1.t1.grid.kiae.ru:2811", + "flavour": "ARC-CE", + "id": 2122, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RRC-KI-T1-CE-ARC-CE-calc1.t1.grid.kiae.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "calc2.t1.grid.kiae.ru:2811", + "flavour": "ARC-CE", + "id": 2484, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RRC-KI-T1-CE-ARC-CE-calc2.t1.grid.kiae.ru", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "calc3.t1.grid.kiae.ru:2811", + "flavour": "ARC-CE", + "id": 2483, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RRC-KI-T1-CE-ARC-CE-calc3.t1.grid.kiae.ru", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "btw-bw.t1.grid.kiae.ru", + "flavour": "Bandwidth", + "id": 829, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RRC-KI-T1-PerfSonar-Bandwidth-btw-bw.t1.grid.kiae.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "btw-lat.t1.grid.kiae.ru", + "flavour": "Latency", + "id": 1026, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RRC-KI-T1-PerfSonar-Latency-btw-lat.t1.grid.kiae.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1697, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "RRC-KI-T1_SE_0_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1698, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "RRC-KI-T1_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1420, + "impl": "EOS", + "is_monitored": false, + "is_virtual": true, + "name": "RRC-KI-T1_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.5.9" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1879, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "RRC-KI-T1_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1826, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "RRC-KI-T1_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3027, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RRC-KI_SE_TESTTAPE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.RRCKI.ru", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "RRC-KI-T1", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "RRC_KI_T1", + "tier_level": 1, + "vo_name": "alice" + } + ], + "slots": 8928, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 14400000000000000, + "timezone": "Europe/Moscow" + }, + "RU-BINP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1119, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "RU-BINP", + "netroutes": { + "RU-BINP-LHCONE": { + "asn": 208903, + "id": 265, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.599915", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RU-BINP-LHCONE", + "netsite": "RU-BINP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.221.0/24" + ] + } + } + }, + "netsites": { + "RU-BINP": { + "description": "", + "id": 123, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.917516", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.915079", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-BINP", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "RU-Protvino-IHEP": { + "altname": "IHEP, Protvino, Russia", + "cert_status": "certified", + "corepower": 8.799932975871315, + "cores": 373, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 26259, + "crr_url": "", + "description": "Institue for High Energy Physics", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "231G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=309", + "id": 603, + "infourl": "http://ihep.su", + "institute": "IHEP, Protvino", + "is_pledged": false, + "latitude": 55.5, + "longitude": 37.3, + "monit_tag": "Russian Federation", + "name": "RU-Protvino-IHEP", + "netroutes": { + "RU-Protvino-IHEP-LHCONE": { + "asn": 2643, + "id": 191, + "is_ms": false, + "last_modified": "2022-02-02T08:04:09.077080", + "lhcone_bandwidth_limit": 20, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RU-Protvino-IHEP-LHCONE", + "netsite": "RU-Protvino-IHEP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "194.190.165.0/24" + ], + "ipv6": [ + "2001:678:7d8:2000::/52" + ] + } + } + }, + "netsites": { + "RU-Protvino-IHEP": { + "description": "", + "id": 38, + "info_url": "", + "last_modified": "2022-02-02T08:02:30.890870", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 20, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-Protvino-IHEP", + "noc": [ + "noc@ihep.su" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce0004.m45.ihep.su:2811", + "flavour": "ARC-CE", + "id": 2427, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RU-Protvino-IHEP-CE-ARC-CE-ce0004.m45.ihep.su", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce0005.m45.ihep.su:2811", + "flavour": "ARC-CE", + "id": 2335, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RU-Protvino-IHEP-CE-ARC-CE-ce0005.m45.ihep.su", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps0001.m45.ihep.su", + "flavour": "Bandwidth", + "id": 1039, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RU-Protvino-IHEP-PerfSonar-Bandwidth-ps0001.m45.ihep.su", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps0002.m45.ihep.su", + "flavour": "Latency", + "id": 861, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RU-Protvino-IHEP-PerfSonar-Latency-ps0002.m45.ihep.su", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://vobox0004.m45.ipv6.ihep.su:3128", + "flavour": "", + "id": 2633, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RU-Protvino-IHEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "SE for Alas", + "endpoint": null, + "flavour": null, + "id": 1687, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "RU-Protvino-IHEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1438, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "RU-Protvino-IHEP_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "4.2.3" + }, + { + "arch": "Disk", + "description": "SE for LHCb", + "endpoint": null, + "flavour": null, + "id": 1808, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "RU-Protvino-IHEP_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2859, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_RU_IHEP_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + } + ], + "sites": [ + { + "name": "IHEP", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LCG.IHEP.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "RU-Protvino-IHEP", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "T2_RU_IHEP", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 2984, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "RU-SARFTI": { + "altname": "Sarov Physical Technical Institute", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "Sarov Physical Technical Institute", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "103560G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=2045", + "id": 604, + "infourl": "http://sarfti.ru/", + "institute": "Saint Petersburg State University", + "is_pledged": false, + "latitude": 54.926561, + "longitude": 43.349712, + "monit_tag": "Russian Federation", + "name": "RU-SARFTI", + "netroutes": { + "RU-SARFTI-LHCONE": { + "asn": 52146, + "id": 192, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.895801", + "lhcone_bandwidth_limit": 1, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RU-SARFTI-LHCONE", + "netsite": "RU-SARFTI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "185.141.124.192/27" + ], + "ipv6": [ + "2a07:a6c0:b:192::/64" + ] + } + } + }, + "netsites": { + "RU-SARFTI": { + "description": "", + "id": 92, + "info_url": "", + "last_modified": "2021-11-30T17:19:57.390826", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 1, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-SARFTI", + "noc": [ + "noc@computing.kiae.ru" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [], + "sites": [ + { + "name": "SARFTI", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "RU-SPbSU": { + "altname": "Saint-Petersburg State University", + "cert_status": "certified", + "corepower": 12.0, + "cores": 28, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 3360, + "crr_url": "", + "description": "SPbSU Grid site", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "229G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=80", + "id": 605, + "infourl": "http://www.spbu.ru", + "institute": "Saint Petersburg State University", + "is_pledged": false, + "latitude": 59.9, + "longitude": 28.8, + "monit_tag": "Russian Federation", + "name": "RU-SPbSU", + "netroutes": { + "RU-SPbSU-LHCONE": { + "asn": 6857, + "id": 193, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.906793", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RU-SPbSU-LHCONE", + "netsite": "RU-SPbSU", + "netsite_spare": null, + "networks": { + "ipv4": [ + "195.70.215.128/26" + ], + "ipv6": [ + "2a02:208:0:1::/64" + ] + } + } + }, + "netsites": { + "RU-SPbSU": { + "description": "", + "id": 49, + "info_url": "", + "last_modified": "2021-11-30T17:19:56.925756", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-SPbSU", + "noc": [ + "wlcgsupport@spbu.ru" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "alice09.spbu.ru:2811", + "flavour": "ARC-CE", + "id": 2223, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RU-SPbSU-CE-ARC-CE-alice09.spbu.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice14.spbu.ru", + "flavour": "Bandwidth", + "id": 774, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RU-SPbSU-PerfSonar-Bandwidth-alice14.spbu.ru", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "alice14.spbu.ru", + "flavour": "Latency", + "id": 760, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "RU-SPbSU-PerfSonar-Latency-alice14.spbu.ru", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2817, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RU-SPbSU_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.SPBU.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "SPbSU", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 280, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "RWTH-Aachen": { + "altname": "RWTH Aachen University, Germany", + "cert_status": "certified", + "corepower": 9.26802507836991, + "cores": 486, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 47304, + "crr_url": "", + "description": "RWTH Aachen University, Germany", + "disk_capacity": 0, + "federations": [ + "DE-DESY-RWTH-CMS-T2" + ], + "gocdb_pk": "111G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=632", + "id": 606, + "infourl": "http://www.physik.rwth-aachen.de/", + "institute": "RWTH Aachen University", + "is_pledged": false, + "latitude": 50.7814, + "longitude": 6.0492, + "monit_tag": "Germany", + "name": "RWTH-Aachen", + "netroutes": { + "RWTH-Aachen-LHCONE": { + "asn": 47610, + "id": 195, + "is_ms": false, + "last_modified": "2022-02-22T14:28:57.296188", + "lhcone_bandwidth_limit": 80, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "RWTH-Aachen-LHCONE", + "netsite": "DE-RWTH-Aachen", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.130.9.64/29", + "134.61.24.0/22", + "137.226.38.108/30" + ], + "ipv6": [ + "2a00:8a60:1030:a00::/64" + ] + } + } + }, + "netsites": { + "DE-RWTH-Aachen": { + "description": "", + "id": 30, + "info_url": "", + "last_modified": "2022-02-22T14:32:36.171501", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 80, + "lhcone_providers": [ + "GEANT", + "DFN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "http://netstatus.rz.rwth-aachen.de/status/weathermap/", + "name": "DE-RWTH-Aachen", + "noc": [ + "noc@rwth-aachen.de" + ], + "wan_bandwidth": 80 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid-ce-1-rwth.gridka.de", + "flavour": "HTCONDOR-CE", + "id": 2311, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RWTH-Aachen-CE-HTCONDOR-CE-grid-ce-1-rwth.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-ce-2-rwth.gridka.de", + "flavour": "HTCONDOR-CE", + "id": 3010, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RWTH-Aachen-CE-HTCONDOR-CE-grid-ce-2-rwth.gridka.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "grid-perf2.physik.rwth-aachen.de", + "flavour": "Bandwidth", + "id": 830, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RWTH-Aachen-PerfSonar-Bandwidth-grid-perf2.physik.rwth-aachen.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-perf1.physik.rwth-aachen.de", + "flavour": "Latency", + "id": 845, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "RWTH-Aachen-PerfSonar-Latency-grid-perf1.physik.rwth-aachen.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2075, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "RWTH-Aachen_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2898, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_DE_RWTH_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + } + ], + "sites": [ + { + "name": "T2_DE_RWTH", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 5104, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "Rice": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 609, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 29.716318, + "longitude": -95.409334, + "monit_tag": "USA", + "name": "Rice", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 216, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2896, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_Rice_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_Rice", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Ru-Troitsk-INR-LCG2": { + "altname": "Institute for Nuclear Research RAS", + "cert_status": "certified", + "corepower": 13.55232558139535, + "cores": 72, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 4662, + "crr_url": "", + "description": "Institute for Nuclear Research RAS", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "96G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=557", + "id": 610, + "infourl": "http://www.inr.ru", + "institute": "Institute for Nuclear Research RAS", + "is_pledged": false, + "latitude": 55.46, + "longitude": 37.28, + "monit_tag": "Russian Federation", + "name": "Ru-Troitsk-INR-LCG2", + "netroutes": { + "Ru-Troitsk-INR-LCG2-LHCONE": { + "asn": 58255, + "id": 194, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.917033", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Ru-Troitsk-INR-LCG2-LHCONE", + "netsite": "RU-Troitsk-INR-LCG2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "185.207.88.0/24" + ], + "ipv6": [ + "2a0e:e140::/64" + ] + } + } + }, + "netsites": { + "RU-Troitsk-INR-LCG2": { + "description": "", + "id": 51, + "info_url": "", + "last_modified": "2022-02-09T13:53:47.008669", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-Troitsk-INR-LCG2", + "noc": [ + "serebr@troitsk.ru" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grinr04.inr.troitsk.ru:2811", + "flavour": "ARC-CE", + "id": 2375, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Ru-Troitsk-INR-LCG2-CE-ARC-CE-grinr04.inr.troitsk.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grinr05.inr.troitsk.ru", + "flavour": "ARC-CE", + "id": 2280, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Ru-Troitsk-INR-LCG2-CE-ARC-CE-grinr05.inr.troitsk.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1435, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "Ru-Troitsk-INR-LCG2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2851, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_RU_INR_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.13.0-1 with DOME" + } + ], + "sites": [ + { + "name": "LCG.INR.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_RU_INR", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "Troitsk", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 344, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "SAMPA": { + "altname": "Departamento de Fisica Nuclear, Instituto de Fisica, Universidade de Sao Paulo", + "cert_status": "certified", + "corepower": 12.0, + "cores": 80, + "country": "Brazil", + "country_code": "BR", + "cpu_capacity": 18800, + "crr_url": "", + "description": "GRupo de Ions PEsados Relativisticos - GRIPER", + "disk_capacity": 0, + "federations": [ + "T2-LATINAMERICA" + ], + "gocdb_pk": "263G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=448", + "id": 611, + "infourl": "http://sampa.if.usp.br", + "institute": "SAMPA", + "is_pledged": false, + "latitude": -23.5619067, + "longitude": -46.7353587, + "monit_tag": "Brazil", + "name": "SAMPA", + "netroutes": { + "SAMPA-LHCONE": { + "asn": 28571, + "id": 196, + "is_ms": false, + "last_modified": "2022-02-14T10:42:25.155739", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "SAMPA-LHCONE", + "netsite": "BR-SAMPA", + "netsite_spare": null, + "networks": { + "ipv4": [ + "200.17.30.0/24" + ], + "ipv6": [ + "2001:12d0:8120::/64" + ] + } + }, + "USP-LHCONE": { + "asn": 1251, + "id": 278, + "is_ms": false, + "last_modified": "2022-02-14T11:46:07.936874", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "USP-LHCONE", + "netsite": "BR-SAMPA", + "netsite_spare": null, + "networks": { + "ipv4": [ + "200.136.60.0/24" + ] + } + } + }, + "netsites": { + "BR-SAMPA": { + "description": "", + "id": 104, + "info_url": "", + "last_modified": "2022-02-02T12:38:55.749676", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "RNP" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "BR-SAMPA", + "noc": [ + "noc@rnp.br", + "sampa-admin@if.usp.br", + "sampa-security@if.usp.br" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "sampahtc.if.usp.br:9619", + "flavour": "HTCONDOR-CE", + "id": 1993, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SAMPA-CE-HTCONDOR-CE-sampahtc.if.usp.br", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sampaps02.if.usp.br", + "flavour": "Bandwidth", + "id": 853, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SAMPA-PerfSonar-Bandwidth-sampaps02.if.usp.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sampaps01.if.usp.br", + "flavour": "Latency", + "id": 931, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SAMPA-PerfSonar-Latency-sampaps01.if.usp.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://sampaproxy.if.usp.br:3128", + "flavour": null, + "id": 1104, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SAMPA-Squid-None-sampaproxy.if.usp.br", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "sampapx02.if.usp.br", + "flavour": null, + "id": 2250, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SAMPA-Squid-None-sampapx02.if.usp.br", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1433, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "SAMPA_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2725, + "impl": "xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "SAMPA_SE_ATLAS_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "LCG.SAMPA.br", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "SAMPA", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "SaoPaulo", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 2400, + "srr_url": "https://sampaeos.if.usp.br:9000/eos/eostest/EOS.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Sao_Paulo" + }, + "SARA-MATRIX": { + "altname": "SURFsara, Amsterdam, The Netherlands", + "cert_status": "certified", + "corepower": 17.1299401197605, + "cores": 640, + "country": "Netherlands", + "country_code": "NL", + "cpu_capacity": 114428, + "crr_url": "", + "description": "SARA-MATRIX (GinA)", + "disk_capacity": 12000000000000000, + "federations": [ + "NL-T1" + ], + "gocdb_pk": "145G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=563", + "id": 614, + "infourl": "http://www.surfsara.nl/", + "institute": "SARA", + "is_pledged": false, + "latitude": 52.35623, + "longitude": 4.95283, + "monit_tag": "Netherlands", + "name": "SARA-MATRIX", + "netroutes": { + "NLT1-SARA-LHCONE": { + "asn": 1162, + "id": 220, + "is_ms": false, + "last_modified": "2022-02-11T16:00:41.094745", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG", + "US-ATLAS" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "NLT1-SARA-LHCONE", + "netsite": "NL-NLT1-SARA", + "netsite_spare": null, + "networks": { + "ipv4": [ + "145.100.32.0/22" + ], + "ipv6": [ + "2001:610:108:203a::/64", + "2001:610:108:3014::/64", + "2001:610:108:3017::/64" + ] + } + }, + "NLT1-SARA-LHCOPNE": { + "asn": 1162, + "id": 197, + "is_ms": false, + "last_modified": "2022-02-07T11:02:02.595360", + "lhcone_bandwidth_limit": -1, + "lhcone_collaborations": [ + "WLCG", + "US-ATLAS" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "NLT1-SARA-LHCOPNE", + "netsite": "NL-NLT1-SARA", + "netsite_spare": null, + "networks": { + "ipv4": [ + "145.100.32.0/22" + ], + "ipv6": [ + "2001:610:108:203a::/64" + ] + } + } + }, + "netsites": { + "NL-NLT1-SARA": { + "description": "", + "id": 73, + "info_url": "", + "last_modified": "2021-12-17T16:34:24.668780", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "SURF" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "NL-NLT1-SARA", + "noc": [ + "noc@surfsara.nl" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc01.gina.surfsara.nl:2811", + "flavour": "ARC-CE", + "id": 2760, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SARA-MATRIX-CE-ARC-CE-arc01.gina.surfsara.nl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "arc02.gina.surfsara.nl:2811", + "flavour": "ARC-CE", + "id": 2805, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SARA-MATRIX-CE-ARC-CE-arc02.gina.surfsara.nl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "arc03.gina.surfsara.nl:2811", + "flavour": "ARC-CE", + "id": 2804, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SARA-MATRIX-CE-ARC-CE-arc03.gina.surfsara.nl", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bandwidth.grid.surfsara.nl", + "flavour": "Bandwidth", + "id": 844, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SARA-MATRIX-PerfSonar-Bandwidth-perfsonar-bandwidth.grid.surfsara.nl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-latency.grid.surfsara.nl", + "flavour": "Latency", + "id": 827, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SARA-MATRIX-PerfSonar-Latency-perfsonar-latency.grid.surfsara.nl", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.grid.sara.nl:3128", + "flavour": "Frontier", + "id": 2585, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SARA-MATRIX-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2076, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "SARA-MATRIX_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1678, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "SARA-MATRIX_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1439, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "SARA-MATRIX_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1884, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "SARA-MATRIX_SE_ALICE_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1677, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "SARA-MATRIX_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1773, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "SARA-MATRIX_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.10" + } + ], + "sites": [ + { + "name": "LCG.SARA.nl", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "SARA", + "tier_level": 1, + "vo_name": "alice" + }, + { + "name": "SARA-MATRIX", + "tier_level": 1, + "vo_name": "atlas" + } + ], + "slots": 6680, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 31824000000000000, + "timezone": "Europe/Amsterdam" + }, + "SBU_Tier3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Stony Brook Atlas Tier3", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 618, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.916269, + "longitude": -73.126116, + "monit_tag": "USA", + "name": "SBU_Tier3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 285, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "SBU_Tier3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "SDU-LCG2": { + "altname": "High Energy Physics Group, Shandong University", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "China", + "country_code": "CN", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "58G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=361", + "id": 621, + "infourl": "http://hepg.sdu.edu.cn/", + "institute": "", + "is_pledged": false, + "latitude": 37.5, + "longitude": 117.5, + "monit_tag": "China", + "name": "SDU-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "SDU-LCG2", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "SE-SNIC-T2": { + "altname": "SWEGRID", + "cert_status": "certified", + "corepower": 12.44, + "cores": 20, + "country": "Sweden", + "country_code": "SE", + "cpu_capacity": 4976, + "crr_url": "", + "description": "The Swedish WLCG Tier 2 Initiative", + "disk_capacity": 0, + "federations": [ + "SE-SNIC-T2" + ], + "gocdb_pk": "299G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=137", + "id": 622, + "infourl": "http://www.snic.vr.se/projects/swegrid", + "institute": "", + "is_pledged": false, + "latitude": 59.34, + "longitude": 18.07, + "monit_tag": "Sweden", + "name": "SE-SNIC-T2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "aurora-grid2.lunarc.lu.se", + "flavour": "ARC-CE", + "id": 2491, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SE-SNIC-T2-CE-ARC-CE-aurora-grid2.lunarc.lu.se", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1704, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "SE-SNIC-T2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.13" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1437, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "SE-SNIC-T2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.13" + }, + { + "arch": "", + "description": "", + "endpoint": "alice.bluegrass.nsc.liu.se", + "flavour": "AliEn-CE", + "id": 1537, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SE-SNIC-T2_VoBox_alice.bluegrass.nsc.liu.se_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "SE-SNIC-T2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "SNIC", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 400, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Stockholm" + }, + "SEAL": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "US-Tier3s" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1188, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "SEAL", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "SEAL", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "SFU-LCG2": { + "altname": "Simon Fraser University", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "Atlas Tier-II at Simon Fraser University", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "228G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=462", + "id": 623, + "infourl": "http://www.westgrid.ca", + "institute": "", + "is_pledged": false, + "latitude": 49.25, + "longitude": -122.95, + "monit_tag": "Canada", + "name": "SFU-LCG2", + "netroutes": { + "SFU-LCG2-LHCONE": { + "asn": 11105, + "id": 198, + "is_ms": false, + "last_modified": "2021-12-16T18:26:32.058815", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "SFU-LCG2-LHCONE", + "netsite": "CA-SFU", + "netsite_spare": null, + "networks": { + "ipv4": [ + "206.12.24.0/25" + ] + } + } + }, + "netsites": { + "CA-SFU": { + "description": "", + "id": 72, + "info_url": "", + "last_modified": "2021-12-17T16:28:49.237564", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CA-SFU", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "CA-JADE", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "SFU-LCG2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Vancouver" + }, + "SMU_HPC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Southern Methodist University HPC", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 627, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 32.846297, + "longitude": -96.783886, + "monit_tag": "USA", + "name": "SMU_HPC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 242, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "SMU_HPC", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "SPRACE": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Brazil", + "country_code": "BR", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "BR-SP-SPRACE" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 633, + "infourl": "", + "institute": "SPRACE, Sao Paulo", + "is_pledged": false, + "latitude": -23.52433, + "longitude": -46.665469, + "monit_tag": "Brazil", + "name": "SPRACE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 99, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "osg-ce.sprace.org.br:9619", + "flavour": "HTCONDOR-CE", + "id": 1308, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SPRACE-CE-HTCONDOR-CE-osg-ce.sprace.org.br", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bw.sprace.org.br", + "flavour": "Bandwidth", + "id": 959, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SPRACE-PerfSonar-Bandwidth-perfsonar-bw.sprace.org.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-lt.sprace.org.br", + "flavour": "Latency", + "id": 1058, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SPRACE-PerfSonar-Latency-perfsonar-lt.sprace.org.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2094, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "SPRACE_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2830, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_BR_SPRACE_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "T2_BR_SPRACE", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "SU-ITS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "Syracuse University Information Technology Services Research Clusters", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 638, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 43.0385961, + "longitude": -76.13268340000002, + "monit_tag": "NULL", + "name": "SU-ITS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 404, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "its-condor-ce2.syr.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1376, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SU-ITS-CE-HTCONDOR-CE-its-condor-ce2.syr.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "its-condor-ce3.syr.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1377, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SU-ITS-CE-HTCONDOR-CE-its-condor-ce3.syr.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "its-condor-ce4.syr.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 2397, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SU-ITS-CE-HTCONDOR-CE-its-condor-ce4.syr.edu", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "5.1.3" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "SUPERCOMPUTO-UNAM": { + "altname": "Direccion General de Computo y de Tecnologias de Informacion y Comunicacion, UNAM", + "cert_status": "suspended", + "corepower": 11.25, + "cores": 64, + "country": "Mexico", + "country_code": "MX", + "cpu_capacity": 11520, + "crr_url": "", + "description": "Centro de Supercomputo de la UNAM", + "disk_capacity": 0, + "federations": [ + "T2_UNAM" + ], + "gocdb_pk": "44500G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=441", + "id": 641, + "infourl": "http://www.tic.unam.mx", + "institute": "UNAM", + "is_pledged": false, + "latitude": 19.32, + "longitude": -99.18, + "monit_tag": "Mexico", + "name": "SUPERCOMPUTO-UNAM", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce.grid.unam.mx:9619", + "flavour": "HTCONDOR-CE", + "id": 2810, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SUPERCOMPUTO-UNAM-CE-HTCONDOR-CE-ce.grid.unam.mx", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1424, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "SUPERCOMPUTO-UNAM_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "UNAM_T1", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 1024, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Mexico_City" + }, + "SWT2_CPB": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-SWT2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 644, + "infourl": "", + "institute": "University of Texas, Arlington", + "is_pledged": false, + "latitude": 32.771419, + "longitude": -97.291484, + "monit_tag": "USA", + "name": "SWT2_CPB", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 139, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gk01.atlas-swt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 1324, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SWT2_CPB-CE-HTCONDOR-CE-gk01.atlas-swt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "gk10.atlas-swt2.org:9619", + "flavour": "HTCONDOR-CE", + "id": 3142, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SWT2_CPB-CE-HTCONDOR-CE-gk10.atlas-swt2.org", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psuta02.atlas-swt2.org", + "flavour": "Bandwidth", + "id": 975, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SWT2_CPB-PerfSonar-Bandwidth-psuta02.atlas-swt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psuta01.atlas-swt2.org", + "flavour": "Latency", + "id": 837, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SWT2_CPB-PerfSonar-Latency-psuta01.atlas-swt2.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://fsquid.atlas-swt2.org:3128", + "flavour": "CVMFS", + "id": 2646, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SWT2_CPB-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1660, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "SWT2_CPB_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://slate01.atlas-swt2.org:32200", + "flavour": "Frontier", + "id": 2754, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SWT2_CPB_SLATE_SQUID", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "SWT2_CPB", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Sandhills": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Sandhills Cluster", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 648, + "infourl": "", + "institute": "University of Nebraska", + "is_pledged": false, + "latitude": 40.819818, + "longitude": -96.705651, + "monit_tag": "USA", + "name": "Sandhills", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 230, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "SiGNET": { + "altname": "Jozef Stefan Institute, Slovenia", + "cert_status": "certified", + "corepower": 9.800030048076923, + "cores": 2298, + "country": "Slovenia", + "country_code": "SI", + "cpu_capacity": 67581, + "crr_url": "", + "description": "SiGNET Site", + "disk_capacity": 0, + "federations": [ + "SI-SiGNET" + ], + "gocdb_pk": "288G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=86", + "id": 650, + "infourl": "http://www-f9.ijs.si/", + "institute": "Jozef Stefan Institute", + "is_pledged": false, + "latitude": 46.04, + "longitude": 14.49, + "monit_tag": "Slovenia", + "name": "SiGNET", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "ARC-CE", + "description": "", + "endpoint": "https://arc01.vega.izum.si:443", + "flavour": "ARC-CE", + "id": 2914, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SiGNET-CE-ARC-CE-arc01.vega.izum.si", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "https://arc02.vega.izum.si:443", + "flavour": "ARC-CE", + "id": 2916, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SiGNET-CE-ARC-CE-arc02.vega.izum.si", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://nsc.ijs.si:2811", + "flavour": "ARC-CE", + "id": 1558, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SiGNET-CE-ARC-CE-nsc.ijs.si", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://pikolit.ijs.si:2811", + "flavour": "ARC-CE", + "id": 654, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SiGNET-CE-ARC-CE-pikolit.ijs.si", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://rebula.ijs.si:2811", + "flavour": "ARC-CE", + "id": 559, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SiGNET-CE-ARC-CE-rebula.ijs.si", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "tau.ijs.si", + "flavour": "Bandwidth", + "id": 1025, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SiGNET-PerfSonar-Bandwidth-tau.ijs.si", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "tau.ijs.si", + "flavour": "Latency", + "id": 776, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "SiGNET-PerfSonar-Latency-tau.ijs.si", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.vega.izum.si:3128", + "flavour": "Frontier", + "id": 2918, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SiGNET-T2-squid-arc03.vega.izum.si", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.vega.pri:3128", + "flavour": "Frontier", + "id": 2919, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "SiGNET-T2-squid-squid.vega.pri", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2058, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "SiGNET_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "SiGNET", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "Vega", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 6896, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Ljubljana" + }, + "Stampede2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "This is a small cluster to test Stampede2 integration", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 651, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 30.39017, + "longitude": -97.726038, + "monit_tag": "NULL", + "name": "Stampede2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 505, + "rc_tier_level": null, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "T-SYSTEMS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1033, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "T-SYSTEMS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "T2-TH-CUNSTDA": { + "altname": "National Electronics and Computer Technology Center (NECTEC)", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS Tier-2", + "disk_capacity": 0, + "federations": [ + "TH-Tier2" + ], + "gocdb_pk": "64789G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=439", + "id": 658, + "infourl": "http://www.e-science.in.th", + "institute": "Chulalongkorn University", + "is_pledged": false, + "latitude": 14.078203, + "longitude": 100.601939, + "monit_tag": "Thailand", + "name": "T2-TH-CUNSTDA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "mercury-2.lsr.nectec.or.th", + "flavour": "Bandwidth", + "id": 880, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2-TH-CUNSTDA-PerfSonar-Bandwidth-mercury-2.lsr.nectec.or.th", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "mercury-1.lsr.nectec.or.th", + "flavour": "Latency", + "id": 860, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2-TH-CUNSTDA-PerfSonar-Latency-mercury-1.lsr.nectec.or.th", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "NECTEC", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "T2_TH_CUNSTDA", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Bangkok" + }, + "T2-TH-SUT": { + "altname": "Suranaree University of Technology", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "TH-Tier2" + ], + "gocdb_pk": "94385G08", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1224", + "id": 659, + "infourl": "http://science.sut.ac.th/2013/physics", + "institute": "Suranaree University of Technology", + "is_pledged": false, + "latitude": 14.877354, + "longitude": 102.021139, + "monit_tag": "Thailand", + "name": "T2-TH-SUT", + "netroutes": { + "T2-TH-SUT-LHCONE": { + "asn": 55545, + "id": 261, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.539745", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "T2-TH-SUT-LHCONE", + "netsite": "TH-Suranaree-Univ", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.28.43.0/24", + "203.158.4.0/24" + ] + } + } + }, + "netsites": { + "TH-Suranaree-Univ": { + "description": "", + "id": 119, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.829247", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.826665", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TH-Suranaree-Univ", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "physics-ce.sut.ac.th:9619", + "flavour": "HTCONDOR-CE", + "id": 2713, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "T2-TH-SUT-CE-HTCONDOR-CE-physics-ce.sut.ac.th", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-alice.sut.ac.th", + "flavour": "Bandwidth", + "id": 768, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2-TH-SUT-PerfSonar-Bandwidth-perfsonar-alice.sut.ac.th", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "SUT", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Bangkok" + }, + "T2_Estonia": { + "altname": "National Institute of Chemical Physics and Biophysics", + "cert_status": "certified", + "corepower": 9.65005760368664, + "cores": 13632, + "country": "Estonia", + "country_code": "EE", + "cpu_capacity": 131549, + "crr_url": "", + "description": "Estonia T2", + "disk_capacity": 0, + "federations": [ + "EE-NICPB" + ], + "gocdb_pk": "222G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=486", + "id": 660, + "infourl": "http://hep.kbfi.ee", + "institute": "NICPB (National Institute of Chemical Physics & Biophysics)", + "is_pledged": false, + "latitude": 59.398906, + "longitude": 24.659987, + "monit_tag": "Estonia", + "name": "T2_Estonia", + "netroutes": { + "T2_Estonia-LHCONE": { + "asn": 3221, + "id": 199, + "is_ms": false, + "last_modified": "2022-02-11T16:17:27.133730", + "lhcone_bandwidth_limit": 40, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "T2_Estonia-LHCONE", + "netsite": "EE-T2_Estonia", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.40.127.224/27", + "193.40.150.192/26" + ], + "ipv6": [ + "2001:bb8:4004:ff::/64" + ] + } + } + }, + "netsites": { + "EE-T2_Estonia": { + "description": "", + "id": 89, + "info_url": "", + "last_modified": "2022-02-07T20:30:34.544724", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 40, + "lhcone_providers": [ + "GEANT" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "https://muhutaja.eenet.ee/muhk/muhk?if=musta-gw:69", + "name": "EE-T2_Estonia", + "noc": [ + "grid@kbfi.ee" + ], + "wan_bandwidth": 40 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2858, + "impl": "HDFS", + "is_monitored": true, + "is_virtual": true, + "name": "T2_EE_Estonia_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cream1.hep.kbfi.ee:2811", + "flavour": "ARC-CE", + "id": 199, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2_Estonia-CE-ARC-CE-cream1.hep.kbfi.ee", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cream2.hep.kbfi.ee:2811", + "flavour": "ARC-CE", + "id": 381, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2_Estonia-CE-ARC-CE-cream2.hep.kbfi.ee", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.hep.kbfi.ee", + "flavour": "Bandwidth", + "id": 2765, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2_Estonia-PerfSonar-Bandwidth-perfsonar1.hep.kbfi.ee", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.hep.kbfi.ee", + "flavour": "Bandwidth", + "id": 883, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2_Estonia-PerfSonar-Bandwidth-perfsonar2.hep.kbfi.ee", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.hep.kbfi.ee", + "flavour": "Latency", + "id": 1014, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2_Estonia-PerfSonar-Latency-perfsonar1.hep.kbfi.ee", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.hep.kbfi.ee", + "flavour": "Latency", + "id": 2766, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T2_Estonia-PerfSonar-Latency-perfsonar2.hep.kbfi.ee", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + } + ], + "sites": [ + { + "name": "T2_EE_Estonia", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 13632, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Tallinn" + }, + "T3-TH-CHULA": { + "altname": "Chulalongkorn University", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "93817G08", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1164", + "id": 661, + "infourl": "http://www.sc.chula.ac.th/", + "institute": "", + "is_pledged": false, + "latitude": 13.7383, + "longitude": 100.5324, + "monit_tag": "Thailand", + "name": "T3-TH-CHULA", + "netroutes": { + "T3-TH-CHULA-LHCONE": { + "asn": 3839, + "id": 243, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.351217", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "T3-TH-CHULA-LHCONE", + "netsite": "TH-Chulalongkorn-Univ", + "netsite_spare": null, + "networks": { + "ipv4": [ + "161.200.0.0/16", + "192.207.64.0/24" + ] + } + } + }, + "netsites": { + "TH-Chulalongkorn-Univ": { + "description": "", + "id": 129, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.995169", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.992817", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TH-Chulalongkorn-Univ", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "perfsonar-cms-2.sc.chula.ac.th", + "flavour": "Bandwidth", + "id": 971, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T3-TH-CHULA-PerfSonar-Bandwidth-perfsonar-cms-2.sc.chula.ac.th", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "T3_TH_CHULA", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Bangkok" + }, + "T3_CH_CERN_HelixNebula": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 899, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Switzerland", + "name": "T3_CH_CERN_HelixNebula", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_CH_CERN_HelixNebula", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "T3_CH_PSI": { + "altname": "HPCE Group, SCD/AWI, Paul Scherrer Institut, CH-5232 Villigen PSI, CH", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "312G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=271", + "id": 662, + "infourl": "https://wiki.chipp.ch/twiki/bin/view/CmsTier3/WebHome", + "institute": "", + "is_pledged": false, + "latitude": 47.5167, + "longitude": 8.2083, + "monit_tag": "Switzerland", + "name": "T3_CH_PSI", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1829, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T3_CH_PSI_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.40" + } + ], + "sites": [ + { + "name": "T3_CH_PSI", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Zurich" + }, + "T3_HU_Debrecen": { + "altname": "MTA Atomki, Debrecen, Hungary", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Hungary", + "country_code": "HU", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "68246G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=263", + "id": 663, + "infourl": "http://debgrid.atomki.hu", + "institute": "", + "is_pledged": false, + "latitude": 47.54, + "longitude": 21.62, + "monit_tag": "Hungary", + "name": "T3_HU_Debrecen", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_HU_Debrecen", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Budapest" + }, + "T3_IN_TIFRCloud": { + "altname": "T3_IN_TIFRCloud", + "cert_status": "uncertified", + "corepower": 0.0, + "cores": 0, + "country": "India", + "country_code": "IN", + "cpu_capacity": 0, + "crr_url": "", + "description": "T3_IN_TIFRCloud", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "101776G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1965", + "id": 664, + "infourl": "http://indiacms.res.in", + "institute": "", + "is_pledged": false, + "latitude": 18.9075, + "longitude": 72.806, + "monit_tag": "India", + "name": "T3_IN_TIFRCloud", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "cream-ce02.indiacms.res.in", + "flavour": "HTCONDOR-CE", + "id": 386, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "T3_IN_TIFRCloud-CE-HTCONDOR-CE-cream-ce02.indiacms.res.in", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "T3_IN_TIFRCloud", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Kolkata" + }, + "T3_KR_KISTI": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Korea, Republic of", + "country_code": "KR", + "cpu_capacity": 0, + "crr_url": "", + "description": "KISTI_CMS_T3_CE\nKISTI_CMS_T3_SE", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 665, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 36.366, + "longitude": 127.366, + "monit_tag": "Republic of Korea", + "name": "T3_KR_KISTI", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 394, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1806, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_KR_KISTI_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "T3_KR_KISTI", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "T3_US_CMU": { + "altname": "Carnegie Mellon University", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Carnegie Mellon University", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1020, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "T3_US_CMU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2785, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_CMU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_CMU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "T3_US_OSG": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "This is the fake site which combines mostly ATLAS T2 sites which are used by CMS opportunistically", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 923, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "T3_US_OSG", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_OSG", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "TACC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 967, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "TACC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "TACC", + "tier_level": 3, + "vo_name": "alice" + }, + { + "name": "TACC", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "TACC-Stampede2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "This is a small cluster to test Stampede2 integration", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1042, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 30.39017, + "longitude": -97.726038, + "monit_tag": "NULL", + "name": "TACC-Stampede2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 505, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "hosted-ce10.opensciencegrid.org", + "flavour": "HTCONDOR-CE", + "id": 2996, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TACC-Stampede2-CE-HTCONDOR-CE-hosted-ce10.opensciencegrid.org", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "T3_US_TACC", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "TAMU_BRAZOS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "The 300+ node Brazos cluster, a shared stakeholder resource for Texas A&M and OSG researchers.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 667, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 30.619803, + "longitude": -96.342672, + "monit_tag": "USA", + "name": "TAMU_BRAZOS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 273, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "psonar-bwctl.brazos.tamu.edu", + "flavour": "Bandwidth", + "id": 786, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "TAMU_BRAZOS-PerfSonar-Bandwidth-psonar-bwctl.brazos.tamu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar-owamp.brazos.tamu.edu", + "flavour": "Latency", + "id": 838, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "TAMU_BRAZOS-PerfSonar-Latency-psonar-owamp.brazos.tamu.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "T3_US_TAMU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "TECHNION-HEP": { + "altname": "Physics Department, Technion - Israel Institute of Technology, Haifa", + "cert_status": "certified", + "corepower": 11.750132485426603, + "cores": 119, + "country": "Israel", + "country_code": "IL", + "cpu_capacity": 44345, + "crr_url": "", + "description": "High Energy Physics, Technion", + "disk_capacity": 0, + "federations": [ + "IL-HEPTier-2" + ], + "gocdb_pk": "212G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=543", + "id": 671, + "infourl": "http://www.technion.ac.il", + "institute": " Technion Israel Institute of Technology, Haifa", + "is_pledged": false, + "latitude": 33.0, + "longitude": 35.0, + "monit_tag": "Israel", + "name": "TECHNION-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "tech-htc.hep.technion.ac.il", + "flavour": "HTCONDOR-CE", + "id": 2445, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TECHNION-HEP-CE-HTCONDOR-CE-tech-htc.hep.technion.ac.il", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "tech-ps.hep.technion.ac.il", + "flavour": "Bandwidth", + "id": 873, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TECHNION-HEP-PerfSonar-Bandwidth-tech-ps.hep.technion.ac.il", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "tech-ps.hep.technion.ac.il", + "flavour": "Latency", + "id": 897, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TECHNION-HEP-PerfSonar-Latency-tech-ps.hep.technion.ac.il", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://tech-db.hep.technion.ac.il:3128", + "flavour": "", + "id": 2685, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TECHNION-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1702, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "TECHNION-HEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + } + ], + "sites": [ + { + "name": "LCG.Haifa.il", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "TECHNION-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 3774, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Jerusalem" + }, + "TH-INET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1137, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Thailand", + "name": "TH-INET-NREN", + "netroutes": {}, + "netsites": { + "TH-INET-NREN": { + "description": "", + "id": 149, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.846777", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.843447", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TH-INET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "TH-NECTEC-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1135, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Thailand", + "name": "TH-NECTEC-NREN", + "netroutes": { + "TH-NECTEC-NREN-LHCONE": { + "asn": 38296, + "id": 260, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.529148", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TH-NECTEC-NREN-LHCONE", + "netsite": "TH-NECTEC-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "203.185.129.0/24", + "203.185.131.0/24", + "203.185.132.0/24", + "203.185.133.0/24", + "203.185.134.0/24" + ] + } + }, + "TH-NECTEC-NREN-LHCONE_2": { + "asn": 7588, + "id": 276, + "is_ms": false, + "last_modified": "2022-02-11T15:09:42.316113", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TH-NECTEC-NREN-LHCONE_2", + "netsite": "TH-NECTEC-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.44.204.0/24", + "203.185.64.0/19" + ] + } + } + }, + "netsites": { + "TH-NECTEC-NREN": { + "description": "", + "id": 144, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.174772", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.171007", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TH-NECTEC-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "TH-THAISARN-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1126, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Thailand", + "name": "TH-THAISARN-NREN", + "netroutes": { + "TH-THAISARN-NREN-LHCONE": { + "asn": 3836, + "id": 242, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.335664", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TH-THAISARN-NREN-LHCONE", + "netsite": "TH-THAISARN-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "203.185.96.0/19" + ] + } + } + }, + "netsites": { + "TH-THAISARN-NREN": { + "description": "", + "id": 140, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.127772", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.124950", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TH-THAISARN-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "TH-UNINET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1127, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Thailand", + "name": "TH-UNINET-NREN", + "netroutes": { + "TH-UNINET-NREN-LHCONE": { + "asn": 24475, + "id": 244, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.490024", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TH-UNINET-NREN-LHCONE", + "netsite": "TH-UNINET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.29.12.0/24" + ], + "ipv6": [ + "2001:3c8:1012::/48" + ] + } + }, + "TH-UNINET-NREN-LHCONE_2": { + "asn": 4621, + "id": 275, + "is_ms": false, + "last_modified": "2022-02-22T13:18:06.520031", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TH-UNINET-NREN-LHCONE_2", + "netsite": "TH-UNINET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "202.28.194.0/24", + "202.28.2.0/24" + ] + } + } + }, + "netsites": { + "TH-UNINET-NREN": { + "description": "", + "id": 136, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.078949", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.076739", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TH-UNINET-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "TOKYO-LCG2": { + "altname": "ICEPP, Tokyo, Japan", + "cert_status": "certified", + "corepower": 18.2703962703963, + "cores": 352, + "country": "Japan", + "country_code": "JP", + "cpu_capacity": 156760, + "crr_url": "", + "description": "TOKYO-LCG2", + "disk_capacity": 0, + "federations": [ + "JP-Tokyo-ATLAS-T2" + ], + "gocdb_pk": "192G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=357", + "id": 678, + "infourl": "http://www.icepp.s.u-tokyo.ac.jp/en/index.html", + "institute": "ICEPP, University of Tokyo", + "is_pledged": false, + "latitude": 35.7137, + "longitude": 139.7631, + "monit_tag": "Japan", + "name": "TOKYO-LCG2", + "netroutes": { + "TOKYO-LCG2-LHCONE": { + "asn": 2501, + "id": 236, + "is_ms": false, + "last_modified": "2022-02-02T03:35:36.639008", + "lhcone_bandwidth_limit": 40, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TOKYO-LCG2-LHCONE", + "netsite": "JP-University-Tokyo", + "netsite_spare": null, + "networks": { + "ipv4": [ + "157.82.112.0/21" + ], + "ipv6": [ + "2001:2f8:102d:589::/64", + "2404:d540:1:589::/64" + ] + } + }, + "TOKYO-LCG2-LHCONE-P2P": { + "asn": 2501, + "id": 235, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.258704", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TOKYO-LCG2-LHCONE-P2P", + "netsite": "JP-University-Tokyo", + "netsite_spare": null, + "networks": { + "ipv4": [ + "133.11.127.244/30", + "133.11.255.181/32", + "150.99.198.220/30" + ] + } + } + }, + "netsites": { + "JP-University-Tokyo": { + "description": "", + "id": 137, + "info_url": "", + "last_modified": "2022-02-04T07:23:31.409651", + "lhcone_active": true, + "lhcone_aup_date": "2022-02-04T00:00:00", + "lhcone_bandwidth": 40, + "lhcone_providers": [ + "SINET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "JP-University-Tokyo", + "noc": [ + "lcg-admin@icepp.s.u-tokyo.ac.jp" + ], + "wan_bandwidth": 40 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcg-ce11.icepp.jp", + "flavour": "ARC-CE", + "id": 2290, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-CE-ARC-CE-lcg-ce11.icepp.jp", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ce12.icepp.jp", + "flavour": "ARC-CE", + "id": 2292, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-CE-ARC-CE-lcg-ce12.icepp.jp", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcg-ce22.icepp.jp:2811", + "flavour": "ARC-CE", + "id": 1384, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-CE-ARC-CE-lcg-ce22.icepp.jp", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://conddb-px02.icepp.jp:3128", + "flavour": "CVMFS", + "id": 2626, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-CVMFS-conddb-px02.icepp.jp", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.icepp.jp", + "flavour": "Bandwidth", + "id": 820, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-PerfSonar-Bandwidth-perfsonar2.icepp.jp", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.icepp.jp", + "flavour": "Latency", + "id": 770, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-PerfSonar-Latency-perfsonar1.icepp.jp", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://conddb-px01.icepp.jp:3128", + "flavour": "", + "id": 2623, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TOKYO-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2085, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "TOKYO-LCG2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1676, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "TOKYO-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + } + ], + "sites": [ + { + "name": "TOKYO-LCG2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 8580, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Tokyo" + }, + "TR-03-METU": { + "altname": "TR-03-METU", + "cert_status": "certified", + "corepower": 8.0400641025641, + "cores": 52, + "country": "Turkey", + "country_code": "TR", + "cpu_capacity": 5017, + "crr_url": "", + "description": "Tier-2 Center for CMS", + "disk_capacity": 0, + "federations": [ + "TR-Tier2-federation" + ], + "gocdb_pk": "392G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=166", + "id": 682, + "infourl": "http://www.truba.gov.tr", + "institute": "Middle East Technical University", + "is_pledged": false, + "latitude": 39.88, + "longitude": 33.76, + "monit_tag": "Turkey", + "name": "TR-03-METU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2848, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_TR_METU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "", + "description": "", + "endpoint": "manyas.grid.metu.edu.tr", + "flavour": "ARC-CE", + "id": 2464, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TR-03-METU-CE-ARC-CE-manyas.grid.metu.edu.tr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps2.truba.gov.tr", + "flavour": "Bandwidth", + "id": 818, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TR-03-METU-PerfSonar-Bandwidth-ps2.truba.gov.tr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps.truba.gov.tr", + "flavour": "Latency", + "id": 1034, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TR-03-METU-PerfSonar-Latency-ps.truba.gov.tr", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "T2_TR_METU", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 624, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Istanbul" + }, + "TR-10-ULAKBIM": { + "altname": "TR-10-ULAKBIM", + "cert_status": "certified", + "corepower": 17.5, + "cores": 64, + "country": "Turkey", + "country_code": "TR", + "cpu_capacity": 13440, + "crr_url": "", + "description": "Tier-2 Center for ATLAS", + "disk_capacity": 0, + "federations": [ + "TR-Tier2-federation" + ], + "gocdb_pk": "80G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=167", + "id": 687, + "infourl": "http://www.ulakbim.gov.tr", + "institute": "TUBITAK ULAKBIM", + "is_pledged": false, + "latitude": 39.99, + "longitude": 33.02, + "monit_tag": "Turkey", + "name": "TR-10-ULAKBIM", + "netroutes": { + "TR-ULAKBIM-LHCONE": { + "asn": 8517, + "id": 273, + "is_ms": false, + "last_modified": "2022-02-11T16:04:51.165935", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TR-ULAKBIM-LHCONE", + "netsite": "TR-ULAKBIM", + "netsite_spare": null, + "networks": { + "ipv4": [ + "161.9.255.0/24" + ], + "ipv6": [ + "2001:a98:1e::/48" + ] + } + } + }, + "netsites": { + "TR-ULAKBIM": { + "description": "", + "id": 154, + "info_url": "", + "last_modified": "2022-02-11T14:36:18.699821", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TR-ULAKBIM", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "kalkan2.ulakbim.gov.tr:443", + "flavour": "ARC-CE", + "id": 2486, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TR-10-ULAKBIM-CE-ARC-CE-kalkan2.ulakbim.gov.tr", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "ARC CE6" + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-frontier.ulakbim.gov.tr:3128", + "flavour": "", + "id": 2634, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TR-10-ULAKBIM-Squid", + "state": "ACTIVE", + "status": "DISABLED", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2047, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "TR-10-ULAKBIM_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.0 with DOME" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1680, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "TR-10-ULAKBIM_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "TR-10-ULAKBIM", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 768, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Istanbul" + }, + "TRIUMF-LCG2": { + "altname": "TRIUMF, Vancouver, Canada", + "cert_status": "certified", + "corepower": 19.2896917467683, + "cores": 1221, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 232788, + "crr_url": "", + "description": "ATLAS Canada Tier-1 centre", + "disk_capacity": 16000000000000000, + "federations": [ + "CA-TRIUMF" + ], + "gocdb_pk": "315G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=49", + "id": 691, + "infourl": "http://grid.triumf.ca/", + "institute": "TRIUMF", + "is_pledged": false, + "latitude": 49.25, + "longitude": -123.23, + "monit_tag": "Canada", + "name": "TRIUMF-LCG2", + "netroutes": { + "TRIUMF-LCG2-LHCOPNE": { + "asn": 36391, + "id": 201, + "is_ms": false, + "last_modified": "2021-12-01T15:36:24.003960", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 40, + "monit_url": "", + "name": "TRIUMF-LCG2-LHCOPNE", + "netsite": "CA-TRIUMF", + "netsite_spare": null, + "networks": { + "ipv4": [ + "206.12.1.0/24", + "206.12.9.0/29", + "206.12.9.128/25" + ], + "ipv6": [ + "2607:f8f0:660:2::/64", + "2607:f8f0:660:3::/64" + ] + } + } + }, + "netsites": { + "CA-TRIUMF": { + "description": "Canadian ATLAS Tier-1 network", + "id": 69, + "info_url": "", + "last_modified": "2022-06-24T23:43:56.735757", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "CANARIE" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 40, + "monit_url": "http://status.lcg.triumf.ca/nms1/network/", + "name": "CA-TRIUMF", + "noc": [ + "lhc_tier1_support@lcg.triumf.ca" + ], + "wan_bandwidth": 100 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://squid.lcg.triumf.ca:3129", + "flavour": "CVMFS", + "id": 2638, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "squid.lcg.triumf.ca", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Tape", + "description": "srm.triumf.ca-TAPETEST", + "endpoint": null, + "flavour": null, + "id": 3026, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "TRIUMF-LCG2 _SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce01.lcg.triumf.ca:2811", + "flavour": "ARC-CE", + "id": 633, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TRIUMF-LCG2-CE-ARC-CE-ce01.lcg.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.lcg.triumf.ca:2811", + "flavour": "ARC-CE", + "id": 745, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TRIUMF-LCG2-CE-ARC-CE-ce02.lcg.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce03.lcg.triumf.ca:2811", + "flavour": "ARC-CE", + "id": 188, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TRIUMF-LCG2-CE-ARC-CE-ce03.lcg.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce04.lcg.triumf.ca:2811", + "flavour": "ARC-CE", + "id": 59, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TRIUMF-LCG2-CE-ARC-CE-ce04.lcg.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-atlas.lcg.triumf.ca:3128/ATLAS_frontier", + "flavour": "", + "id": 2629, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "TRIUMF-LCG2-Frontier", + "state": "ACTIVE", + "status": "", + "type": "Frontier", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-bandwidth.lhcmon.triumf.ca", + "flavour": "Bandwidth", + "id": 1044, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TRIUMF-LCG2-PerfSonar-Bandwidth-ps-bandwidth.lhcmon.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps-latency.lhcmon.triumf.ca", + "flavour": "Latency", + "id": 1032, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TRIUMF-LCG2-PerfSonar-Latency-ps-latency.lhcmon.triumf.ca", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "Production", + "endpoint": null, + "flavour": null, + "id": 2079, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "TRIUMF-LCG2_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.39" + }, + { + "arch": "Disk", + "description": "Production", + "endpoint": null, + "flavour": null, + "id": 1669, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "TRIUMF-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.39" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1670, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "TRIUMF-LCG2_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.4" + }, + { + "arch": "Tape", + "description": "Production", + "endpoint": null, + "flavour": null, + "id": 1671, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "TRIUMF-LCG2_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.39" + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1672, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "TRIUMF-LCG2_SE_TAPE_PPS_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.4" + } + ], + "sites": [ + { + "name": "TRIUMF-LCG2", + "tier_level": 1, + "vo_name": "atlas" + } + ], + "slots": 12068, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 31000000000000000, + "timezone": "America/Vancouver" + }, + "TTU-ANTAEUS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Primary OSG compute element resource at TTU. Consists of a mix of dual-core dual-cpu and quad-core dual-cpu Xeons, 240 cores total, operating at 2.5 to 3.0 GHz and associated with a cluster-wide Lustre file system. The file system is also accessible through the associated TTU-SIGMORGH storage element.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 692, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 33.610018, + "longitude": -101.821292, + "monit_tag": "USA", + "name": "TTU-ANTAEUS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 105, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_TTU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "TTU-TESTWULF": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "OSG Integration Test Bed resource at TTU.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 693, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 33.610018, + "longitude": -101.821292, + "monit_tag": "USA", + "name": "TTU-TESTWULF", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 107, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "TTU-TESTWULF", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "TUDresden-ZIH": { + "altname": "Center for Information Services and High Performance Computing, Technische Universitaet Dresden", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "Grid instance at ZIH", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "308G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=118", + "id": 695, + "infourl": "http://www.tu-dresden.de/zih", + "institute": "", + "is_pledged": false, + "latitude": 51.0285611, + "longitude": 13.735503, + "monit_tag": "Germany", + "name": "TUDresden-ZIH", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "TUDresden-ZIH", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "TW-FTT": { + "altname": "ASGC Taipei, Taiwan", + "cert_status": "certified", + "corepower": 10.140151515151516, + "cores": 82, + "country": "Taiwan", + "country_code": "TW", + "cpu_capacity": 6652, + "crr_url": "", + "description": "Taiwan Federated Tier-2", + "disk_capacity": 0, + "federations": [ + "TW-FTT-T2" + ], + "gocdb_pk": "366G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=527", + "id": 699, + "infourl": "http://www.twgrid.org/aproc/", + "institute": "Taiwan Analysis Facility Federation", + "is_pledged": false, + "latitude": 25.07, + "longitude": 121.62, + "monit_tag": "Taiwan", + "name": "TW-FTT", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "t2-arc6-1.grid.sinica.edu.tw", + "flavour": "ARC-CE", + "id": 3053, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TW-FTT-CE-ARC-CE-t2-arc6-1.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "t2-arc6-2.grid.sinica.edu.tw:2811", + "flavour": "ARC-CE", + "id": 3057, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TW-FTT-CE-ARC-CE-t2-arc6-2.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "6.13" + }, + { + "arch": "", + "description": "", + "endpoint": "http://nsquid02.grid.sinica.edu.tw:3128", + "flavour": "CVMFS", + "id": 2583, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TW-FTT-Squid", + "state": "ACTIVE", + "status": "DISABLED", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "TW-FTT", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 656, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Taipei" + }, + "TW-NCHC": { + "altname": "National Center for High-Performance Computing, Taiwan", + "cert_status": "certified", + "corepower": 0.0, + "cores": 992, + "country": "Taiwan", + "country_code": "TW", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS Tier-2", + "disk_capacity": 0, + "federations": [ + "TW-CMS-T2" + ], + "gocdb_pk": "95004G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1245", + "id": 700, + "infourl": "http://www.grid.nchc.org.tw", + "institute": "", + "is_pledged": false, + "latitude": 23.100508, + "longitude": 120.281496, + "monit_tag": "Taiwan", + "name": "TW-NCHC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2852, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_TW_NCHC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "", + "description": "", + "endpoint": "ce01.grid.nchc.org.tw", + "flavour": "ARC-CE", + "id": 416, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TW-NCHC-CE-ARC-CE-ce01.grid.nchc.org.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "disk01.grid.nchc.org.tw", + "flavour": null, + "id": 1156, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TW-NCHC-Squid-None-disk01.grid.nchc.org.tw", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "mon.grid.nchc.org.tw", + "flavour": null, + "id": 2111, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "TW-NCHC-Squid-None-mon.grid.nchc.org.tw", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "T2_TW_NCHC", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 992, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Taipei" + }, + "TW-NCUHEP": { + "altname": "HEP Group, National Central University, Taiwan", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Taiwan", + "country_code": "TW", + "cpu_capacity": 0, + "crr_url": "", + "description": "NCU CMS site hosted in Academia Sinica", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "275G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=526", + "id": 702, + "infourl": "http://www.phy.ncu.edu.tw", + "institute": "", + "is_pledged": false, + "latitude": 24.58, + "longitude": 121.08, + "monit_tag": "Taiwan", + "name": "TW-NCUHEP", + "netroutes": { + "TW-NCUHEP-LHCONE": { + "asn": 1659, + "id": 202, + "is_ms": false, + "last_modified": "2021-12-16T14:37:12.225066", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TW-NCUHEP-LHCONE", + "netsite": "TW-NCUHEP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "140.115.32.0/24", + "140.115.38.0/24" + ] + } + } + }, + "netsites": { + "TW-NCUHEP": { + "description": "", + "id": 44, + "info_url": "", + "last_modified": "2021-12-16T14:37:34.364001", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "TWAREN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TW-NCUHEP", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2832, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T3_TW_NCU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.13.0" + } + ], + "sites": [ + { + "name": "T3_TW_NCU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Taipei" + }, + "TW-NTU-HEP": { + "altname": "National Taiwan University, High Energy Physics Research Group", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Taiwan", + "country_code": "TW", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "33209G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=642", + "id": 706, + "infourl": "http://hep1.phys.ntu.edu.tw", + "institute": "", + "is_pledged": false, + "latitude": 25.015, + "longitude": 121.539, + "monit_tag": "Taiwan", + "name": "TW-NTU-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2890, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T3_TW_NTU_HEP_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "T3_TW_NTU_HEP", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Taipei" + }, + "TW-TWAREN-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Thailand", + "country_code": "TH", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1128, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Thailand", + "name": "TW-TWAREN-NREN", + "netroutes": { + "TW-TWAREN-NREN-LHCONE": { + "asn": 7539, + "id": 246, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.380417", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "TW-TWAREN-NREN-LHCONE", + "netsite": "TW-TWAREN-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "140.110.122.96/28" + ] + } + } + }, + "netsites": { + "TW-TWAREN-NREN": { + "description": "", + "id": 134, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.057268", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.055107", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "TW-TWAREN-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "Taiwan-LCG2": { + "altname": "Academia Sinica Grid Computing Center", + "cert_status": "certified", + "corepower": 12.7243778996204, + "cores": 496, + "country": "Taiwan", + "country_code": "TW", + "cpu_capacity": 60339, + "crr_url": "", + "description": "ASGC Tier-1 Center", + "disk_capacity": 8875248696810974, + "federations": [ + "TW-ASGC" + ], + "gocdb_pk": "367G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=451", + "id": 709, + "infourl": "http://www.twgrid.org", + "institute": "ASGC", + "is_pledged": false, + "latitude": 25.07, + "longitude": 121.62, + "monit_tag": "Taiwan", + "name": "Taiwan-LCG2", + "netroutes": { + "Taiwan-LCG2-LHCOPNE": { + "asn": 24167, + "id": 200, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.994011", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 10, + "monit_url": "", + "name": "Taiwan-LCG2-LHCOPNE", + "netsite": "TW-ASGC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "117.103.96.0/20", + "140.109.102.0/24", + "140.109.98.0/24", + "202.140.160.0/19", + "202.169.168.0/22" + ], + "ipv6": [ + "2400:4500:0:1::/64", + "2400:4500:0:2::/64", + "2400:4500::/64" + ] + } + } + }, + "netsites": { + "TW-ASGC": { + "description": "", + "id": 82, + "info_url": "", + "last_modified": "2021-11-30T17:19:57.270412", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ASGC" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 10, + "monit_url": "", + "name": "TW-ASGC", + "noc": [ + "noc@asgc.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc6-fdr1.grid.sinica.edu.tw", + "flavour": "ARC-CE", + "id": 3052, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-CE-ARC-CE-arc6-fdr1.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "arc6-fdr2.grid.sinica.edu.tw", + "flavour": "ARC-CE", + "id": 2392, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-CE-ARC-CE-arc6-fdr2.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc6-fdr4.grid.sinica.edu.tw", + "flavour": "ARC-CE", + "id": 3204, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-CE-ARC-CE-arc6-fdr4.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "t1-arc6-1.grid.sinica.edu.tw", + "flavour": "ARC-CE", + "id": 3059, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-CE-ARC-CE-t1-arc6-1.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "t1-arc6-2.grid.sinica.edu.tw", + "flavour": "ARC-CE", + "id": 3058, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-CE-ARC-CE-t1-arc6-2.grid.sinica.edu.tw", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "lhc-bandwidth.twgrid.org", + "flavour": "Bandwidth", + "id": 901, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-PerfSonar-Bandwidth-lhc-bandwidth.twgrid.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lhc-latency.twgrid.org", + "flavour": "Latency", + "id": 834, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-PerfSonar-Latency-lhc-latency.twgrid.org", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://nsquid01.grid.sinica.edu.tw:3128", + "flavour": "CVMFS", + "id": 2602, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Taiwan-LCG2-Squid", + "state": "ACTIVE", + "status": "DISABLED", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "This SE is serving Taiwan-LCG2 and TW-FTT", + "endpoint": null, + "flavour": null, + "id": 1689, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "Taiwan-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.1" + }, + { + "arch": "Disk", + "description": "TAIWAN-LCG2 EOS instance", + "endpoint": null, + "flavour": null, + "id": 3108, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "Taiwan-LCG2_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "Taiwan-LCG2", + "tier_level": 1, + "vo_name": "atlas" + } + ], + "slots": 4742, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 4000000000000000, + "timezone": "Asia/Taipei" + }, + "Tufts_ATLAS_Tier3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 960, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 42.4019, + "longitude": -71.1193, + "monit_tag": "USA", + "name": "Tufts_ATLAS_Tier3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Tufts_ATLAS_Tier3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "Tusker": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "The Tusker HPC Cluster.", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 713, + "infourl": "", + "institute": "University of Nebraska", + "is_pledged": false, + "latitude": 41.247321, + "longitude": -96.016817, + "monit_tag": "USA", + "name": "Tusker", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 333, + "rc_tier_level": 2, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UA-BITP": { + "altname": "Bogolubov's Institute for Theoretical Physics", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Ukraine", + "country_code": "UA", + "cpu_capacity": 0, + "crr_url": "", + "description": "WLCG grid site of BITP", + "disk_capacity": 0, + "federations": [ + "UA-Tier2-Federation" + ], + "gocdb_pk": "24193G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=170", + "id": 714, + "infourl": "http://www.bitp.kiev.ua", + "institute": "BITP (Kiev)", + "is_pledged": false, + "latitude": 50.382908, + "longitude": 30.470279, + "monit_tag": "Ukraine", + "name": "UA-BITP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "htcondor-ce.bitp.kiev.ua:9619", + "flavour": "HTCONDOR-CE", + "id": 2380, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UA-BITP-CE-HTCONDOR-CE-htcondor-ce.bitp.kiev.ua", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "BITP", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Kiev" + }, + "UA-ISMA": { + "altname": "Institute for Scintillation Materials of the National Academy of Sciences of Ukraine", + "cert_status": "certified", + "corepower": 23.0, + "cores": 86, + "country": "Ukraine", + "country_code": "UA", + "cpu_capacity": 7912, + "crr_url": "", + "description": "WLCG grid site of ISMA", + "disk_capacity": 0, + "federations": [ + "UA-Tier2-Federation" + ], + "gocdb_pk": "56604G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=171", + "id": 718, + "infourl": "http://www.isma.kharkov.ua", + "institute": "ISMA (Kharkov)", + "is_pledged": false, + "latitude": 50.0326, + "longitude": 36.2224, + "monit_tag": "Ukraine", + "name": "UA-ISMA", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gl-ce.isma.kharkov.ua:8443", + "flavour": "CREAM-CE", + "id": 4, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UA-ISMA-CE-CREAM-CE-gl-ce.isma.kharkov.ua", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": "1.16.4" + } + ], + "sites": [ + { + "name": "ISMA", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 344, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Kiev" + }, + "UA-KNU": { + "altname": "Taras Shevchenko National University of Kyiv", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Ukraine", + "country_code": "UA", + "cpu_capacity": 0, + "crr_url": "", + "description": "KNU Information and Computer Centre HPC Cluster", + "disk_capacity": 0, + "federations": [ + "UA-Tier2-Federation" + ], + "gocdb_pk": "43283G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=169", + "id": 719, + "infourl": "http://cluster.univ.kiev.ua", + "institute": "KNU (Kiev)", + "is_pledged": false, + "latitude": 50.382906, + "longitude": 30.470279, + "monit_tag": "Ukraine", + "name": "UA-KNU", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc.univ.kiev.ua:2811", + "flavour": "ARC-CE", + "id": 94, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UA-KNU-CE-ARC-CE-arc.univ.kiev.ua", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "KNU", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Kiev" + }, + "UA-URAN-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Ukraine", + "country_code": "UA", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1132, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Ukraine", + "name": "UA-URAN-NREN", + "netroutes": { + "UA-URAN-NREN-LHCONE": { + "asn": 12687, + "id": 252, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.439297", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UA-URAN-NREN-LHCONE", + "netsite": "UA-URAN-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "212.111.195.192/26" + ], + "ipv6": [ + "2a01:5c40::ffff:d46f:c3c0/122" + ] + } + } + }, + "netsites": { + "UA-URAN-NREN": { + "description": "", + "id": 130, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.012210", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.009913", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "UA-URAN-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "UAM-LCG2": { + "altname": "UAM, Madrid, Spain", + "cert_status": "certified", + "corepower": 12.6995614035, + "cores": 160, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 11379, + "crr_url": "", + "description": "T2 site at UAM", + "disk_capacity": 0, + "federations": [ + "ES-ATLAS-T2" + ], + "gocdb_pk": "120G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=157", + "id": 723, + "infourl": "http://uam.es/GRID", + "institute": "UAM, Madrid", + "is_pledged": false, + "latitude": 40.54583, + "longitude": -3.693611, + "monit_tag": "Spain", + "name": "UAM-LCG2", + "netroutes": { + "UAM-LCG2-LHCONE": { + "asn": 766, + "id": 203, + "is_ms": false, + "last_modified": "2022-02-08T20:07:39.634619", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "https://www.rediris.es/conectividad/stats/Display.html?IfAce=telmad-sw3_uam_lhcone&NetElement=Proyectos_LHCONE&File=lhcone.cfg", + "name": "UAM-LCG2-LHCONE", + "netsite": "ES-UAM", + "netsite_spare": null, + "networks": { + "ipv4": [ + "150.244.246.0/23" + ], + "ipv6": [ + "2001:720:420:c003::/64" + ] + } + } + }, + "netsites": { + "ES-UAM": { + "description": "", + "id": 77, + "info_url": "", + "last_modified": "2022-02-09T12:15:11.164276", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "REDIRIS" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "https://www.rediris.es/conectividad/stats/Display.html?IfAce=telmad-sw3_uam_lhcone&NetElement=Proyectos_LHCONE&File=lhcone.cfg", + "name": "ES-UAM", + "noc": [ + "noc@redimadrid.es", + "noc@rediris.es" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://gvmsw01.ft.uam.es:3128", + "flavour": "", + "id": 2614, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "gvmsw01.ft.uam.es", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://arc.ft.uam.es:443", + "flavour": "ARC-CE", + "id": 2119, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UAM-LCG2-CE-ARC-CE-arc.ft.uam.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://grid001.ft.uam.es:8443", + "flavour": "ARC-CE", + "id": 1927, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UAM-LCG2-CE-ARC-CE-grid001.ft.uam.es", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar02.ft.uam.es", + "flavour": "Bandwidth", + "id": 812, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UAM-LCG2-PerfSonar-Bandwidth-perfsonar02.ft.uam.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar01.ft.uam.es", + "flavour": "Latency", + "id": 766, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UAM-LCG2-PerfSonar-Latency-perfsonar01.ft.uam.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1682, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "UAM-LCG2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.18" + } + ], + "sites": [ + { + "name": "UAM-LCG2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 896, + "srr_url": "https://griddc03.ft.uam.es:8446/atlas_srr.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "UA_ICYB_ARC": { + "altname": "V.M. Glushkov Institute of Cybernetics of the National Academy of Sciences of Ukraine (ICYB)", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Ukraine", + "country_code": "UA", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "68150G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=172", + "id": 726, + "infourl": "http://icyb.kiev.ua/", + "institute": "", + "is_pledged": false, + "latitude": 50.362492, + "longitude": 30.44455, + "monit_tag": "Ukraine", + "name": "UA_ICYB_ARC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "ICYB", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Kiev" + }, + "UB-LCG2": { + "altname": "University of Barcelona, Spain", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "ES-LHCb-T2" + ], + "gocdb_pk": "203G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=367", + "id": 728, + "infourl": "http://lhcb.ecm.ub.es", + "institute": "UB, Barcelona", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Spain", + "name": "UB-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "hep-sonar.ecm.ub.es", + "flavour": "Bandwidth", + "id": 807, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UB-LCG2-PerfSonar-Bandwidth-hep-sonar.ecm.ub.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hep-sonar.ecm.ub.es", + "flavour": "Latency", + "id": 852, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UB-LCG2-PerfSonar-Latency-hep-sonar.ecm.ub.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "LCG.Barcelona.es", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "UCD": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "UC Davis T3 CMS SE and CE nodes", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 729, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 38.536669, + "longitude": -121.751304, + "monit_tag": "USA", + "name": "UCD", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 239, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_UCD", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UCR-HEP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 732, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 33.974645, + "longitude": -117.325385, + "monit_tag": "USA", + "name": "UCR-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 110, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "top.ucr.edu", + "flavour": "HTCONDOR-CE", + "id": 1722, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UCR-HEP-CE-HTCONDOR-CE-top.ucr.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.4.0" + } + ], + "sites": [ + { + "name": "T3_US_UCR", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UCSDT2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 736, + "infourl": "", + "institute": "University of California, San Diego", + "is_pledged": false, + "latitude": 33.016928, + "longitude": -116.846046, + "monit_tag": "USA", + "name": "UCSDT2", + "netroutes": { + "UCSDT2-LHCONE": { + "asn": 26397, + "id": 258, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.508917", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UCSDT2-LHCONE", + "netsite": "UCSD", + "netsite_spare": null, + "networks": { + "ipv4": [ + "169.228.130.0/23", + "67.58.50.0/28" + ], + "ipv6": [ + "2607:f720:1700:1b30::/60", + "2607:f720:1700:1b30::/64", + "2607:f720:1700:1b32::/64" + ] + } + } + }, + "netsites": { + "UCSD": { + "description": "", + "id": 122, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.895629", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.892746", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "UCSD", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 113, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2899, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_UCSD_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2879, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_SDSC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "osg-gw-6.t2.ucsd.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1307, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UCSDT2-CE-HTCONDOR-CE-osg-gw-6.t2.ucsd.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.5.2" + }, + { + "arch": "", + "description": "", + "endpoint": "osg-gw-7.t2.ucsd.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1321, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UCSDT2-CE-HTCONDOR-CE-osg-gw-7.t2.ucsd.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-1.t2.ucsd.edu", + "flavour": "Bandwidth", + "id": 787, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UCSDT2-PerfSonar-Bandwidth-perfsonar-1.t2.ucsd.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-2.t2.ucsd.edu", + "flavour": "Bandwidth", + "id": 2784, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UCSDT2-PerfSonar-Bandwidth-perfsonar-2.t2.ucsd.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-1.t2.ucsd.edu", + "flavour": "Latency", + "id": 2773, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UCSDT2-PerfSonar-Latency-perfsonar-1.t2.ucsd.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-2.t2.ucsd.edu", + "flavour": "Latency", + "id": 1062, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UCSDT2-PerfSonar-Latency-perfsonar-2.t2.ucsd.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "T2_US_UCSD", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "T3_US_SDSC", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UColorado_HEP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Renamed to UColorado_HEP by agopu after Doug agreed it was ok. 2008-07-18. Assigned appropriate site as well.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 742, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.015, + "longitude": -105.27, + "monit_tag": "USA", + "name": "UColorado_HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 177, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2860, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_Colorado_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "heposg01-colorado.sites.opensciencegrid.org", + "flavour": "HTCONDOR-CE", + "id": 3103, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UColorado_HEP-CE-HTCONDOR-CE-heposg01-colorado.sites.opensciencegrid.org", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_Colorado", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UERJ": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Brazil", + "country_code": "BR", + "cpu_capacity": 0, + "crr_url": "", + "description": "UERJ Resource Group.", + "disk_capacity": 0, + "federations": [ + "T2-LATINAMERICA" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 746, + "infourl": "", + "institute": "UERJ", + "is_pledged": false, + "latitude": -22.592458, + "longitude": -43.056793, + "monit_tag": "Brazil", + "name": "UERJ", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 42, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2884, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_BR_UERJ_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "osgce.hepgrid.uerj.br:9619", + "flavour": "HTCONDOR-CE", + "id": 2797, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UERJ-CE-HTCONDOR-CE-osgce.hepgrid.uerj.br", + "state": "ACTIVE", + "status": "Production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "osgce2.hepgrid.uerj.br:9619", + "flavour": "HTCONDOR-CE", + "id": 1319, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UERJ-CE-HTCONDOR-CE-osgce2.hepgrid.uerj.br", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bw.hepgrid.uerj.br", + "flavour": "Bandwidth", + "id": 2704, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UERJ-PerfSonar-Bandwidth-perfsonar-bw.hepgrid.uerj.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-lt.hepgrid.uerj.br", + "flavour": "Bandwidth", + "id": 2703, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UERJ-PerfSonar-Bandwidth-perfsonar-lt.hepgrid.uerj.br", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "T2_BR_UERJ", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UFlorida-HPC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-CMS-T2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 749, + "infourl": "", + "institute": "University of Florida", + "is_pledged": false, + "latitude": 29.681312, + "longitude": -82.353861, + "monit_tag": "USA", + "name": "UFlorida-HPC", + "netroutes": { + "UFlorida-HPC-LHCONE": { + "asn": 6536, + "id": 204, + "is_ms": false, + "last_modified": "2021-12-16T15:52:05.355575", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UFlorida-HPC-LHCONE", + "netsite": "US-UFlorida-HPC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "128.227.10.0/24", + "128.227.132.0/24", + "128.227.213.0/24", + "128.227.221.0/24", + "128.227.235.192/26", + "128.227.246.0/24", + "128.227.253.0/24", + "128.227.52.0/24", + "128.227.53.0/24", + "128.227.59.128/26", + "128.227.78.0/24", + "128.227.83.0/24", + "128.227.90.0/24", + "128.227.91.0/24", + "128.227.92.0/24" + ], + "ipv6": [ + "2620:104:1f::/48" + ] + } + }, + "UFlorida-HPC-LHCONE-2": { + "asn": 11096, + "id": 222, + "is_ms": false, + "last_modified": "2021-12-16T15:52:29.441072", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UFlorida-HPC-LHCONE-2", + "netsite": "US-UFlorida-HPC", + "netsite_spare": null, + "networks": { + "ipv6": [ + "2607:f5d8:5:101::/64", + "2607:f5d8:5:1::/64", + "2607:f5d8:5:2::/64", + "2607:f5d8:5:3::/64", + "2607:f5d8:5:401::/64", + "2607:f5d8:5:4::/64", + "2607:f5d8:5:5::/64", + "2607:f5d8:5:6::/64", + "2607:f5d8:5:7::/64", + "2607:f5d8:5:ff::/64" + ] + } + } + }, + "netsites": { + "US-UFlorida-HPC": { + "description": "", + "id": 19, + "info_url": "", + "last_modified": "2022-02-08T21:46:05.088034", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-UFlorida-HPC", + "noc": [], + "wan_bandwidth": 100 + } + }, + "oim_groupid": 120, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2847, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_Florida_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cms.rc.ufl.edu", + "flavour": "HTCONDOR-CE", + "id": 1402, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UFlorida-HPC-CE-HTCONDOR-CE-cms.rc.ufl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.5.2" + }, + { + "arch": "", + "description": "", + "endpoint": "cslrm.rc.ufl.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1328, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UFlorida-HPC-CE-HTCONDOR-CE-cslrm.rc.ufl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "4.1.0" + }, + { + "arch": "", + "description": "", + "endpoint": "osg.rc.ufl.edu", + "flavour": "HTCONDOR-CE", + "id": 1734, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UFlorida-HPC-CE-HTCONDOR-CE-osg.rc.ufl.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": "cmsps1.rc.ufl.edu", + "flavour": "Bandwidth", + "id": 1900, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UFlorida-HPC-PerfSonar-Bandwidth-cmsps1.rc.ufl.edu", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.rc.ufl.edu", + "flavour": "Bandwidth", + "id": 3169, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UFlorida-HPC-PerfSonar-Bandwidth-perfsonar1.rc.ufl.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.rc.ufl.edu", + "flavour": "Bandwidth", + "id": 3170, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UFlorida-HPC-PerfSonar-Bandwidth-perfsonar2.rc.ufl.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.ihepa.ufl.edu", + "flavour": "Latency", + "id": 1016, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UFlorida-HPC-PerfSonar-Latency-perfsonar1.ihepa.ufl.edu", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar1.rc.ufl.edu", + "flavour": "Latency", + "id": 3066, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UFlorida-HPC-PerfSonar-Latency-perfsonar1.rc.ufl.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar2.rc.ufl.edu", + "flavour": "Latency", + "id": 3067, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UFlorida-HPC-PerfSonar-Latency-perfsonar2.rc.ufl.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2098, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UFlorida-HPC_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "T2_US_Florida", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UKI-GridPP-Cloud-IC": { + "altname": "GridPP Cloud, Imperial College", + "cert_status": "candidate", + "corepower": 0.0, + "cores": 0, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 0, + "crr_url": "", + "description": "Imperial College GridPP Cloud", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "93068G08", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1064", + "id": 754, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 51.4994530034, + "longitude": -0.17897844314575, + "monit_tag": "UK", + "name": "UKI-GridPP-Cloud-IC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "UKI-GRIDPP-CLOUD-IC", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-LT2-Brunel": { + "altname": "Brunel University", + "cert_status": "certified", + "corepower": 11.949965963240299, + "cores": 275, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 52831, + "crr_url": "", + "description": "Brunel University, CEDPS", + "disk_capacity": 0, + "federations": [ + "UK-London-Tier2" + ], + "gocdb_pk": "158G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=236", + "id": 755, + "infourl": "http://www.brunel.ac.uk/about/acad/sed/", + "institute": "Brunel University", + "is_pledged": false, + "latitude": 51.5307, + "longitude": -0.4741, + "monit_tag": "UK", + "name": "UKI-LT2-Brunel", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2862, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_UK_London_Brunel_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "", + "description": "", + "endpoint": "dc2-grid-21.brunel.ac.uk:2811", + "flavour": "ARC-CE", + "id": 734, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-Brunel-CE-ARC-CE-dc2-grid-21.brunel.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "1.14.2" + }, + { + "arch": "", + "description": "", + "endpoint": "dc2-grid-22.brunel.ac.uk:2811", + "flavour": "ARC-CE", + "id": 542, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-Brunel-CE-ARC-CE-dc2-grid-22.brunel.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dc2-grid-25.brunel.ac.uk:2811", + "flavour": "ARC-CE", + "id": 74, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-Brunel-CE-ARC-CE-dc2-grid-25.brunel.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dc2-grid-26.brunel.ac.uk:2811", + "flavour": "ARC-CE", + "id": 134, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-Brunel-CE-ARC-CE-dc2-grid-26.brunel.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dc2-grid-28.brunel.ac.uk:2811", + "flavour": "ARC-CE", + "id": 173, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-Brunel-CE-ARC-CE-dc2-grid-28.brunel.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://dc2-grid-69.brunel.ac.uk:3128", + "flavour": "Frontier", + "id": 2596, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-Brunel-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1631, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-LT2-Brunel_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "LCG.UKI-LT2-Brunel.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_UK_London_Brunel", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "UKI-LT2-Brunel", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 4421, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-LT2-IC-HEP": { + "altname": "Imperial College, GridPP/LondonGrid, London UK", + "cert_status": "certified", + "corepower": 10.419992997198879, + "cores": 714, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 59519, + "crr_url": "", + "description": "Blackett Lab, Physics Department, Imperial College London", + "disk_capacity": 0, + "federations": [ + "UK-London-Tier2" + ], + "gocdb_pk": "326G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=572", + "id": 756, + "infourl": "https://www.imperial.ac.uk/high-energy-physics/about-us/", + "institute": "Imperial College London", + "is_pledged": false, + "latitude": 51.499453, + "longitude": -0.17897844, + "monit_tag": "UK", + "name": "UKI-LT2-IC-HEP", + "netroutes": { + "UKI-LT2-IC-HEP-LHCONE": { + "asn": 786, + "id": 205, + "is_ms": false, + "last_modified": "2022-02-01T23:40:31.057296", + "lhcone_bandwidth_limit": 80, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UKI-LT2-IC-HEP-LHCONE", + "netsite": "UKI-LT2-IC-HEP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "146.179.232.0/22" + ], + "ipv6": [ + "2a0c:5bc0:c8:2::/64" + ] + } + } + }, + "netsites": { + "UKI-LT2-IC-HEP": { + "description": "", + "id": 61, + "info_url": "", + "last_modified": "2022-02-01T23:43:05.672367", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 80, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "UKI-LT2-IC-HEP", + "noc": [], + "wan_bandwidth": 100 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2838, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_UK_London_IC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "", + "description": "", + "endpoint": "ceprod00.grid.hep.ph.ic.ac.uk", + "flavour": "HTCONDOR-CE", + "id": 2126, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-IC-HEP-CE-HTCONDOR-CE-ceprod00.grid.hep.ph.ic.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ceprod01.grid.hep.ph.ic.ac.uk", + "flavour": "HTCONDOR-CE", + "id": 2124, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-IC-HEP-CE-HTCONDOR-CE-ceprod01.grid.hep.ph.ic.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ceprod02.grid.hep.ph.ic.ac.uk", + "flavour": "HTCONDOR-CE", + "id": 2123, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-IC-HEP-CE-HTCONDOR-CE-ceprod02.grid.hep.ph.ic.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ceprod03.grid.hep.ph.ic.ac.uk", + "flavour": "HTCONDOR-CE", + "id": 2125, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-IC-HEP-CE-HTCONDOR-CE-ceprod03.grid.hep.ph.ic.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lt2ps00-bw.grid.hep.ph.ic.ac.uk", + "flavour": "Bandwidth", + "id": 2272, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-IC-HEP-PerfSonar-Bandwidth-lt2ps00-bw.grid.hep.ph.ic.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lt2ps00-lat.grid.hep.ph.ic.ac.uk", + "flavour": "Latency", + "id": 2271, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-IC-HEP-PerfSonar-Latency-lt2ps00-lat.grid.hep.ph.ic.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2084, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-LT2-IC-HEP_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.16" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1657, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-LT2-IC-HEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1740, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-LT2-IC-HEP_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2" + } + ], + "sites": [ + { + "name": "LCG.UKI-LT2-IC-HEP.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_UK_London_IC", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "UKI-LT2-IC-HEP", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 5712, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-LT2-QMUL": { + "altname": "QMUL, GridPP/LT2, London UK", + "cert_status": "certified", + "corepower": 12.5799625468165, + "cores": 1433, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 244858, + "crr_url": "", + "description": "QMUL, GridPP/LT2, London UK", + "disk_capacity": 0, + "federations": [ + "UK-London-Tier2" + ], + "gocdb_pk": "279G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=503", + "id": 759, + "infourl": "http://pprc.qmul.ac.uk/", + "institute": "Queen Mary, University of London", + "is_pledged": false, + "latitude": 51.523, + "longitude": -0.041, + "monit_tag": "UK", + "name": "UKI-LT2-QMUL", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arcce02.esc.qmul.ac.uk:2811", + "flavour": "ARC-CE", + "id": 1909, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-QMUL-CE-ARC-CE-arcce02.esc.qmul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arcce03.esc.qmul.ac.uk:2811", + "flavour": "ARC-CE", + "id": 2027, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-QMUL-CE-ARC-CE-arcce03.esc.qmul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bandwidth.esc.qmul.ac.uk", + "flavour": "Bandwidth", + "id": 876, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-QMUL-PerfSonar-Bandwidth-perfsonar-bandwidth.esc.qmul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-latency.esc.qmul.ac.uk", + "flavour": "Latency", + "id": 836, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-QMUL-PerfSonar-Latency-perfsonar-latency.esc.qmul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontiercache.esc.qmul.ac.uk:3128", + "flavour": "", + "id": 2604, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-QMUL-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2054, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-LT2-QMUL_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1645, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-LT2-QMUL_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1644, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-LT2-QMUL_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1801, + "impl": "StoRM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-LT2-QMUL_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + } + ], + "sites": [ + { + "name": "LCG.UKI-LT2-QMUL.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T3_UK_London_QMUL", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "UKI-LT2-QMUL", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 19464, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-LT2-RHUL": { + "altname": "Royal Holloway", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 0, + "crr_url": "", + "description": "Royal Holloway College, GridPP/LT2, London UK", + "disk_capacity": 0, + "federations": [ + "UK-London-Tier2" + ], + "gocdb_pk": "193G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=238", + "id": 760, + "infourl": "http://www.pp.rhul.ac.uk", + "institute": "Royal Holloway, University of London", + "is_pledged": false, + "latitude": 51.425324, + "longitude": -0.567218, + "monit_tag": "UK", + "name": "UKI-LT2-RHUL", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "htc01.ppgrid1.rhul.ac.uk:9619", + "flavour": "HTCONDOR-CE", + "id": 1899, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-CE-HTCONDOR-CE-htc01.ppgrid1.rhul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfson1.ppgrid1.rhul.ac.uk", + "flavour": "Bandwidth", + "id": 991, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-PerfSonar-Bandwidth-perfson1.ppgrid1.rhul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfson3.ppgrid1.rhul.ac.uk", + "flavour": "Bandwidth", + "id": 3202, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-PerfSonar-Bandwidth-perfson3.ppgrid1.rhul.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfson1.ppgrid1.rhul.ac.uk", + "flavour": "Latency", + "id": 1067, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-PerfSonar-Latency-perfson1.ppgrid1.rhul.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfson3.ppgrid1.rhul.ac.uk", + "flavour": "Latency", + "id": 3201, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-PerfSonar-Latency-perfson3.ppgrid1.rhul.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.ppgrid1.rhul.ac.uk:3128", + "flavour": "CVMFS", + "id": 2667, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "squid.ppgrid1.rhul.ac.uk", + "flavour": null, + "id": 2448, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-LT2-RHUL-Squid-None-squid.ppgrid1.rhul.ac.uk_1", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1673, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-LT2-RHUL_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "LCG.UKI-LT2-RHUL.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T3_UK_London_RHUL", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "UKI-LT2-RHUL", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-NORTHGRID-LANCS-HEP": { + "altname": "Lancaster University", + "cert_status": "certified", + "corepower": 15.2, + "cores": 500, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 60800, + "crr_url": "", + "description": "Lancaster University GridPP Site", + "disk_capacity": 0, + "federations": [ + "UK-NorthGrid" + ], + "gocdb_pk": "156G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=502", + "id": 763, + "infourl": "http://www.gridpp.ac.uk/wiki/Lancaster", + "institute": "Lancaster University", + "is_pledged": false, + "latitude": 54.0124, + "longitude": -2.7944, + "monit_tag": "UK", + "name": "UKI-NORTHGRID-LANCS-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "Contact:Peter Love", + "endpoint": null, + "flavour": null, + "id": 2517, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "LANCS_OS_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "OS", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grendel.hec.lancs.ac.uk", + "flavour": "ARC-CE", + "id": 689, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LANCS-HEP-CE-ARC-CE-grendel.hec.lancs.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://pygrid-kraken.hec.lancs.ac.uk:3128", + "flavour": "Frontier", + "id": 2543, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LANCS-HEP-Frontier-pygrid-kraken.hec.lancs.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "pygrid-sonar1.lancs.ac.uk", + "flavour": "Bandwidth", + "id": 1068, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LANCS-HEP-PerfSonar-Bandwidth-pygrid-sonar1.lancs.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "pygrid-sonar2.lancs.ac.uk", + "flavour": "Latency", + "id": 870, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LANCS-HEP-PerfSonar-Latency-pygrid-sonar2.lancs.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://pygrid-leviathan.hec.lancs.ac.uk:3128", + "flavour": "CVMFS", + "id": 2594, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LANCS-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1623, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-NORTHGRID-LANCS-HEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "Disk", + "description": "XrootD backed by CephFS", + "endpoint": null, + "flavour": null, + "id": 3123, + "impl": "xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-NORTHGRID-LANCS-HEP_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.0" + } + ], + "sites": [ + { + "name": "LCG.Lancaster.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-NORTHGRID-LANCS-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 4000, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-NORTHGRID-LIV-HEP": { + "altname": "UKI-NORTHGRID-LIV-HEP, GridPP/NorthGrid, The Liverpool University, UK", + "cert_status": "certified", + "corepower": 10.225788288288289, + "cores": 219, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 18161, + "crr_url": "http://hepgrid4.ph.liv.ac.uk/liv.json", + "description": "Liverpool University Tier2 GridPP Site", + "disk_capacity": 0, + "federations": [ + "UK-NorthGrid" + ], + "gocdb_pk": "277G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=232", + "id": 764, + "infourl": "http://hep.ph.liv.ac.uk", + "institute": "University of Liverpool", + "is_pledged": false, + "latitude": 53.4, + "longitude": -3.0, + "monit_tag": "UK", + "name": "UKI-NORTHGRID-LIV-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "hepgrid5.ph.liv.ac.uk:8443", + "flavour": "ARC-CE", + "id": 353, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LIV-HEP-CE-ARC-CE-hepgrid5.ph.liv.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hepgrid6.ph.liv.ac.uk:9619", + "flavour": "HTCONDOR-CE", + "id": 235, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LIV-HEP-CE-HTCONDOR-CE-hepgrid6.ph.liv.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hepsonar1.ph.liv.ac.uk", + "flavour": "Bandwidth", + "id": 1036, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LIV-HEP-PerfSonar-Bandwidth-hepsonar1.ph.liv.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hepsonar2.ph.liv.ac.uk", + "flavour": "Latency", + "id": 911, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LIV-HEP-PerfSonar-Latency-hepsonar2.ph.liv.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlcache.ph.liv.ac.uk:3128", + "flavour": "", + "id": 2600, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-LIV-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1637, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-NORTHGRID-LIV-HEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1761, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-NORTHGRID-LIV-HEP_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "LCG.Liverpool.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-NORTHGRID-LIV-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 1776, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-NORTHGRID-MAN-HEP": { + "altname": "UKI-NORTHGRID-MAN-HEP, GridPP/NorthGrid, University of Manchester, UK", + "cert_status": "certified", + "corepower": 10.3700440528634, + "cores": 64, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 42372, + "crr_url": "https://raw.githubusercontent.com/gridpp/info-sys/master/sites/UKI-NORTHGRID-MAN-HEP/UKI-NORTHGRID-MAN-HEP-hierarchical.json", + "description": "Manchester HEP Tier-2 service", + "disk_capacity": 0, + "federations": [ + "UK-NorthGrid" + ], + "gocdb_pk": "278G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=233", + "id": 765, + "infourl": "", + "institute": "University of Manchester", + "is_pledged": false, + "latitude": 53.47, + "longitude": -2.23, + "monit_tag": "UK", + "name": "UKI-NORTHGRID-MAN-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.tier2.hep.manchester.ac.uk:2811", + "flavour": "ARC-CE", + "id": 191, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-CE-ARC-CE-ce01.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.tier2.hep.manchester.ac.uk:2811", + "flavour": "ARC-CE", + "id": 280, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-CE-ARC-CE-ce02.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "ARC-CE", + "description": "", + "endpoint": "ce03.tier2.hep.manchester.ac.uk", + "flavour": "ARC-CE", + "id": 2941, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-CE-ARC-CE-ce03.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "vm29.tier2.hep.manchester.ac.uk:2811", + "flavour": "ARC-CE", + "id": 2041, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-CE-ARC-CE-vm29.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "vm3.tier2.hep.manchester.ac.uk:2811", + "flavour": "ARC-CE", + "id": 516, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-CE-ARC-CE-vm3.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bw.tier2.hep.manchester.ac.uk", + "flavour": "Bandwidth", + "id": 1012, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-PerfSonar-Bandwidth-perfsonar-bw.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-lt.tier2.hep.manchester.ac.uk", + "flavour": "Latency", + "id": 979, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-PerfSonar-Latency-perfsonar-lt.tier2.hep.manchester.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid-cache.tier2.hep.manchester.ac.uk:3128", + "flavour": "", + "id": 2659, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-MAN-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2083, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-NORTHGRID-MAN-HEP_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1643, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-NORTHGRID-MAN-HEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1849, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-NORTHGRID-MAN-HEP_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "LCG.Manchester.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-NORTHGRID-MAN-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 4086, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-NORTHGRID-SHEF-HEP": { + "altname": "University of Sheffield, GridPP/NorthGrid, UK", + "cert_status": "certified", + "corepower": 12.2001953125, + "cores": 102, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 12493, + "crr_url": "", + "description": "UKI-NORTHGRID-SHEF-HEP", + "disk_capacity": 0, + "federations": [ + "UK-NorthGrid" + ], + "gocdb_pk": "107G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=234", + "id": 766, + "infourl": "http://lcg.shef.ac.uk", + "institute": "University of Sheffield", + "is_pledged": false, + "latitude": 53.381, + "longitude": -1.4861, + "monit_tag": "UK", + "name": "UKI-NORTHGRID-SHEF-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "lcgce1.shef.ac.uk", + "flavour": "ARC-CE", + "id": 2248, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-SHEF-HEP-CE-ARC-CE-lcgce1.shef.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgperf.shef.ac.uk", + "flavour": "Bandwidth", + "id": 1065, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-SHEF-HEP-PerfSonar-Bandwidth-lcgperf.shef.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgperf.shef.ac.uk", + "flavour": "Latency", + "id": 864, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-SHEF-HEP-PerfSonar-Latency-lcgperf.shef.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://lcgsquid.shef.ac.uk:3128", + "flavour": "", + "id": 2593, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-NORTHGRID-SHEF-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "LCG.Sheffield.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-NORTHGRID-SHEF-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 1024, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SCOTGRID-DURHAM": { + "altname": "Durham University Particle Physics", + "cert_status": "certified", + "corepower": 13.4500973709834, + "cores": 511, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 55253, + "crr_url": "", + "description": "Institute for Particle Physics Phenomenology", + "disk_capacity": 0, + "federations": [ + "UK-ScotGrid" + ], + "gocdb_pk": "329G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=235", + "id": 767, + "infourl": "http://www.ippp.dur.ac.uk/", + "institute": "University of Durham", + "is_pledged": false, + "latitude": 54.766576, + "longitude": -1.574575, + "monit_tag": "UK", + "name": "UKI-SCOTGRID-DURHAM", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce3.dur.scotgrid.ac.uk:2811", + "flavour": "ARC-CE", + "id": 487, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-CE-ARC-CE-ce3.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce4.dur.scotgrid.ac.uk:2811", + "flavour": "ARC-CE", + "id": 605, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-CE-ARC-CE-ce4.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.dur.scotgrid.ac.uk:3128", + "flavour": "CVMFS", + "id": 2657, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-CVMFS-squid.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfmon.dur.scotgrid.ac.uk", + "flavour": "Bandwidth", + "id": 1046, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-PerfSonar-Bandwidth-perfmon.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.dur.scotgrid.ac.uk", + "flavour": "Bandwidth", + "id": 2114, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-PerfSonar-Bandwidth-perfsonar.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfmon.dur.scotgrid.ac.uk", + "flavour": "Latency", + "id": 833, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-PerfSonar-Latency-perfmon.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.dur.scotgrid.ac.uk", + "flavour": "Latency", + "id": 2113, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-DURHAM-PerfSonar-Latency-perfsonar.dur.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1634, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-SCOTGRID-DURHAM_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "LCG.Durham.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-SCOTGRID-DURHAM", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 4108, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SCOTGRID-ECDF": { + "altname": "Edinburgh ECDF", + "cert_status": "certified", + "corepower": 13.240243902439, + "cores": 196, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 21714, + "crr_url": "", + "description": "gLite-enabled interface to central Edinburgh University cluster.", + "disk_capacity": 0, + "federations": [ + "UK-ScotGrid" + ], + "gocdb_pk": "250G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=105", + "id": 768, + "infourl": "http://www.scotgrid.ac.uk", + "institute": "Edinburgh", + "is_pledged": false, + "latitude": 55.9, + "longitude": -3.2, + "monit_tag": "UK", + "name": "UKI-SCOTGRID-ECDF", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce1.gridpp.ecdf.ed.ac.uk:2811", + "flavour": "ARC-CE", + "id": 337, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-ECDF-CE-ARC-CE-ce1.gridpp.ecdf.ed.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce2.gridpp.ecdf.ed.ac.uk", + "flavour": "ARC-CE", + "id": 2034, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-ECDF-CE-ARC-CE-ce2.gridpp.ecdf.ed.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t3-mw1.ph.ed.ac.uk", + "flavour": "ARC-CE", + "id": 2229, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-ECDF-CE-ARC-CE-t3-mw1.ph.ed.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://gridpp-filer.ecdf.ed.ac.uk:3128", + "flavour": "CVMFS", + "id": 2573, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-ECDF-CVMFS-gridpp-filer.ecdf.ed.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gridpp-ps-band.ecdf.ed.ac.uk", + "flavour": "Bandwidth", + "id": 904, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-ECDF-PerfSonar-Bandwidth-gridpp-ps-band.ecdf.ed.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gridpp-ps-lat.ecdf.ed.ac.uk", + "flavour": "Latency", + "id": 909, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-ECDF-PerfSonar-Latency-gridpp-ps-lat.ecdf.ed.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1584, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-SCOTGRID-ECDF_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + }, + { + "arch": "Disk", + "description": "XCache server sat in front of ECDF storage for caching/development", + "endpoint": null, + "flavour": null, + "id": 1583, + "impl": "Xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SCOTGRID-ECDF_SE_146_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "Storage element for volatile disk on test se", + "endpoint": null, + "flavour": null, + "id": 2752, + "impl": "dpm", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SCOTGRID-ECDF_SE_3_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.15.2" + } + ], + "sites": [ + { + "name": "LCG.ECDF.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-SCOTGRID-ECDF", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "UKI-SCOTGRID-ECDF-RDF", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 1640, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SCOTGRID-GLASGOW": { + "altname": "University of Glasgow, Scottish Grid Service Cluster", + "cert_status": "certified", + "corepower": 8.74006359300477, + "cores": 1334, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 93274, + "crr_url": "https://gitlab.com/uki-scotgrid-glasgow/information-system/raw/master/uki-scotgrid-glasgow-ce.json", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "UK-ScotGrid" + ], + "gocdb_pk": "64G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=627", + "id": 769, + "infourl": "http://www.scotgrid.ac.uk/", + "institute": "University of Glasgow", + "is_pledged": false, + "latitude": 55.87, + "longitude": -4.29, + "monit_tag": "UK", + "name": "UKI-SCOTGRID-GLASGOW", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce01.gla.scotgrid.ac.uk", + "flavour": "ARC-CE", + "id": 1892, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-CE-ARC-CE-ce01.gla.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce02.gla.scotgrid.ac.uk", + "flavour": "ARC-CE", + "id": 1923, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-CE-ARC-CE-ce02.gla.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce03.gla.scotgrid.ac.uk:2811", + "flavour": "ARC-CE", + "id": 1996, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-CE-ARC-CE-ce03.gla.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ce04.gla.scotgrid.ac.uk", + "flavour": "ARC-CE", + "id": 2228, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-CE-ARC-CE-ce04.gla.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps001.gla.scotgrid.ac.uk", + "flavour": "Bandwidth", + "id": 1080, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-PerfSonar-Bandwidth-ps001.gla.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps002.gla.scotgrid.ac.uk", + "flavour": "Latency", + "id": 868, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-PerfSonar-Latency-ps002.gla.scotgrid.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://nat005.gla.scotgrid.ac.uk:3128", + "flavour": "", + "id": 2588, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SCOTGRID-GLASGOW-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2003, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SCOTGRID-GLASGOW_SE_172_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1744, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SCOTGRID-GLASGOW_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.8.10" + } + ], + "sites": [ + { + "name": "LCG.Glasgow.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T3_UK_ScotGrid_GLA", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "UKI-SCOTGRID-GLASGOW", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 10672, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SOUTHGRID-BHAM-HEP": { + "altname": "University of Birmingham, GridPP, UK", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Birmingham, Physics Dept", + "disk_capacity": 0, + "federations": [ + "UK-SouthGrid" + ], + "gocdb_pk": "372G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=106", + "id": 770, + "infourl": "http://www.ep.ph.bham.ac.uk/", + "institute": "University of Birmingham", + "is_pledged": false, + "latitude": 52.4598, + "longitude": -1.923, + "monit_tag": "UK", + "name": "UKI-SOUTHGRID-BHAM-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "HTCondor-CE", + "description": "", + "endpoint": "epgr02.ph.bham.ac.uk:9619", + "flavour": "HTCONDOR-CE", + "id": 3188, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BHAM-HEP-CE-HTCONDOR-CE-epgr02.ph.bham.ac.uk", + "state": "ACTIVE", + "status": "online", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "epgperf.ph.bham.ac.uk", + "flavour": "Bandwidth", + "id": 805, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BHAM-HEP-PerfSonar-Bandwidth-epgperf.ph.bham.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "epgperf.ph.bham.ac.uk", + "flavour": "Latency", + "id": 1041, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BHAM-HEP-PerfSonar-Latency-epgperf.ph.bham.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://epgr01.ph.bham.ac.uk:3128", + "flavour": "", + "id": 2568, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BHAM-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1705, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SOUTHGRID-BHAM-HEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1937, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SOUTHGRID-BHAM-HEP_SE_159_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1426, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SOUTHGRID-BHAM-HEP_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "epgr10.ph.bham.ac.uk", + "flavour": "AliEn-CE", + "id": 1531, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BHAM-HEP_VoBox_epgr10.ph.bham.ac.uk_ALICE", + "state": "ACTIVE", + "status": null, + "type": "alience", + "version": null + } + ], + "sites": [ + { + "name": "Birmingham", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "LCG.BHAM-HEP.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "UKI-SOUTHGRID-BHAM-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SOUTHGRID-BRIS-HEP": { + "altname": "University of Bristol Physics GridPP", + "cert_status": "certified", + "corepower": 11.16969696969697, + "cores": 82, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 14744, + "crr_url": "", + "description": "University of Bristol Physics GridPP", + "disk_capacity": 0, + "federations": [ + "UK-SouthGrid" + ], + "gocdb_pk": "106G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=337", + "id": 772, + "infourl": "http://www.bris.ac.uk/physics/research/particle", + "institute": "University of Bristol", + "is_pledged": false, + "latitude": 51.4585, + "longitude": -2.6021, + "monit_tag": "UK", + "name": "UKI-SOUTHGRID-BRIS-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2900, + "impl": "DPM", + "is_monitored": true, + "is_virtual": true, + "name": "T2_UK_SGrid_Bristol_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.9.0" + }, + { + "arch": "", + "description": "", + "endpoint": "lcgce02.phy.bris.ac.uk", + "flavour": "HTCONDOR-CE", + "id": 320, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BRIS-HEP-CE-HTCONDOR-CE-lcgce02.phy.bris.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dice-io-37-00.acrc.bris.ac.uk", + "flavour": "Bandwidth", + "id": 1070, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BRIS-HEP-PerfSonar-Bandwidth-dice-io-37-00.acrc.bris.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgnetmon02.phy.bris.ac.uk", + "flavour": "Bandwidth", + "id": 913, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BRIS-HEP-PerfSonar-Bandwidth-lcgnetmon02.phy.bris.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "dice-io-37-00.acrc.bris.ac.uk", + "flavour": "Latency", + "id": 796, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BRIS-HEP-PerfSonar-Latency-dice-io-37-00.acrc.bris.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "lcgnetmon.phy.bris.ac.uk", + "flavour": "Latency", + "id": 1064, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-SOUTHGRID-BRIS-HEP-PerfSonar-Latency-lcgnetmon.phy.bris.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "LCG.Bristol.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_UK_SGrid_Bristol", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 1320, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SOUTHGRID-OX-HEP": { + "altname": "University of Oxford", + "cert_status": "certified", + "corepower": 9.48392652123995, + "cores": 391, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 29685, + "crr_url": "", + "description": "Tier 2 at Oxford Particle Physics Department", + "disk_capacity": 0, + "federations": [ + "UK-SouthGrid" + ], + "gocdb_pk": "232G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=571", + "id": 774, + "infourl": "http://www.physics.ox.ac.uk/", + "institute": "University of Oxford", + "is_pledged": false, + "latitude": 51.818076, + "longitude": -1.304756, + "monit_tag": "UK", + "name": "UKI-SOUTHGRID-OX-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "t2arc00.physics.ox.ac.uk:2811", + "flavour": "ARC-CE", + "id": 663, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-OX-HEP-CE-ARC-CE-t2arc00.physics.ox.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2ps-bandwidth.physics.ox.ac.uk", + "flavour": "Bandwidth", + "id": 992, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-OX-HEP-PerfSonar-Bandwidth-t2ps-bandwidth.physics.ox.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2ps-bandwidth2.physics.ox.ac.uk", + "flavour": "Bandwidth", + "id": 2282, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-OX-HEP-PerfSonar-Bandwidth-t2ps-bandwidth2.physics.ox.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2ps-latency.physics.ox.ac.uk", + "flavour": "Latency", + "id": 950, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-OX-HEP-PerfSonar-Latency-t2ps-latency.physics.ox.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "t2ps-latency2.physics.ox.ac.uk", + "flavour": "Latency", + "id": 2281, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-OX-HEP-PerfSonar-Latency-t2ps-latency2.physics.ox.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://t2squid01.physics.ox.ac.uk:3128", + "flavour": "", + "id": 2613, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-OX-HEP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Cache", + "description": "Xcache", + "endpoint": null, + "flavour": null, + "id": 2811, + "impl": "xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SOUTHGRID-OX-HEP_SE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.Oxford.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "Oxford", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "T3_UK_SGrid_Oxford", + "tier_level": 3, + "vo_name": "cms" + }, + { + "name": "UKI-SOUTHGRID-OX-HEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 3130, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SOUTHGRID-RALPP": { + "altname": "RAL Particle Physics Group, Oxfordshire UK", + "cert_status": "certified", + "corepower": 10.0, + "cores": 681, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 62440, + "crr_url": "", + "description": "Tier 2 at STFC RAL Particle Physics Department", + "disk_capacity": 0, + "federations": [ + "UK-SouthGrid" + ], + "gocdb_pk": "61G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=628", + "id": 775, + "infourl": "", + "institute": "Rutherford Appleton Laboratory", + "is_pledged": false, + "latitude": 51.57, + "longitude": -1.31, + "monit_tag": "UK", + "name": "UKI-SOUTHGRID-RALPP", + "netroutes": { + "UKI-SOUTHGRID-RALPP-LHCONE": { + "asn": 786, + "id": 206, + "is_ms": false, + "last_modified": "2021-12-16T15:54:11.693863", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UKI-SOUTHGRID-RALPP-LHCONE", + "netsite": "UKI-SOUTHGRID-RALPP", + "netsite_spare": null, + "networks": { + "ipv4": [ + "130.246.44.0/22" + ], + "ipv6": [ + "2001:630:58:1c20::/64" + ] + } + } + }, + "netsites": { + "UKI-SOUTHGRID-RALPP": { + "description": "", + "id": 68, + "info_url": "", + "last_modified": "2022-02-01T16:27:23.597579", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "JANET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "UKI-SOUTHGRID-RALPP", + "noc": [ + "ppd.grid.support@stfc.ac.uk" + ], + "wan_bandwidth": 20 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2888, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T2_UK_SGrid_RALPP_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.12" + }, + { + "arch": "", + "description": "", + "endpoint": "heplnx206.pp.rl.ac.uk:2811", + "flavour": "ARC-CE", + "id": 418, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-CE-ARC-CE-heplnx206.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "heplnx207.pp.rl.ac.uk:8443", + "flavour": "ARC-CE", + "id": 102, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-CE-ARC-CE-heplnx207.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "heplnx208.pp.rl.ac.uk:8443", + "flavour": "ARC-CE", + "id": 119, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-CE-ARC-CE-heplnx208.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hep-ps-bw-bp.pp.rl.ac.uk", + "flavour": "Bandwidth", + "id": 1022, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-PerfSonar-Bandwidth-hep-ps-bw-bp.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "heplnx130.pp.rl.ac.uk", + "flavour": "Bandwidth", + "id": 984, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-PerfSonar-Bandwidth-heplnx130.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "hep-ps-lt-bp.pp.rl.ac.uk", + "flavour": "Latency", + "id": 843, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-PerfSonar-Latency-hep-ps-lt-bp.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "heplnx129.pp.rl.ac.uk", + "flavour": "Latency", + "id": 863, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-PerfSonar-Latency-heplnx129.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlassquid.pp.rl.ac.uk:3128", + "flavour": "", + "id": 2571, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://hepsquid01.pp.rl.ac.uk:3128", + "flavour": null, + "id": 3014, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-Squid-None-hepsquid01.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://hepsquid02.pp.rl.ac.uk:3128", + "flavour": null, + "id": 3015, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-RALPP-Squid-None-hepsquid02.pp.rl.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1662, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "UKI-SOUTHGRID-RALPP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.12" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1823, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "UKI-SOUTHGRID-RALPP_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.12" + } + ], + "sites": [ + { + "name": "LCG.RAL-HEP.uk", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "T2_UK_SGrid_RALPP", + "tier_level": 2, + "vo_name": "cms" + }, + { + "name": "UKI-SOUTHGRID-RALPP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 6244, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UKI-SOUTHGRID-SUSX": { + "altname": "University of Sussex", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "United Kingdom", + "country_code": "GB", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Sussex", + "disk_capacity": 0, + "federations": [ + "UK-SouthGrid" + ], + "gocdb_pk": "44186G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=573", + "id": 777, + "infourl": "http://epp.phys.susx.ac.uk/epp", + "institute": "University of Sussex", + "is_pledged": false, + "latitude": 50.867, + "longitude": -0.08, + "monit_tag": "UK", + "name": "UKI-SOUTHGRID-SUSX", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid-arc-01.hpc.susx.ac.uk ", + "flavour": "ARC-CE", + "id": 1961, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-SUSX-CE-ARC-CE-grid-arc-01.hpc.susx.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-perfsonar.hpc.susx.ac.uk", + "flavour": "Bandwidth", + "id": 832, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-SUSX-PerfSonar-Bandwidth-grid-perfsonar.hpc.susx.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "grid-perfsonar.hpc.susx.ac.uk", + "flavour": "Latency", + "id": 777, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UKI-SOUTHGRID-SUSX-PerfSonar-Latency-grid-perfsonar.hpc.susx.ac.uk", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "UKI-SOUTHGRID-SUSX", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/London" + }, + "UM6P": { + "altname": "", + "cert_status": null, + "corepower": 10.0, + "cores": 0, + "country": "Morocco", + "country_code": "MA", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "MA-Tier3s" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1148, + "infourl": "", + "institute": "Universit\u00e9 Mohammed VI Polytechnique", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Morocco", + "name": "UM6P", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "ARC-CE", + "description": "", + "endpoint": "https://arc01.hpc.um6p.ma:443", + "flavour": "ARC-CE", + "id": 3134, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UM6P-CE-ARC-CE-arc01.hpc.um6p.ma", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-squid-1.production.openstack.um6plocal:3128", + "flavour": "Frontier", + "id": 3135, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UM6P-Squid-Frontier-frontier-squid-1.cloud.um6p.ma", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://frontier-squid-2.production.openstack.um6plocal:3128", + "flavour": "Frontier", + "id": 3136, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UM6P-Squid-Frontier-frontier-squid-1.cloud.um6p.ma_CLONED", + "state": "ACTIVE", + "status": null, + "type": "Squid", + "version": "" + } + ], + "sites": [ + { + "name": "UM6P", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "UMD_SIAB": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "The UMD_SIAB cluster", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 782, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 38.989697, + "longitude": -76.937759, + "monit_tag": "USA", + "name": "UMD_SIAB", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 510, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UMN-CMS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Minnesota CMS Resources", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 783, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 44.988841, + "longitude": -93.264999, + "monit_tag": "USA", + "name": "UMN-CMS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 357, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_Minnesota", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UMissHEP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Added manually by Arvind from old RegDB - please update if need be.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 785, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 34.366302, + "longitude": -89.53721, + "monit_tag": "USA", + "name": "UMissHEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 146, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2883, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_UMiss_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "umiss001.hep.olemiss.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1380, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UMissHEP-CE-HTCONDOR-CE-umiss001.hep.olemiss.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + } + ], + "sites": [ + { + "name": "T3_US_UMiss", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UNI-BONN": { + "altname": "Rheinische Friedrich-Wilhelms-Universitaet Bonn", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "Bonn, Germany", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "169G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=246", + "id": 786, + "infourl": "http://www.uni-bonn.de", + "institute": "", + "is_pledged": false, + "latitude": 50.72751, + "longitude": 7.08851, + "monit_tag": "Germany", + "name": "UNI-BONN", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://squid1.physik.uni-bonn.de:3128", + "flavour": "CVMFS", + "id": 1221, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-BONN-Squid-CVMFS-squid1.physik.uni-bonn.de", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid2.physik.uni-bonn.de:3128", + "flavour": "CVMFS", + "id": 2984, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-BONN-Squid-CVMFS-squid2.physik.uni-bonn.de", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid3.physik.uni-bonn.de:3128", + "flavour": "CVMFS", + "id": 2983, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-BONN-Squid-CVMFS-squid3.physik.uni-bonn.de", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "squid2.physik.uni-bonn.de", + "flavour": null, + "id": 1165, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-BONN-Squid-None-squid2.physik.uni-bonn.de", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1627, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "UNI-BONN_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.5.0" + } + ], + "sites": [ + { + "name": "UNI-BONN", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "https://xrootd.physik.uni-bonn.de:1094/cephfs/grid/srr/storage-descriptor.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "UNI-DORTMUND": { + "altname": "Dortmund University of Technology", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "110G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=243", + "id": 787, + "infourl": "http://www.tu-dortmund.de", + "institute": "", + "is_pledged": false, + "latitude": 51.29, + "longitude": 7.24, + "monit_tag": "Germany", + "name": "UNI-DORTMUND", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "UNI-DORTMUND", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "UNI-FREIBURG": { + "altname": "Department of Physics and Computing Center of University of Freiburg, Germany", + "cert_status": "certified", + "corepower": 8.99009324009, + "cores": 232, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 30854, + "crr_url": "", + "description": "atlas tier2", + "disk_capacity": 0, + "federations": [ + "DE-FREIBURGWUPPERTAL" + ], + "gocdb_pk": "373G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=575", + "id": 788, + "infourl": "http://www.bfg.uni-freiburg.de", + "institute": "University of Freiburg", + "is_pledged": false, + "latitude": 48.0, + "longitude": 7.85, + "monit_tag": "Germany", + "name": "UNI-FREIBURG", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc1.bfg.uni-freiburg.de", + "flavour": "ARC-CE", + "id": 2789, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-FREIBURG-CE-ARC-CE-arc1.bfg.uni-freiburg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "arc2.bfg.uni-freiburg.de", + "flavour": "ARC-CE", + "id": 2247, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-FREIBURG-CE-ARC-CE-arc2.bfg.uni-freiburg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc3.bfg.uni-freiburg.de", + "flavour": "ARC-CE", + "id": 3133, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-FREIBURG-CE-ARC-CE-arc3.bfg.uni-freiburg.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ps02.bfg.uni-freiburg.de", + "flavour": "Bandwidth", + "id": 871, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-FREIBURG-PerfSonar-Bandwidth-ps02.bfg.uni-freiburg.de", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps01.bfg.uni-freiburg.de", + "flavour": "Latency", + "id": 894, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-FREIBURG-PerfSonar-Latency-ps01.bfg.uni-freiburg.de", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.bfg.uni-freiburg.de:33128", + "flavour": "", + "id": 2589, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNI-FREIBURG-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1649, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "UNI-FREIBURG_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "6.2.47" + } + ], + "sites": [ + { + "name": "UNI-FREIBURG", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 3432, + "srr_url": "https://webdav.bfg.uni-freiburg.de:2880/pnfs/bfg.uni-freiburg.de/data/storage-descriptor.json", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "UNI-SIEGEN-HEP": { + "altname": "Experimentelle Teilchenphysik; Department Physik; Naturwissenschaftlich-Technische Fakultaet; Universitaet Siegen", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "Universitaet Siegen", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "281G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=245", + "id": 791, + "infourl": "http://www.hep.physik.uni-siegen.de/", + "institute": "", + "is_pledged": false, + "latitude": 50.87, + "longitude": 8.03, + "monit_tag": "Germany", + "name": "UNI-SIEGEN-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "UNI-SIEGEN-HEP", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "UNIANDES": { + "altname": "Universidad de los Andes, Colombia", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Colombia", + "country_code": "CO", + "cpu_capacity": 0, + "crr_url": "", + "description": "Universidad de los Andes", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "391G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=190", + "id": 792, + "infourl": "http://www.uniandes.edu.co", + "institute": "", + "is_pledged": false, + "latitude": 4.0, + "longitude": -74.0, + "monit_tag": "Colombia", + "name": "UNIANDES", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_CO_Uniandes", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "America/Bogota" + }, + "UNIBE-LHEP": { + "altname": "Grid computing cluster of the LHEP department at the University of Bern", + "cert_status": "certified", + "corepower": 11.9700055545, + "cores": 134, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 65991, + "crr_url": "", + "description": "ATLAS Tier-2 at the University of Bern", + "disk_capacity": 0, + "federations": [ + "CH-ATLAS" + ], + "gocdb_pk": "476G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=524", + "id": 794, + "infourl": "http://www.lhep.unibe.ch", + "institute": "University of Berne", + "is_pledged": true, + "latitude": 46.57, + "longitude": 7.28, + "monit_tag": "Switzerland", + "name": "UNIBE-LHEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arcce01.hpc.unige.ch:2811", + "flavour": "ARC-CE", + "id": 2243, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UNIBE-LHEP-CE-ARC-CE-arcce01.hpc.unige.ch", + "state": "ACTIVE", + "status": "", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://ce01.lhep.unibe.ch:2811", + "flavour": "ARC-CE", + "id": 551, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNIBE-LHEP-CE-ARC-CE-ce01.lhep.unibe.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://ce02.lhep.unibe.ch:2811", + "flavour": "ARC-CE", + "id": 60, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNIBE-LHEP-CE-ARC-CE-ce02.lhep.unibe.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://ce03.lhep.unibe.ch:2811", + "flavour": "ARC-CE", + "id": 63, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNIBE-LHEP-CE-ARC-CE-ce03.lhep.unibe.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "gsiftp://nordugrid.unibe.ch:2811", + "flavour": "ARC-CE", + "id": 1572, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UNIBE-LHEP-CE-ARC-CE-nordugrid.unibe.ch", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://cvmfs.lhep.unibe.ch:3128", + "flavour": null, + "id": 2379, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "UNIBE-LHEP-Squid-None-cvmfs.lhep.unibe.ch", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1586, + "impl": "DPM", + "is_monitored": false, + "is_virtual": true, + "name": "UNIBE-LHEP_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.14.2" + } + ], + "sites": [ + { + "name": "UNIBE-LHEP", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 5513, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Zurich" + }, + "UNICPH-NBI": { + "altname": "University of Copenhagen / Niels Bohr Institute", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Denmark", + "country_code": "DK", + "cpu_capacity": 0, + "crr_url": "", + "description": "Danish ATLAS Tier-3", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": "31456G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=146", + "id": 797, + "infourl": "http://www.nbi.ku.dk", + "institute": "", + "is_pledged": false, + "latitude": 55.7007, + "longitude": 12.5613, + "monit_tag": "Denmark", + "name": "UNICPH-NBI", + "netroutes": {}, + "netsites": { + "DK-UNICPH-NBI": { + "description": "", + "id": 22, + "info_url": "", + "last_modified": "2021-12-17T16:28:01.952259", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "NORDUNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "DK-UNICPH-NBI", + "noc": [ + "noc@nordu.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": null, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Copenhagen" + }, + "UNIGE-DPNC": { + "altname": "Grid computing cluster of the DPNC department at the University of Geneva", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Switzerland", + "country_code": "CH", + "cpu_capacity": 0, + "crr_url": "", + "description": "ATLAS Tier-3 at the University of Geneva", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "354G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=272", + "id": 798, + "infourl": "http://atlasgrid.unige.ch/", + "institute": "", + "is_pledged": false, + "latitude": 46.2, + "longitude": 6.14, + "monit_tag": "Switzerland", + "name": "UNIGE-DPNC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://grid04.unige.ch:3128", + "flavour": "CVMFS", + "id": 2621, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "UNIGE-DPNC-CVMFS-proxy.unige.ch", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1651, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UNIGE-DPNC_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "UNIGE-DPNC", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Zurich" + }, + "UNLCachingInfrastructure": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "NULL", + "country_code": "", + "cpu_capacity": 0, + "crr_url": "", + "description": "Caching infrastructure in Nebraska", + "disk_capacity": 0, + "federations": [], + "gocdb_pk": null, + "gocdb_url": "", + "id": 919, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.819818, + "longitude": -96.705651, + "monit_tag": "NULL", + "name": "UNLCachingInfrastructure", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 493, + "rc_tier_level": null, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2887, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_Nebraska_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UOGRID": { + "altname": "Grid Site of the University of Oviedo", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "125G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=596", + "id": 802, + "infourl": "http://cms.uniovi.es", + "institute": "", + "is_pledged": false, + "latitude": 43.0, + "longitude": -5.0, + "monit_tag": "Spain", + "name": "UOGRID", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_ES_Oviedo", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "UPittTier3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "ATLAS Tier3 at University of Pittsburgh", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 806, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.444885, + "longitude": -79.958067, + "monit_tag": "USA", + "name": "UPittTier3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 342, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1686, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "UPittTier3_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "UPittTier3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "US-Austin-Univ": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1118, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "US-Austin-Univ", + "netroutes": { + "US-Austin-Univ-LHCONE": { + "asn": 32093, + "id": 259, + "is_ms": false, + "last_modified": "2022-02-11T16:14:23.173917", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "US-Austin-Univ-LHCONE", + "netsite": "US-Austin-Univ", + "netsite_spare": null, + "networks": { + "ipv4": [ + "129.114.0.188/30", + "129.114.62.0/27" + ] + } + } + }, + "netsites": { + "US-Austin-Univ": { + "description": "", + "id": 139, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.113678", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.111125", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-Austin-Univ", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "US-ESNET-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1141, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "US-ESNET-NREN", + "netroutes": { + "US-ESNET-LHCONE": { + "asn": 293, + "id": 277, + "is_ms": true, + "last_modified": "2022-02-11T15:58:42.911642", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + " WLCG", + "US-ATLAS", + "DUNE", + " BELLEII", + "US-CMS" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "US-ESNET-LHCONE", + "netsite": "US-ESNET-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "198.124.80.0/23" + ], + "ipv6": [ + "2001:400:f000::/40" + ] + } + } + }, + "netsites": { + "US-ESNET-NREN": { + "description": "", + "id": 156, + "info_url": "", + "last_modified": "2022-02-11T15:43:09.279112", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-ESNET-NREN", + "noc": [ + "trouble@es.net" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "US-INTERNET2-NREN": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1115, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "US-INTERNET2-NREN", + "netroutes": { + "US-INTERNET2-NREN-LHCONE": { + "asn": 11537, + "id": 251, + "is_ms": true, + "last_modified": "2022-02-11T13:49:50.829636", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "US-INTERNET2-NREN-LHCONE", + "netsite": "US-I2-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "64.57.30.128/25" + ] + } + }, + "US-INTERNET2-NREN-LHCONE-P2P": { + "asn": 11537, + "id": 250, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.420007", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "US-INTERNET2-NREN-LHCONE-P2P", + "netsite": "US-I2-NREN", + "netsite_spare": null, + "networks": { + "ipv4": [ + "137.164.26.136/31", + "138.44.224.6/31", + "144.206.255.148/31", + "149.165.254.6/31", + "192.17.10.72/30" + ] + } + } + }, + "netsites": { + "US-I2-NREN": { + "description": "", + "id": 145, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.205005", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.200868", + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "Internet2" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-I2-NREN", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "US-SLAC": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1117, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "US-SLAC", + "netroutes": { + "US-SLAC-LHCONE": { + "asn": 3671, + "id": 241, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.325176", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "US-SLAC-LHCONE", + "netsite": "US-SLAC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "134.79.0.0/16", + "198.51.111.0/24" + ] + } + } + }, + "netsites": { + "US-SLAC": { + "description": "", + "id": 120, + "info_url": "", + "last_modified": "2022-01-19T15:47:06.861656", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:06.859387", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-SLAC", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "US-Univ-California-Santa-Barbara": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1116, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "US-Univ-California-Santa-Barbara", + "netroutes": { + "US-Univ-California-Santa-Barbara-UCSB-LHCONE": { + "asn": 131, + "id": 225, + "is_ms": false, + "last_modified": "2022-01-19T15:43:38.139612", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "wlcg" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "US-Univ-California-Santa-Barbara-UCSB-LHCONE", + "netsite": "US-Univ-California-Santa-Barbara", + "netsite_spare": null, + "networks": { + "ipv4": [ + "128.111.120.96/28" + ] + } + } + }, + "netsites": { + "US-Univ-California-Santa-Barbara": { + "description": "", + "id": 138, + "info_url": "", + "last_modified": "2022-01-19T15:47:07.101653", + "lhcone_active": true, + "lhcone_aup_date": "2022-01-19T15:47:07.098872", + "lhcone_bandwidth": 9, + "lhcone_providers": [], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-Univ-California-Santa-Barbara", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "USC-LCG2": { + "altname": "University of Santiago de Compostela, Spain", + "cert_status": "certified", + "corepower": 9.660231660231661, + "cores": 158, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 10008, + "crr_url": "", + "description": "Spanish LHCb Tier2 Located at Santiago de Compostela", + "disk_capacity": 0, + "federations": [ + "ES-LHCb-T2" + ], + "gocdb_pk": "74G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=459", + "id": 808, + "infourl": "http://www.usc.es", + "institute": "USC, Santiago", + "is_pledged": false, + "latitude": 42.877198, + "longitude": -8.558473, + "monit_tag": "Spain", + "name": "USC-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ce02.igfae.usc.es", + "flavour": "HTCONDOR-CE", + "id": 2296, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USC-LCG2-CE-HTCONDOR-CE-ce02.igfae.usc.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps-bandwidth.igfae.usc.es", + "flavour": "Bandwidth", + "id": 779, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USC-LCG2-PerfSonar-Bandwidth-perfsonar-ps-bandwidth.igfae.usc.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-ps-latency.igfae.usc.es", + "flavour": "Latency", + "id": 1066, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USC-LCG2-PerfSonar-Latency-perfsonar-ps-latency.igfae.usc.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "LCG.USC.es", + "tier_level": 2, + "vo_name": "lhcb" + } + ], + "slots": 1036, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "USCMS-FNAL-WC1": { + "altname": "Fermi National Accelerator Laboratory, Illinois, USA", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 33200000000000004, + "federations": [ + "US-FNAL-CMS" + ], + "gocdb_pk": "17G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=677", + "id": 809, + "infourl": "", + "institute": "Fermilab", + "is_pledged": false, + "latitude": 41.841368, + "longitude": -88.255057, + "monit_tag": "USA", + "name": "USCMS-FNAL-WC1", + "netroutes": { + "USCMS-FNAL-WC1-DUNE": { + "asn": 3152, + "id": 218, + "is_ms": false, + "last_modified": "2021-12-15T08:28:52.380002", + "lhcone_bandwidth_limit": 200, + "lhcone_collaborations": [ + "DUNE" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "USCMS-FNAL-WC1-DUNE", + "netsite": "US-CMS", + "netsite_spare": null, + "networks": { + "ipv4": [ + "131.225.13.128/25", + "131.225.67.0/24", + "131.225.69.0/24" + ] + } + }, + "USCMS-FNAL-WC1-LHCOPNE": { + "asn": 3152, + "id": 207, + "is_ms": false, + "last_modified": "2021-12-15T08:29:39.614451", + "lhcone_bandwidth_limit": 200, + "lhcone_collaborations": [ + "WLCG", + "NOvA", + "US-CMS" + ], + "lhcopn_bandwidth_limit": 100, + "monit_url": "", + "name": "USCMS-FNAL-WC1-LHCOPNE", + "netsite": "US-CMS", + "netsite_spare": null, + "networks": { + "ipv4": [ + "131.225.160.0/24", + "131.225.184.0/22", + "131.225.188.0/22", + "131.225.2.0/24", + "131.225.204.0/22" + ], + "ipv6": [ + "2620:6a:0:187::/64", + "2620:6a:0:2::/64", + "2620:6a:0:8420::/64", + "2620:6a:0:8421::/64", + "2620:6a:0:8423::/64" + ] + } + } + }, + "netsites": { + "US-CMS": { + "description": "", + "id": 42, + "info_url": "", + "last_modified": "2021-11-30T17:19:56.849516", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 100, + "monit_url": "", + "name": "US-CMS", + "noc": [ + "wan@fnal.gov" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 210, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2891, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T1_US_FNAL_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2870, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_FNALLPC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2" + }, + { + "arch": "", + "description": "", + "endpoint": "cmslpc-ce.fnal.gov", + "flavour": "HTCONDOR-CE", + "id": 2146, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-CE-HTCONDOR-CE-cmslpc-ce.fnal.gov", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmslpc-ce2.fnal.gov", + "flavour": "HTCONDOR-CE", + "id": 2139, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-CE-HTCONDOR-CE-cmslpc-ce2.fnal.gov", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "cmsosgce2.fnal.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1304, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-CE-HTCONDOR-CE-cmsosgce2.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.0.0" + }, + { + "arch": "", + "description": "", + "endpoint": "cmsosgce3.fnal.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1352, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-CE-HTCONDOR-CE-cmsosgce3.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.0.0" + }, + { + "arch": "", + "description": "", + "endpoint": "cmsosgce4.fnal.gov:9619", + "flavour": "HTCONDOR-CE", + "id": 1309, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-CE-HTCONDOR-CE-cmsosgce4.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.0.0" + }, + { + "arch": "", + "description": "", + "endpoint": "psonar3.fnal.gov", + "flavour": "Bandwidth", + "id": 1001, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Bandwidth-psonar3.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar4.fnal.gov", + "flavour": "Bandwidth", + "id": 2774, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Bandwidth-psonar4.fnal.gov", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psonartest1.fnal.gov", + "flavour": "Bandwidth", + "id": 865, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Bandwidth-psonartest1.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonar3.fnal.gov", + "flavour": "Latency", + "id": 2777, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Latency-psonar3.fnal.gov", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psonar4.fnal.gov", + "flavour": "Latency", + "id": 974, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Latency-psonar4.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psonartest1.fnal.gov", + "flavour": "Latency", + "id": 2782, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Latency-psonartest1.fnal.gov", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psonartest2.fnal.gov", + "flavour": "Latency", + "id": 1056, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "USCMS-FNAL-WC1-PerfSonar-Latency-psonartest2.fnal.gov", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "Tape", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2057, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "USCMS-FNAL-WC1_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2" + } + ], + "sites": [ + { + "name": "T1_US_FNAL", + "tier_level": 1, + "vo_name": "cms" + }, + { + "name": "T3_US_FNALLPC", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 104000000000000000, + "timezone": "" + }, + "USCST3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 963, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "USA", + "name": "USCST3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "UCSC", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "USTC-T3": { + "altname": "USTC-T3", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "China", + "country_code": "CN", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier3 site for USTC China", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "104195G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=2085", + "id": 811, + "infourl": "https://www.ustc.edu.cn/", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "China", + "name": "USTC-T3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "USTC-T3", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Shanghai" + }, + "UTA_SWT2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "US-SWT2" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 812, + "infourl": "", + "institute": "University of Texas, Arlington", + "is_pledged": false, + "latitude": 32.771419, + "longitude": -97.291484, + "monit_tag": "USA", + "name": "UTA_SWT2", + "netroutes": { + "UTA_SWT2-LHCONE": { + "asn": 18515, + "id": 208, + "is_ms": false, + "last_modified": "2022-02-02T12:40:21.655700", + "lhcone_bandwidth_limit": 40, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "UTA_SWT2-LHCONE", + "netsite": "US-UTA_SWT2", + "netsite_spare": null, + "networks": { + "ipv4": [ + "129.107.255.0/24" + ], + "ipv6": [ + "2602:fd0f:0:1001::/64" + ] + } + } + }, + "netsites": { + "US-UTA_SWT2": { + "description": "", + "id": 43, + "info_url": "", + "last_modified": "2022-02-02T11:49:41.904937", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 40, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-UTA_SWT2", + "noc": [], + "wan_bandwidth": 100 + } + }, + "oim_groupid": 134, + "rc_tier_level": 2, + "services": [], + "sites": [ + { + "name": "UTA_SWT2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "UTD-HEP": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 813, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 32.734332, + "longitude": -96.709986, + "monit_tag": "USA", + "name": "UTD-HEP", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 206, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "UTD-HEP", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "VC3": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "This is a small cluster to test VC3 integration", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 819, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 45.0, + "longitude": -90.0, + "monit_tag": "USA", + "name": "VC3", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 506, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_VC3_NotreDame", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "VICTORIA-LCG2": { + "altname": "University of Victoria", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Canada", + "country_code": "CA", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "92G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=377", + "id": 825, + "infourl": "http://particle.phys.uvic.ca", + "institute": "", + "is_pledged": false, + "latitude": 48.46, + "longitude": -123.31, + "monit_tag": "Canada", + "name": "VICTORIA-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "VICTORIA-LCG2", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Vanderbilt": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 835, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 36.141621, + "longitude": -86.796477, + "monit_tag": "USA", + "name": "Vanderbilt", + "netroutes": { + "Vanderbilt-LHCONE": { + "asn": 7212, + "id": 209, + "is_ms": false, + "last_modified": "2022-03-09T08:08:08.268535", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "Vanderbilt-LHCONE", + "netsite": "US-Vanderbilt", + "netsite_spare": null, + "networks": { + "ipv4": [ + "129.59.177.96/27", + "129.59.197.0/24", + "129.59.59.0/25", + "192.111.108.0/24", + "192.111.110.80/28" + ], + "ipv6": [ + "2607:8a00:17:1496::/64", + "2607:8a00:17:736::/64" + ] + } + } + }, + "netsites": { + "US-Vanderbilt": { + "description": "", + "id": 60, + "info_url": "", + "last_modified": "2021-12-17T16:26:20.970556", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "ESnet" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "US-Vanderbilt", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": 137, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2863, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T2_US_Vanderbilt_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce5-vanderbilt.sites.opensciencegrid.org", + "flavour": "HTCONDOR-CE", + "id": 2951, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Vanderbilt-CE-HTCONDOR-CE-ce5-vanderbilt.sites.opensciencegrid.org", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce6-vanderbilt.sites.opensciencegrid.org", + "flavour": "HTCONDOR-CE", + "id": 2952, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Vanderbilt-CE-HTCONDOR-CE-ce6-vanderbilt.sites.opensciencegrid.org", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iperf-research-2.accre.vanderbilt.edu", + "flavour": "Bandwidth", + "id": 2988, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Vanderbilt-PerfSonar-Bandwidth-iperf-research-2.accre.vanderbilt.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bwctl.accre.vanderbilt.edu", + "flavour": "Bandwidth", + "id": 955, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Vanderbilt-PerfSonar-Bandwidth-perfsonar-bwctl.accre.vanderbilt.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-owamp.accre.vanderbilt.edu", + "flavour": "Bandwidth", + "id": 2780, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Vanderbilt-PerfSonar-Bandwidth-perfsonar-owamp.accre.vanderbilt.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "iperf-research-1.accre.vanderbilt.edu", + "flavour": "Latency", + "id": 2989, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Vanderbilt-PerfSonar-Latency-iperf-research-1.accre.vanderbilt.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-bwctl.accre.vanderbilt.edu", + "flavour": "Latency", + "id": 2781, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "Vanderbilt-PerfSonar-Latency-perfsonar-bwctl.accre.vanderbilt.edu", + "state": "ACTIVE", + "status": null, + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar-owamp.accre.vanderbilt.edu", + "flavour": "Latency", + "id": 851, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "Vanderbilt-PerfSonar-Latency-perfsonar-owamp.accre.vanderbilt.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + } + ], + "sites": [ + { + "name": "T2_US_Vanderbilt", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "Vanderbilt_EC2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "A resource", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 837, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 36.143827, + "longitude": -86.796455, + "monit_tag": "USA", + "name": "Vanderbilt_EC2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 311, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "T3_US_Vanderbilt_EC2", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "WEIZMANN-LCG2": { + "altname": "Weizmann Institute of Science, Rehovot, Israel", + "cert_status": "certified", + "corepower": 11.75, + "cores": 2500, + "country": "Israel", + "country_code": "IL", + "cpu_capacity": 35250, + "crr_url": "", + "description": "Department of Particle Physics and Astrophysics, Weizmann Institute of Science", + "disk_capacity": 0, + "federations": [ + "IL-HEPTier-2" + ], + "gocdb_pk": "133G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=291", + "id": 842, + "infourl": "http://www.weizmann.ac.il", + "institute": "Weizmann Institute of Science, Rehovot", + "is_pledged": false, + "latitude": 31.9, + "longitude": 34.8, + "monit_tag": "Israel", + "name": "WEIZMANN-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "wipp-ce.weizmann.ac.il", + "flavour": "ARC-CE", + "id": 2411, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "WEIZMANN-LCG2-CE-ARC-CE-wipp-ce.weizmann.ac.il", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "6.14.0" + }, + { + "arch": "", + "description": "", + "endpoint": "http://wipp-db.weizmann.ac.il:3128", + "flavour": "", + "id": 2611, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "WEIZMANN-LCG2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "LCG.WEIZMANN.il", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "WEIZMANN-LCG2", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 5000, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Jerusalem" + }, + "WISC-ATLAS": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "A replace name for GLOW-ATLAS.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 843, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 43.074296, + "longitude": -89.5, + "monit_tag": "USA", + "name": "WISC-ATLAS", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 274, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "itb-ce2.chtc.wisc.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 2239, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "WISC-ATLAS-CE-HTCONDOR-CE-itb-ce2.chtc.wisc.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1674, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "WISC-ATLAS_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "WISC-ATLAS", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "WT2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "(No resource group description)", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 845, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 37.424571, + "longitude": -122.164879, + "monit_tag": "USA", + "name": "WT2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 91, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arcce1.slac.stanford.edu:2811", + "flavour": "ARC-CE", + "id": 2512, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "WT2-CE-ARC-CE-arcce1.slac.stanford.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "osgserv06.slac.stanford.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1570, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "WT2-CE-HTCONDOR-CE-osgserv06.slac.stanford.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psnr-farm04.slac.stanford.edu", + "flavour": "Bandwidth", + "id": 969, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "WT2-PerfSonar-Bandwidth-psnr-farm04.slac.stanford.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "psnr-farm10.slac.stanford.edu", + "flavour": "Latency", + "id": 1055, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "WT2-PerfSonar-Latency-psnr-farm10.slac.stanford.edu", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlsquid.slac.stanford.edu:3128", + "flavour": "CVMFS", + "id": 2539, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "WT2-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2120, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "WT2_SE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "WT2", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "WUT": { + "altname": "Warsaw University of Technology", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Poland", + "country_code": "PL", + "cpu_capacity": 0, + "crr_url": "", + "description": "HIRG - High Energy Research Group from Faculty of Physics at Warsaw University of Technology - collaboration with CERN-ALICE experiment", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "50563G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=679", + "id": 846, + "infourl": "http://fizyka.pw.edu.pl", + "institute": "", + "is_pledged": false, + "latitude": 52.25, + "longitude": 21.0, + "monit_tag": "Poland", + "name": "WUT", + "netroutes": { + "WUT-LHCONE": { + "asn": 8664, + "id": 211, + "is_ms": false, + "last_modified": "2022-02-11T15:11:25.202049", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "WUT-LHCONE", + "netsite": "PL-WUT", + "netsite_spare": null, + "networks": { + "ipv4": [ + "213.135.50.80/30", + "213.135.54.0/26" + ], + "ipv6": [ + "2001:6a0:2001:112::/64" + ] + } + } + }, + "netsites": { + "PL-WUT": { + "description": "", + "id": 25, + "info_url": "", + "last_modified": "2021-12-17T16:37:25.348262", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "PIONIER" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "PL-WUT", + "noc": [ + "info@net.icm.edu.pl" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "WUT", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Warsaw" + }, + "Wuhan": { + "altname": "Wuhan, Huazhong Normal University,China", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "China", + "country_code": "CN", + "cpu_capacity": 0, + "crr_url": "", + "description": "Huazhong Normal University-Wuhan-Tier-2", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "101692G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1945", + "id": 848, + "infourl": "http://qlpl.ccnu.edu.cn/", + "institute": "", + "is_pledged": false, + "latitude": 30.0, + "longitude": 114.0, + "monit_tag": "China", + "name": "Wuhan", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "Wuhan", + "tier_level": 3, + "vo_name": "alice" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Asia/Shanghai" + }, + "ZA-CHPC": { + "altname": "Centre for High-Performance Computing (CHPC)", + "cert_status": "certified", + "corepower": 0.0, + "cores": 168, + "country": "South Africa", + "country_code": "ZA", + "cpu_capacity": 0, + "crr_url": "", + "description": "CHPC site", + "disk_capacity": 0, + "federations": [ + "ZA-CHPC-T2" + ], + "gocdb_pk": "81445G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=286", + "id": 851, + "infourl": "http://www.chpc.ac.za", + "institute": "CHPC", + "is_pledged": false, + "latitude": -33.954952, + "longitude": 18.474835, + "monit_tag": "South Africa", + "name": "ZA-CHPC", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "grid-ce.chpc.ac.za:8443", + "flavour": "CREAM-CE", + "id": 702, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ZA-CHPC-CE-CREAM-CE-grid-ce.chpc.ac.za", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://grid-vobox.chpc.ac.za:3128", + "flavour": "CVMFS", + "id": 2612, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ZA-CHPC-CVMFS-grid-vobox.chpc.ac.za", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2818, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "ZA-CHPC_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "ZA-CHPC", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "ZA_CHPC", + "tier_level": 2, + "vo_name": "alice" + } + ], + "slots": 4032, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Africa/Johannesburg" + }, + "ZA-UJ": { + "altname": "University of Johannesburg HPC site", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "South Africa", + "country_code": "ZA", + "cpu_capacity": 0, + "crr_url": "", + "description": "University of Johannesburg HPC cluster", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "81622G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=285", + "id": 855, + "infourl": "http://physics.uj.ac.za/cluster", + "institute": "", + "is_pledged": false, + "latitude": -26.18428, + "longitude": 27.99828, + "monit_tag": "South Africa", + "name": "ZA-UJ", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "ZA-UJ", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Africa/Abidjan" + }, + "ZA-WITS-CORE": { + "altname": "University of the Witwatersrand CORE", + "cert_status": "suspended", + "corepower": 0.0, + "cores": 0, + "country": "South Africa", + "country_code": "ZA", + "cpu_capacity": 0, + "crr_url": "", + "description": "Core research cluster of the University of the Witwatersrand", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "81872G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=689", + "id": 856, + "infourl": "http://www.wits.ac.za", + "institute": "", + "is_pledged": false, + "latitude": -26.19278, + "longitude": 28.03174, + "monit_tag": "South Africa", + "name": "ZA-WITS-CORE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "http://store01.core.wits.ac.za:3128", + "flavour": "", + "id": 2553, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ZA-WITS-CORE-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + } + ], + "sites": [ + { + "name": "ZA-WITS-CORE", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Africa/Johannesburg" + }, + "brown-cms": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Brown CMS T3 cluster", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 858, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 41.812267, + "longitude": -71.422119, + "monit_tag": "USA", + "name": "brown-cms", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 346, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2835, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_Brown_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_Brown", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "cinvestav": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Mexico", + "country_code": "MX", + "cpu_capacity": 0, + "crr_url": "", + "description": "CE for CINVESTAV OSG resources", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 859, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 19.50798, + "longitude": -99.129424, + "monit_tag": "Mexico", + "name": "cinvestav", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 9, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "proton.fis.cinvestav.mx", + "flavour": "HTCONDOR-CE", + "id": 1732, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "cinvestav-CE-HTCONDOR-CE-proton.fis.cinvestav.mx", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.5" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2895, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_MX_Cinvestav_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_MX_Cinvestav", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "csTCDie": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Ireland", + "country_code": "IE", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 962, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 53.3436, + "longitude": -6.2501, + "monit_tag": "Ireland", + "name": "csTCDie", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "csTCDie", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "egee.irb.hr": { + "altname": "Rudjer Boskovic Institute, Zagreb", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Croatia", + "country_code": "HR", + "cpu_capacity": 0, + "crr_url": "", + "description": "todo", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "244G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=475", + "id": 863, + "infourl": "http://www.irb.hr/", + "institute": "", + "is_pledged": false, + "latitude": 45.83, + "longitude": 15.99, + "monit_tag": "Croatia", + "name": "egee.irb.hr", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3076, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_HR_IRB_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_HR_IRB", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Zagreb" + }, + "ifae": { + "altname": "IFAE, Barcelona, Spain", + "cert_status": "certified", + "corepower": 12.1666666667, + "cores": 12, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 146, + "crr_url": "", + "description": "IFAE Atlas Federated Tier-2 resources in Barcelona", + "disk_capacity": 0, + "federations": [ + "ES-ATLAS-T2" + ], + "gocdb_pk": "349G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=457", + "id": 868, + "infourl": "http://www.ifae.es", + "institute": "IFAE, Barcelona", + "is_pledged": false, + "latitude": 41.5, + "longitude": 2.11, + "monit_tag": "Spain", + "name": "ifae", + "netroutes": {}, + "netsites": { + "ES-IFAE": { + "description": "", + "id": 40, + "info_url": "", + "last_modified": "2022-03-30T16:32:45.763458", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 50, + "lhcone_providers": [ + "REDIRIS" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 10, + "monit_url": "", + "name": "ES-IFAE", + "noc": [ + "network@pic.es" + ], + "wan_bandwidth": 200 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ifaece04.pic.es:9619", + "flavour": "HTCONDOR-CE", + "id": 1388, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ifae-CE-HTCONDOR-CE-ifaece04.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "ifaeperfsonar-bandwidth.pic.es", + "flavour": "Bandwidth", + "id": 3018, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ifae-PerfSonar-Bandwidth-ifaeperfsonar-bandwidth.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psb-ifae.pic.es", + "flavour": "Bandwidth", + "id": 840, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ifae-PerfSonar-Bandwidth-psb-ifae.pic.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ifaeperfsonar-latency.pic.es", + "flavour": "Latency", + "id": 3019, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ifae-PerfSonar-Latency-ifaeperfsonar-latency.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psl-ifae.pic.es", + "flavour": "Latency", + "id": 970, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ifae-PerfSonar-Latency-psl-ifae.pic.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2088, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "ifae_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.16" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1618, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "ifae_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.16" + } + ], + "sites": [ + { + "name": "ifae", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 12, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Madrid" + }, + "mainz": { + "altname": "German HEP ATLAS Tier3, University of Mainz, Germany", + "cert_status": "certified", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "German HEP ATLAS Tier3, University of Mainz, Germany", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "99831G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=1745", + "id": 869, + "infourl": "http://www.iph.uni-mainz.de", + "institute": "", + "is_pledged": false, + "latitude": 50.0, + "longitude": 8.27, + "monit_tag": "Germany", + "name": "mainz", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1578, + "impl": "StoRM", + "is_monitored": false, + "is_virtual": true, + "name": "mainz_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "1.11.21" + } + ], + "sites": [ + { + "name": "mainz", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "mainzgrid": { + "altname": "German HEP ATLAS Tier3, University of Mainz, Germany", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 0, + "crr_url": "", + "description": "German HEP ATLAS Tier3, University of Mainz, Germany", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "81518G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=249", + "id": 870, + "infourl": "http://www.iph.uni-mainz.de/", + "institute": "", + "is_pledged": false, + "latitude": 50.0, + "longitude": 8.27, + "monit_tag": "Germany", + "name": "mainzgrid", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1718, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "mainzgrid_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "mainzgrid", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + }, + "osu-cms": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "CMS Tier3 at The Ohio State University", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 873, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.003407, + "longitude": -83.014476, + "monit_tag": "USA", + "name": "osu-cms", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 237, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3101, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_OSU_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_OSU", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "pic": { + "altname": "PIC (port d'informacio cientifica)", + "cert_status": "certified", + "corepower": 12.120523823616455, + "cores": 1308, + "country": "Spain", + "country_code": "ES", + "cpu_capacity": 125811, + "crr_url": "", + "description": "Tier-1 Spanish site", + "disk_capacity": 10220000000000000, + "federations": [ + "ES-PIC" + ], + "gocdb_pk": "394G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=278", + "id": 876, + "infourl": "http://www.pic.es", + "institute": "PIC", + "is_pledged": false, + "latitude": 41.5, + "longitude": 2.11, + "monit_tag": "Spain", + "name": "pic", + "netroutes": { + "pic-LHCOPNE": { + "asn": 43115, + "id": 180, + "is_ms": false, + "last_modified": "2022-04-14T20:47:52.839683", + "lhcone_bandwidth_limit": 50, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": 10, + "monit_url": "", + "name": "pic-LHCOPNE", + "netsite": "ES-PIC", + "netsite_spare": null, + "networks": { + "ipv4": [ + "193.109.172.0/24" + ], + "ipv6": [ + "2001:67c:1148:200::/64", + "2001:67c:1148:201::/64", + "2001:67c:1148:202::/64", + "2001:67c:1148:203::/64", + "2001:67c:1148:204::/64", + "2001:67c:1148:301::/64" + ] + } + } + }, + "netsites": { + "ES-PIC": { + "description": "", + "id": 76, + "info_url": "", + "last_modified": "2022-03-30T16:31:40.548857", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 50, + "lhcone_providers": [ + "REDIRIS" + ], + "lhcopn_active": true, + "lhcopn_bandwidth": 10, + "monit_url": "", + "name": "ES-PIC", + "noc": [ + "network@pic.es" + ], + "wan_bandwidth": 200 + } + }, + "oim_groupid": null, + "rc_tier_level": 1, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gsiftp://arc-ce01.pic.es:2811", + "flavour": "ARC-CE", + "id": 1394, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "pic-CE-ARC-CE-arc-ce01.pic.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc-ce03.pic.es", + "flavour": "ARC-CE", + "id": 2823, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "pic-CE-ARC-CE-arc-ce03.pic.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "ce13.pic.es:9619", + "flavour": "HTCONDOR-CE", + "id": 1386, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "pic-CE-HTCONDOR-CE-ce13.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "ce14.pic.es:9619", + "flavour": "HTCONDOR-CE", + "id": 1393, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "pic-CE-HTCONDOR-CE-ce14.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "3.2.1" + }, + { + "arch": "", + "description": "", + "endpoint": "picperfsonar-bandwidth.pic.es", + "flavour": "Bandwidth", + "id": 2966, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "pic-PerfSonar-Bandwidth-picperfsonar-bandwidth.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psb01.pic.es", + "flavour": "Bandwidth", + "id": 762, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "pic-PerfSonar-Bandwidth-psb01.pic.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "picperfsonar-latency.pic.es", + "flavour": "Latency", + "id": 2965, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "pic-PerfSonar-Latency-picperfsonar-latency.pic.es", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "psl01.pic.es", + "flavour": "Latency", + "id": 949, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "pic-PerfSonar-Latency-psl01.pic.es", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://atlsquid.pic.es:3128", + "flavour": "", + "id": 2570, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "pic-Squid", + "state": "ACTIVE", + "status": "", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2045, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "pic_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + }, + { + "arch": "Disk", + "description": "", + "endpoint": "srmatlas.pic.es", + "flavour": null, + "id": 1694, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "pic_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + }, + { + "arch": "Tape", + "description": "", + "endpoint": "srmatlas.pic.es", + "flavour": null, + "id": 1693, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "pic_SE_ATLAS_TAPE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1807, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "pic_SE_LHCB", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2840, + "impl": "dCache", + "is_monitored": true, + "is_virtual": true, + "name": "T1_ES_PIC_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.15" + } + ], + "sites": [ + { + "name": "LCG.PIC.es", + "tier_level": 1, + "vo_name": "lhcb" + }, + { + "name": "LCG.PIC6.es", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "pic", + "tier_level": 1, + "vo_name": "atlas" + }, + { + "name": "T1_ES_PIC", + "tier_level": 1, + "vo_name": "cms" + } + ], + "slots": 10380, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 35619999999999996, + "timezone": "Europe/Madrid" + }, + "praguelcg2": { + "altname": "Prague", + "cert_status": "certified", + "corepower": 16.7001364499288, + "cores": 2128, + "country": "Czechia", + "country_code": "CZ", + "cpu_capacity": 562995, + "crr_url": "", + "description": "Institute of Physics of the Czech Academy of Sciences", + "disk_capacity": 0, + "federations": [ + "CZ-Prague-T2" + ], + "gocdb_pk": "294G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=288", + "id": 881, + "infourl": "http://www.fzu.cz", + "institute": "Institute of Physics ASCR (FZU)", + "is_pledged": false, + "latitude": 50.21, + "longitude": 14.78, + "monit_tag": "Czech Republic", + "name": "praguelcg2", + "netroutes": { + "praguelcg2-LHCONE": { + "asn": 2852, + "id": 181, + "is_ms": false, + "last_modified": "2022-03-03T11:11:42.389555", + "lhcone_bandwidth_limit": 100, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "praguelcg2-LHCONE", + "netsite": "CZ-praguelcg", + "netsite_spare": null, + "networks": { + "ipv4": [ + "147.231.11.0/25", + "147.231.25.0/24", + "147.231.98.224/27", + "195.113.219.0/25" + ], + "ipv6": [ + "2001:718:19::/48", + "2001:718:401:6017::/64", + "2001:718:401:6025::/64", + "2001:718:401:6e03::/64", + "2001:718:409:7000::/52" + ] + } + } + }, + "netsites": { + "CZ-praguelcg": { + "description": "", + "id": 57, + "info_url": "", + "last_modified": "2022-02-03T19:39:51.228562", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 100, + "lhcone_providers": [ + "CESNET" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "CZ-praguelcg", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc1-barbora.farm.particle.cz", + "flavour": "ARC-CE", + "id": 2030, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "praguelcg2-CE-ARC-CE-arc1-barbora.farm.particle.cz", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc1.farm.particle.cz:2811", + "flavour": "ARC-CE", + "id": 422, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "praguelcg2-CE-ARC-CE-arc1.farm.particle.cz", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc2-barbora.farm.particle.cz", + "flavour": "ARC-CE", + "id": 2160, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "praguelcg2-CE-ARC-CE-arc2-barbora.farm.particle.cz", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc2.farm.particle.cz:2811", + "flavour": "ARC-CE", + "id": 224, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "praguelcg2-CE-ARC-CE-arc2.farm.particle.cz", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc3-it4i.farm.particle.cz", + "flavour": "ARC-CE", + "id": 1896, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "praguelcg2-CE-ARC-CE-arc3-it4i.farm.particle.cz", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "arc4-it4i.farm.particle.cz", + "flavour": "ARC-CE", + "id": 3092, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "praguelcg2-CE-ARC-CE-arc4-it4i.farm.particle.cz", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "osgce1.farm.particle.cz", + "flavour": "HTCONDOR-CE", + "id": 142, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "praguelcg2-CE-HTCONDOR-CE-osgce1.farm.particle.cz", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "osgce2.farm.particle.cz", + "flavour": "HTCONDOR-CE", + "id": 57, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "praguelcg2-CE-HTCONDOR-CE-osgce2.farm.particle.cz", + "state": "ACTIVE", + "status": "DISABLED", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps02-b.farm.particle.cz", + "flavour": "Bandwidth", + "id": 1029, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "praguelcg2-PerfSonar-Bandwidth-ps02-b.farm.particle.cz", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps100.farm.particle.cz", + "flavour": "Bandwidth", + "id": 2236, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "praguelcg2-PerfSonar-Bandwidth-ps100.farm.particle.cz", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "ps01-l.farm.particle.cz", + "flavour": "Latency", + "id": 996, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "praguelcg2-PerfSonar-Latency-ps01-l.farm.particle.cz", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.farm.particle.cz:3128", + "flavour": "", + "id": 2664, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "praguelcg2-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1648, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "praguelcg2_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.19" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1647, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "praguelcg2_SE_1_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2.15" + }, + { + "arch": "Disk", + "description": "Special storage resource for VP", + "endpoint": null, + "flavour": null, + "id": 2529, + "impl": "dpm", + "is_monitored": false, + "is_virtual": true, + "name": "praguelcg2_SE_2_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1457, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "praguelcg2_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "Prague", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "praguelcg2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "praguelcg2_vp", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 33712, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Prague" + }, + "ru-Moscow-FIAN-LCG2": { + "altname": "FIAN", + "cert_status": "uncertified", + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "LCG site", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "230G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=395", + "id": 886, + "infourl": "http://www.lebedev.ru", + "institute": "", + "is_pledged": false, + "latitude": 55.698, + "longitude": 37.567, + "monit_tag": "Russian Federation", + "name": "ru-Moscow-FIAN-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [], + "sites": [ + { + "name": "ru-Moscow-FIAN-LCG2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "T3_RU_FIAN", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "ru-Moscow-MEPHI-LCG2": { + "altname": "National Research Nuclear University \"MEPhI\"", + "cert_status": "closed", + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": "98G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=310", + "id": 887, + "infourl": "http://www.mephi.ru", + "institute": "", + "is_pledged": false, + "latitude": 55.0, + "longitude": 37.0, + "monit_tag": "Russian Federation", + "name": "ru-Moscow-MEPHI-LCG2", + "netroutes": { + "ru-Moscow-MEPHI-LCG2-LHCONE": { + "asn": 56333, + "id": 189, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.852522", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ru-Moscow-MEPHI-LCG2-LHCONE", + "netsite": "RU-Moscow-MEPHI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "85.143.115.32/27" + ], + "ipv6": [ + "2001:b08:22:90::/64" + ] + } + } + }, + "netsites": { + "RU-Moscow-MEPHI": { + "description": "", + "id": 58, + "info_url": "", + "last_modified": "2021-12-17T16:35:15.003674", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-Moscow-MEPHI", + "noc": [ + "noc@mephi.ru" + ], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2159, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "MEPHI-SE-XCACHE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "https://se04.lxfarm.mephi.ru:6443", + "flavour": "ARC-CE", + "id": 2161, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "ru-Moscow-MEPHI-LCG2-CE-ARC-CE-se04.lxfarm.mephi.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + } + ], + "sites": [ + { + "name": "MEPHI", + "tier_level": 3, + "vo_name": "alice" + }, + { + "name": "ru-MEPHI", + "tier_level": 3, + "vo_name": "atlas" + }, + { + "name": "ru-Moscow-MEPHI-LCG2", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "ru-Moscow-SINP-LCG2": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 901, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "ru-Moscow-SINP-LCG2", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "ru-Moscow-SINP-LCG2", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "T2_RU_SINP", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "ru-PNPI": { + "altname": "Petersburg Nuclear Physics Institute", + "cert_status": "certified", + "corepower": 11.0, + "cores": 88, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 2992, + "crr_url": "", + "description": "PNPI Tier-2 Production Site", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": "100G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=308", + "id": 889, + "infourl": "http://www.pnpi.nrcki.ru", + "institute": "", + "is_pledged": false, + "latitude": 59.5961, + "longitude": 30.1114, + "monit_tag": "Russian Federation", + "name": "ru-PNPI", + "netroutes": { + "ru-PNPI-LHCONE": { + "asn": 29493, + "id": 190, + "is_ms": false, + "last_modified": "2021-12-01T15:36:23.863667", + "lhcone_bandwidth_limit": 10, + "lhcone_collaborations": [ + "WLCG" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "ru-PNPI-LHCONE", + "netsite": "RU-PNPI", + "netsite_spare": null, + "networks": { + "ipv4": [ + "144.206.130.0/23" + ], + "ipv6": [ + "2001:67c:1bdc:100::/64", + "2001:67c:1bdc:101::/64", + "2001:67c:1bdc:102::/64", + "2001:67c:1bdc:200::/64", + "2001:67c:1bdc:201::/64" + ] + } + } + }, + "netsites": { + "RU-PNPI": { + "description": "", + "id": 54, + "info_url": "", + "last_modified": "2022-02-02T10:20:54.756881", + "lhcone_active": true, + "lhcone_aup_date": "2017-01-01T00:00:00", + "lhcone_bandwidth": 10, + "lhcone_providers": [ + "RU-VRF" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "RU-PNPI", + "noc": [ + "noc@pnpi.nrcki.ru" + ], + "wan_bandwidth": 10 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "gt2.pnpi.nw.ru:2811", + "flavour": "ARC-CE", + "id": 3017, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ru-PNPI-CE-ARC-CE-gt2.pnpi.nw.ru", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.pnpi.nw.ru", + "flavour": "Bandwidth", + "id": 916, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ru-PNPI-PerfSonar-Bandwidth-perfsonar.pnpi.nw.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.pnpi.nw.ru", + "flavour": "Latency", + "id": 973, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ru-PNPI-PerfSonar-Latency-perfsonar.pnpi.nw.ru", + "state": "ACTIVE", + "status": "production", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://mss1.pnpi.nw.ru:3128", + "flavour": "Frontier", + "id": 2564, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "ru-PNPI-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 3031, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "ru-PNPI_SE_ALICE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "LCG.PNPI.ru", + "tier_level": 2, + "vo_name": "lhcb" + }, + { + "name": "PNPI", + "tier_level": 2, + "vo_name": "alice" + }, + { + "name": "ru-PNPI", + "tier_level": 2, + "vo_name": "atlas" + }, + { + "name": "T2_RU_PNPI", + "tier_level": 2, + "vo_name": "cms" + } + ], + "slots": 272, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Moscow" + }, + "ru-PNPI_NoXcache": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 946, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "ru-PNPI_NoXcache", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [], + "sites": [ + { + "name": "ru-PNPI_NoXcache", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "ru-PNPI_XCACHE": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 953, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "ru-PNPI_XCACHE", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2175, + "impl": "", + "is_monitored": false, + "is_virtual": true, + "name": "ru-PNPI_SE_170_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "ru-PNPI_XCACHE", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "ru-PNPI_XCACHE_NODES": { + "altname": "Petersburg Nuclear Physics Institute", + "cert_status": null, + "corepower": 11.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1007, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "ru-PNPI_XCACHE_NODES", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 3, + "services": [ + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2530, + "impl": "xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "ru-PNPI_XCACHE_NODE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": null + } + ], + "sites": [ + { + "name": "ru-PNPI_XCACHE_NODES", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "Moscow" + }, + "ru-PRUE-DL": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1018, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "ru-PRUE-DL", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [], + "sites": [ + { + "name": "ru-PRUE-DL", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "ru-PRUE_XCACHE_NODES": { + "altname": "Lake prototype of Russian Grid sites", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "Russian Federation", + "country_code": "RU", + "cpu_capacity": 0, + "crr_url": "", + "description": "", + "disk_capacity": 0, + "federations": [ + "RU-RDIG" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 1055, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 0.0, + "longitude": 0.0, + "monit_tag": "Russian Federation", + "name": "ru-PRUE_XCACHE_NODES", + "netroutes": {}, + "netsites": {}, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "Disk", + "description": "Distributed XCAXHE at PRUE", + "endpoint": null, + "flavour": null, + "id": 3062, + "impl": "xrootd", + "is_monitored": false, + "is_virtual": true, + "name": "PRUE-SE-DXCACHE-NODE_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "ru-PRUE_XCACHE_NODES", + "tier_level": 3, + "vo_name": "atlas" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": null, + "tape_capacity": 0, + "timezone": "" + }, + "rutgers-cms": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier-3 computing center", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 890, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 40.522918, + "longitude": -74.464514, + "monit_tag": "USA", + "name": "rutgers-cms", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 236, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "ruhex-osgce.rutgers.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1314, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "rutgers-cms-CE-HTCONDOR-CE-ruhex-osgce.rutgers.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + }, + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2892, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_Rutgers_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_Rutgers", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "umd-cms": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier-3 computing center. Priority given to local users, but opportunistic use by CMS VO allowed.", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 892, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 38.833563, + "longitude": -76.877743, + "monit_tag": "USA", + "name": "umd-cms", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 159, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2839, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_UMD_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "hepcms-ce2.umd.edu", + "flavour": "HTCONDOR-CE", + "id": 3150, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "umd-cms-CE-HTCONDOR-CE-hepcms-ce2.umd.edu", + "state": "ACTIVE", + "status": null, + "type": "CE", + "version": "" + } + ], + "sites": [ + { + "name": "T3_US_UMD", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "uprm-cms": { + "altname": "", + "cert_status": null, + "corepower": 0.0, + "cores": 0, + "country": "United States", + "country_code": "US", + "cpu_capacity": 0, + "crr_url": "", + "description": "Tier3 Computing Center CMS HEP group", + "disk_capacity": 0, + "federations": [ + "NON-MOU-Federation" + ], + "gocdb_pk": null, + "gocdb_url": "", + "id": 894, + "infourl": "", + "institute": "", + "is_pledged": false, + "latitude": 18.211578, + "longitude": -67.140884, + "monit_tag": "USA", + "name": "uprm-cms", + "netroutes": {}, + "netsites": {}, + "oim_groupid": 293, + "rc_tier_level": 3, + "services": [ + { + "arch": "", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2904, + "impl": "", + "is_monitored": true, + "is_virtual": true, + "name": "T3_US_PuertoRico_SE_CMS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "" + }, + { + "arch": "", + "description": "", + "endpoint": "cms-grid0.hep.uprm.edu:9619", + "flavour": "HTCONDOR-CE", + "id": 1364, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "uprm-cms-CE-HTCONDOR-CE-cms-grid0.hep.uprm.edu", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": "5.1.3" + } + ], + "sites": [ + { + "name": "T3_US_PuertoRico", + "tier_level": 3, + "vo_name": "cms" + } + ], + "slots": 0, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "" + }, + "wuppertalprod": { + "altname": "Bergische Universitaet Wuppertal Fachbereich C - Physik, Wuppertal, Germany", + "cert_status": "certified", + "corepower": 22.234375, + "cores": 601, + "country": "Germany", + "country_code": "DE", + "cpu_capacity": 47158, + "crr_url": "", + "description": "HPC and Grid Center Pleiades", + "disk_capacity": 0, + "federations": [ + "DE-FREIBURGWUPPERTAL" + ], + "gocdb_pk": "196G0", + "gocdb_url": "https://goc.egi.eu/portal/index.php?Page_Type=Site&id=117", + "id": 895, + "infourl": "http://www.pleiades.uni-wuppertal.de/", + "institute": "Bergische Universit\u00e4t Wuppertal", + "is_pledged": false, + "latitude": 51.245278, + "longitude": 7.149444, + "monit_tag": "Germany", + "name": "wuppertalprod", + "netroutes": { + "wuppertalprod-LHCONE": { + "asn": 680, + "id": 210, + "is_ms": false, + "last_modified": "2021-12-17T08:57:51.519424", + "lhcone_bandwidth_limit": 9, + "lhcone_collaborations": [ + "WLCG", + "PierreAugerObservatory" + ], + "lhcopn_bandwidth_limit": -1, + "monit_url": "", + "name": "wuppertalprod-LHCONE", + "netsite": "DE-WUPPERTAL", + "netsite_spare": null, + "networks": { + "ipv4": [ + "132.195.124.0/23" + ] + } + } + }, + "netsites": { + "DE-WUPPERTAL": { + "description": "", + "id": 18, + "info_url": "", + "last_modified": "2021-12-17T08:58:03.173936", + "lhcone_active": true, + "lhcone_aup_date": null, + "lhcone_bandwidth": 9, + "lhcone_providers": [ + "DFN" + ], + "lhcopn_active": false, + "lhcopn_bandwidth": -1, + "monit_url": "", + "name": "DE-WUPPERTAL", + "noc": [], + "wan_bandwidth": 0 + } + }, + "oim_groupid": null, + "rc_tier_level": 2, + "services": [ + { + "arch": "", + "description": "", + "endpoint": "arc6.pleiades.uni-wuppertal.de", + "flavour": "ARC-CE", + "id": 2291, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "wuppertalprod-CE-ARC-CE-arc6.pleiades.uni-wuppertal.de", + "state": "ACTIVE", + "status": "production", + "type": "CE", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.pleiades.uni-wuppertal.de", + "flavour": "Bandwidth", + "id": 835, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "wuppertalprod-PerfSonar-Bandwidth-perfsonar.pleiades.uni-wuppertal.de", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "perfsonar.pleiades.uni-wuppertal.de", + "flavour": "Latency", + "id": 785, + "impl": "", + "is_monitored": false, + "is_virtual": false, + "name": "wuppertalprod-PerfSonar-Latency-perfsonar.pleiades.uni-wuppertal.de", + "state": "ACTIVE", + "status": "DISABLED", + "type": "PerfSonar", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid.pleiades.uni-wuppertal.de:3128", + "flavour": "", + "id": 2557, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "wuppertalprod-Squid", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "", + "description": "", + "endpoint": "http://squid2.pleiades.uni-wuppertal.de:3128", + "flavour": "Frontier", + "id": 2679, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "wuppertalprod-Squid2", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": null + }, + { + "arch": "Intel 64", + "description": "", + "endpoint": "http://squid3.pleiades.uni-wuppertal.de:3128", + "flavour": "Frontier", + "id": 3130, + "impl": "", + "is_monitored": true, + "is_virtual": false, + "name": "wuppertalprod-Squid3", + "state": "ACTIVE", + "status": "production", + "type": "Squid", + "version": "" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 2082, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "wuppertalprod_SE", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "5.2" + }, + { + "arch": "Disk", + "description": "", + "endpoint": null, + "flavour": null, + "id": 1588, + "impl": "dCache", + "is_monitored": false, + "is_virtual": true, + "name": "wuppertalprod_SE_0_ATLAS", + "state": "ACTIVE", + "status": null, + "type": "SE", + "version": "7.2.21" + } + ], + "sites": [ + { + "name": "wuppertalprod", + "tier_level": 2, + "vo_name": "atlas" + } + ], + "slots": 4812, + "srr_url": "", + "state": "ACTIVE", + "status": "production", + "tape_capacity": 0, + "timezone": "Europe/Berlin" + } +} \ No newline at end of file diff --git a/src/alto/server/lhcone_pv/service.py b/src/alto/server/lhcone_pv/service.py new file mode 100644 index 0000000..a9bd8a2 --- /dev/null +++ b/src/alto/server/lhcone_pv/service.py @@ -0,0 +1,393 @@ +import re +import json +import ipaddress +import requests +import socket + +from lxml import html +from pytricia import PyTricia + +class CRIC(object): + + def __init__(self, filepath) -> None: + self.filepath = filepath + self.netroute_map = dict() + self.load() + + def load(self): + self.cric_dict = dict() + if self.filepath.startswith('http'): + data = requests.get(self.filepath, verify=False) + self.cric_dict = json.loads(data.content) + else: + with open(self.filepath, 'r') as f_cric: + self.cric_dict = json.load(f_cric) + + for rcsite_name, rcsite_obj in self.cric_dict.items(): + netroutes = rcsite_obj.get('netroutes', dict()) + for _, netroute in netroutes.items(): + for _, ipprefixes in netroute['networks'].items(): + for ipprefix in ipprefixes: + self.netroute_map[ipprefix] = { + 'rcsite': rcsite_name, + 'netroute': netroute + } + print('CRIC database loaded.') + + def find_netroute(self, ipaddr): + ipnetwork = ipaddress.ip_network(ipaddr) + for ipprefix in self.netroute_map.keys(): + ipprefix_obj = ipaddress.ip_network(ipprefix) + if ipprefix_obj.version == ipnetwork.version and ipnetwork.subnet_of(ipprefix_obj): + return ipprefix, self.netroute_map[ipprefix] + return None, None + + def find_netroute_by_asn(self, asn): + return sum([[n for n in rc.get('netroutes', dict()).values() if n.get('asn') == asn] for rc in self.cric_dict.values()], start=[]) + + def find_subnet_by_asn(self, asn): + netroutes = self.find_netroute_by_asn(asn) + subnets = PyTricia(128) + for n in netroutes: + for p in n['networks'].get('ipv4', []): + subnets[p] = dict() + for p in n['networks'].get('ipv6', []): + subnets[p] = dict() + return subnets + + def find_asn(self, ipaddr): + _, netroute = self.find_netroute(ipaddr) + if netroute: + return netroute['rcsite'], netroute['netroute']['asn'] + return None, None + + def find_services(self, rcsite_name, service_type='PerfSonar'): + rcsite = self.cric_dict.get(rcsite_name) + if rcsite is None: + return [] + return [s for s in rcsite.get('services', []) if s['type'] == service_type] + + def find_closest_service(self, ipaddr, rcsite_name=None, service_type='PerfSonar'): + if rcsite_name is None: + _, netroute = self.find_netroute(ipaddr) + if netroute is None: + return None + rcsite_name = netroute['rcsite'] + services = self.find_services(rcsite_name, service_type) + ip = ipaddress.ip_address(ipaddr) + closest_service = None + min_diff = 0xffffffff + for service in services: + service_ip = ipaddress.ip_address(socket.gethostbyname(service['endpoint'])) + diff = eval('0x'+ip.packed.hex()) ^ eval('0x'+service_ip.packed.hex()) + if diff < min_diff: + closest_service = service['endpoint'] + diff = min_diff + return closest_service + + +def traceroute_query(src_testpoint, dst_testpoint): + from esmond.api.client.perfsonar.query import ApiConnect, ApiFilters + filters = ApiFilters() + filters.tool_name = 'pscheduler/traceroute' + filters.timeout = 5 + filters.input_source = src_testpoint + filters.input_destination = dst_testpoint + filters.source = socket.gethostbyname(src_testpoint) + filters.ssl_verify = False + conn = ApiConnect('https://' + src_testpoint, filters) + md = next(conn.get_metadata()) + et = md.get_event_type('packet-trace') + dpay = et.get_data() + latest_dp = next(dpay) + return latest_dp.val + + +class LookingGlass(object): + + def __init__(self, uri, default_router=None, proxies=None) -> None: + self.uri = uri + self.router = default_router + self.proxies = proxies + + def _parse_route(self, route_str): + routes = list() + entry = dict() + for rline in route_str.splitlines(): + line = rline.strip() + if not line and entry: + routes.append(entry) + entry = dict() + if line.startswith('BGP') or line.startswith('*BGP'): + if entry: + routes.append(entry) + entry = dict() + if line.startswith('*'): + entry['selected'] = True + line = line[4:].strip() + # Parse line to BGP route attributes + if line.startswith('Peer AS:'): + asn = int(line[8:].strip()) + entry['asn'] = asn + elif line.startswith('AS path:'): + as_path = [asn for asn in line[8:].strip().split(' ')] + entry['as_path'] = as_path + elif line.startswith('Communities:'): + communities = line[12:].strip().split(' ') + entry['communities'] = communities + elif line.startswith('Next hop:') and line.endswith(', selected'): + next_hop_entry = line[10:-10].split(' via ') + entry['next_hop'] = next_hop_entry[0] + if len(next_hop_entry) > 1: + entry['outgoing_interface'] = next_hop_entry[1] + return routes + + def _do_query(self, query='route', router=None, args=None): + data = requests.post(self.uri, + data={ + 'query': query, + 'args': args, + 'router': router or self.router, + 'submit': 'Submit' + }, proxies=self.proxies) + doctree = html.fromstring(data.content) + query_result = doctree.xpath('//pre[1]') + return ''.join([r for r in query_result[0].itertext()]) + + def _parse_all_routes(self, route_str, width=19, route_dict=PyTricia(128)): + routes = list() + route = dict() + entry_found = False + for line in route_str.splitlines(): + prefix = None + try: + match_prefix = re.match('^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\.|(\\/(([12]?[0-9])|(3[0-2]))$))){4}', line) + if match_prefix: + prefix = match_prefix.group() + else: + prefix = ipaddress.ip_network(line[:width].strip()).exploded + except ValueError: + pass + if prefix: + routes = list() + route_dict[prefix] = routes + entry_found = True + if not entry_found: + continue + line = line[width:].strip() + match_bgp = re.match('^(.?)\[BGP.*\].*, localpref (.*), from (.*)$', line) + if match_bgp: + route = dict() + routes.append(route) + selected, localpref, peer = match_bgp.groups() + if selected == '*' or selected == '+': + route['selected'] = True + route['preference'] = int(localpref) + route['peer'] = peer + match_aspath = re.match('^AS path: (.*), validation-state: .*$', line) + if match_aspath: + as_path = match_aspath.groups()[0] + route['as_path'] = [asn for asn in as_path.split(' ')] + match_nh = re.match('> to (.*) via (.*)', line) + if match_nh: + next_hop, out_int = match_nh.groups() + route['next_hop'] = next_hop + route['outgoing_interface'] = out_int + return route_dict + + def get_route(self, ipprefix, router=None, selected=False): + route_str = self._do_query(query='route', router=router, args=ipprefix) + routes = self._parse_route(route_str) + if selected: + routes = [r for r in routes if r.get('selected')] + return routes + + def get_all_routes(self, router=None, selected=False): + route_str = self._do_query(query='routes4', router=router) + routes = self._parse_all_routes(route_str) + route_str = self._do_query(query='routes6', router=router) + routes = self._parse_all_routes(route_str, route_dict=routes) + if selected: + for p in routes: + routes[p] = [r for r in routes[p] if r.get('selected')] + return routes + + + +class CERNLookingGlass(LookingGlass): + + def _parse_route(self, route_str): + routes = list() + entry = dict() + header_found = False + dest_prefix = '' + for line in route_str.splitlines(): + if line.startswith('A V Destination'): + header_found = True + continue + if not header_found: + continue + if not line and entry: + routes.append(entry) + entry = dict() + continue + if len(line) > 2 and line[2] == '?': + if entry: + routes.append(entry) + entry = dict() + if line.startswith('+') or line.startswith('*'): + entry['selected'] = True + dest_prefix = line[4:23].strip() or dest_prefix + entry['dest_prefix'] = dest_prefix + entry['protocol'] = line[23].strip() + entry['preference'] = line[25:31].strip() + entry['metric1'] = line[31:39].strip() + entry['metric2'] = line[42:50].strip() + if len(line) > 51: + next_hop = line[51:68].strip() + if next_hop.startswith('>'): + entry['next_hop'] = next_hop[1:] + as_path = line[68:].strip() + if as_path: + entry['as_path'] = [asn for asn in as_path.split(' ')] + if entry: + routes.append(entry) + return routes + + + +class LhconeALTOService: + + def __init__(self, cric: CRIC, lg: LookingGlass, local_asn: int, refresh_time=None) -> None: + """ + """ + self.cric = cric + self.lg = lg + self.asn = local_asn + self.fetch_routes() + self.fetch_scope() + self.fetch_capacity() + # TODO: async update + + def lookup(self, pairs, property_names): + """ + Example: + "endpoint-cost-map": { + "ipv4:10.0.0.1": { + "ipv4:192.51.0.101": ["ane:CERN", "ane:peerlink1", "ane:path1", "ane:Caltech"] + } + } + + "property-map": { + "ane:CERN": { + ".asn": 513 + }, + "ane:path1": { + "as_path": [293, 20965], + "next_hop": "192.168.1.1" + }, + "ane:Caltech: { + ".asn": xxx + } + } + """ + print(pairs) + paths = dict() + as_path_dict = dict() + as_path_idx = 0 + nh_dict = dict() + nh_idx = 0 + property_map = dict() + print(self.scope.keys()) + for src, dst in pairs: + if src not in self.scope: + print(src) + continue + if src not in paths: + paths[src] = dict() + path = list() + _, src_netroute = self.cric.find_netroute(src) + if src_netroute is None: + continue + _, dst_netroute = self.cric.find_netroute(dst) + if dst_netroute is None: + continue + route = self.routes[dst] + if route: + route = route[0] + else: + continue + + src_site = src_netroute['netroute']['netsite'] + src_ane = 'ane:S_%s' % src_site + path.append(src_ane) + + if src_ane not in property_map: + property_map[src_ane] = dict() + property_map[src_ane]['asn'] = src_netroute['netroute']['asn'] + + nh = route['next_hop'] + if nh not in nh_dict: + nh_ane = 'ane:L_%d' % nh_idx + nh_idx += 1 + nh_dict[nh] = nh_ane + property_map[nh_ane] = dict() + property_map[nh_ane]['next_hop'] = nh + property_map[nh_ane]['bandwidth'] = self.capacity.get(nh) + nh_ane = nh_dict[nh] + path.append(nh_ane) + + as_path = ' '.join(route['as_path'][:-1]) + if as_path not in as_path_dict: + as_path_ane = 'ane:P_%d' % as_path_idx + as_path_idx += 1 + as_path_dict[as_path] = as_path_ane + property_map[as_path_ane] = dict() + property_map[as_path_ane]['as_path'] = as_path + as_path_ane = as_path_dict[as_path] + path.append(as_path_ane) + + dst_site = dst_netroute['netroute']['netsite'] + dst_ane = 'ane:S_%s' % dst_site + path.append(dst_ane) + + if dst_ane not in property_map: + property_map[dst_ane] = dict() + property_map[dst_ane]['asn'] = dst_netroute['netroute']['asn'] + + paths[src][dst] = path + return paths, property_map + + + def fetch_routes(self): + self.routes = self.lg.get_all_routes(selected=True) + print('Looking glass routing table loaded.') + + def fetch_scope(self): + self.scope = self.cric.find_subnet_by_asn(self.asn) + + def fetch_capacity(self): + self.capacity = dict() + # TODO: read capacity of peer link from configuration file + + def find_path(self, src_ip, dst_ip): + src_prefix, src_netroute = self.cric.find_netroute(src_ip) + if src_prefix is None: + return + src_asn = src_netroute['netroute']['asn'] + src_rcsite = src_netroute['rcsite'] + src_testpoint = self.cric.find_closest_service(src_ip, src_rcsite) + + dst_prefix, dst_netroute = self.cric.find_netroute(dst_ip) + if dst_prefix is None: + return + dst_asn = dst_netroute['netroute']['asn'] + dst_rcsite = dst_netroute['rcsite'] + dst_testpoint = self.cric.find_closest_service(dst_ip, dst_rcsite) + + tr = traceroute_query(src_testpoint, dst_testpoint) + # TODO: if no trace route, use asn to query looking glass for as path + return tr + + def find_as_path(self, src_ip, dst_ip): + pass diff --git a/src/alto/server/path_vector/mininet_topology.py b/src/alto/server/path_vector/mininet_topology.py index 456326c..7f87d79 100644 --- a/src/alto/server/path_vector/mininet_topology.py +++ b/src/alto/server/path_vector/mininet_topology.py @@ -2,7 +2,6 @@ from .ofrule import Switch import requests import networkx -import matplotlib.pyplot as plt META_LINK_FIELDS = ['src', 'dst', 'type'] LINK_ATTRIBUTES = { 'bw': 'bandwidth', 'latency': 'latency' } @@ -68,6 +67,7 @@ def get_link_by_intf(self, intf1, intf2=None): return None def draw(self): + import matplotlib.pyplot as plt plt.plot() networkx.draw(self.graph, with_labels=True, font_weight='bold') plt.show()