Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GOCDB/Release4/Development/VSites/VOFeedXML"

From EGIWiki
< GOCDB‎ | Release4‎ | Development‎ | VSites
Jump to navigation Jump to search
Line 1: Line 1:
[[GOCDB/Release4/Development/VSites#VO_Feed_for_ATP|<< Back to Virtual Sites]]
[[GOCDB/Release4/Development/VSites#VO_Feed_for_ATP|<< Back to Virtual Sites]]
=VO Feed Example=
=VO Feed Example=
Note that this VO feed will include every Virtual Site registered by users in GOCDB. Each Virtual Site will correspond appear in this feed as an <atp_site> element. The feed specifies that all sites are under the ops VO using the <vo>OPS</vo> element.
This VO feed will include every Virtual Site registered by users of GOCDB. Each Virtual Site will be represented in this feed by an <atp_site> element. The feed specifies that all sites are under the ops VO using the <vo>OPS</vo> element.
==Questions for ATP:==
==Questions for ATP:==



Revision as of 11:21, 15 February 2012

<< Back to Virtual Sites

VO Feed Example

This VO feed will include every Virtual Site registered by users of GOCDB. Each Virtual Site will be represented in this feed by an <atp_site> element. The feed specifies that all sites are under the ops VO using the <vo>OPS</vo> element.

Questions for ATP:

  • We've left the infrast="EGEE" attribute on the atp_site element. Is this correct?


<?xml version="1.0" encoding="ISO-8859-1"?>
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="atp_vo_feed_schema.xsd">
  <title>Virtual Sites in GOCDB</title>
  <description>Groups of services defined under virtual sites in GOCDB</description>
  <feed_responsible name="GOCDB Administrators" dn="/C=UK/O=eScience/OU=CLRC/L=RAL/CN=goc.egi.eu/emailAddress=sct-certificates@stfc.ac.uk"/>
  <last_update>2012-02-01T09:46:10Z</last_update>
  <vo>OPS</vo>
  <atp_site name="NGI_UK_CENTRAL_SERVICES" infrast="EGEE">
    <service hostname="lcgbdii.gridpp.rl.ac.uk" flavour="Top-BDII" />
    <service hostname="voms.gridpp.ac.uk" flavour="VOMS" />
    <service hostname="lcgwms01.gridpp.rl.ac.uk" flavour="WMS" />
  </atp_site>
  <atp_site name="EGI_CENTRAL_OPS" infrast="EGEE">
    <service hostname="goc.egi.eu" flavour="egi.GOCDB" />
    <service hostname="cic.gridops.org " flavour="egi.OpsPortal" />
    <service hostname="helpdesk.egi.eu" flavour="egi.GGUS" />
  </atp_site>
</root>