opensciencegrid / topology

Site and Resource topology data for the Open Science Grid
https://topology.opensciencegrid.org/
Apache License 2.0
19 stars 241 forks source link
container myosg osg software topology

Topology Build Status

This repository contains the registry of OSG projects, site resources, and Virtual Organizations, as well as scripts for managing and displaying this information.

For registration instructions, please see this document.

The information was sourced from the former OIM site that was hosted at oim.grid.iu.edu. This README contains the following sections:

Structure of the Registry

The data is organized as files in YAML format as follows:

Viewing the Registry

Registry data can be accessed in two formats: the YAML files can be accessed directly through the GitHub interface or from a clone of the GitHub repository. Alternatively, the registry data can be accessed in XML format at the following URLs:

The following data... Can be accessed in XML format via URL...
Project https://topology.opensciencegrid.org/miscproject/xml
Resource Downtime https://topology.opensciencegrid.org/rgdowntime/xml
Resource Topology https://topology.opensciencegrid.org/rgsummary/xml
Virtual Organization https://topology.opensciencegrid.org/vosummary/xml

These XML pages are compatible with the XML format once provided by myosg.grid.iu.edu.

XML page arguments

Some of the XML pages listed above accept arguments for filtering queries. These are compatible with the arguments once used by myosg.grid.iu.edu.

For the Resource Topology (rgsummary) and Resource Downtime (rgdowntime) pages

Boolean filters:

The following argument(s)... Will have the effect of...
active=on&active_value=0 showing only inactive resources
active=on&active_value=1 showing only active resources
disable=on&disable_value=0 showing only disabled resources
disable=on&disable_value=1 showing only enabled resources
gridtype=on&gridtype_1=on showing only production resources
gridtype=on&gridtype_2=on showing only non-production (ITB) resources
service_hidden_value=0 showing only non-hidden services *
service_hidden_value=1 showing only hidden services *
has_wlcg=on showing only resources with WLCG information **

* Note lack of service_hidden=on argument
** There is no way to show only resources without WLCG information; has_wlcg=off doesn't work

ID-based filters:

These select by a numeric ID on facilities, sites, support centers, resource groups, and services, and VOs. Multiple IDs may be specified for an attribute, in which case resources that match any of the IDs listed will be shown. There are two equivalent formats for the arguments:

The following attributes (<ATTRIB>)... Will filter by (<ID>)...
facility Facility ID
site Site ID
rg ResourceGroup GroupID
service Service ID
sc SupportCenter ID
voown VO Ownership (rgsummary only)

For example, either of the two following sets of arguments will show resources that are in ANL (10089), Fermilab (10009), or UW-Madison (10011):

If multiple filters are specified, only resources that match all filters will be shown.

Finally, you may restrict how much past downtime is shown in the Resource Downtime XML with:

For the Virtual Organization (vosummary) page

Boolean filters:

The following argument(s)... Will have the effect of...
active=on&active_value=0 showing only inactive VOs
active=on&active_value=1 showing only active VOs
disable=on&disable_value=0 showing only disabled VOs
disable=on&disable_value=1 showing only enabled VOs
oasis=on&oasis_value=0 showing only VOs that do not use OASIS
oasis=on&oasis_value=1 showing only VOs that use OASIS

ID-based filter:

This selects based on a numeric ID on VOs. Multiple IDs may be specified, in which case VOs that match any of the IDs listed will be shown. There are two equivalent formats for the arguments:

For example, either of the following will match GLOW (13), HCC (67), and IceCube (38):

Getting Help

If you have any questions or encounter any issues with the registry, please open a ticket through the system appropriate for the VO(s) that you support:

If you primarily support... Submit new tickets to...
LHC VOs GGUS
Anyone else Helpdesk

Or email us at help@osg-htc.org.