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 3: Line 3:
VO feed for the GOCDB EGI scoped data (ATP will recognize this gocdb data as the 'OPS' VO topology feed).  
VO feed for the GOCDB EGI scoped data (ATP will recognize this gocdb data as the 'OPS' VO topology feed).  
* This VO feed will include every 'EGI' scoped Physical Site, and each will be represented with an <atp_site> element.  
* This VO feed will include every 'EGI' scoped Physical Site, and each will be represented with an <atp_site> element.  
* All the child Services of that site will be listed as child <service> elements of the parent <atp_site> element, regardless of scope (including both EGI and Local).  
* All services of that site will be nested as ATP <service> elements, regardless of scope (including both EGI and Local).  
* The GOCDB Virtual Sites that aggregate those Services will also be listed using the child <group> element.  
* The GOCDB Virtual Sites that aggregate those Services will be listed using child APT <group> elements.  
* The feed specifies that all sites are under the ops VO using the <vo>OPS</vo> element.
* The feed specifies that all sites are under the ops VO using the <vo>OPS</vo> element.



Revision as of 14:40, 15 February 2012

<< Back to Virtual Sites

VO Feed Example

VO feed for the GOCDB EGI scoped data (ATP will recognize this gocdb data as the 'OPS' VO topology feed).

  • This VO feed will include every 'EGI' scoped Physical Site, and each will be represented with an <atp_site> element.
  • All services of that site will be nested as ATP <service> elements, regardless of scope (including both EGI and Local).
  • The GOCDB Virtual Sites that aggregate those Services will be listed using child APT <group> elements.
  • The feed specifies that all sites are under the ops VO using the <vo>OPS</vo> element.

In summary, the GOCDB to ATP mappings are:

  • Site == <atp_site>
  • ServiceEndpoint == <service>
  • VSite == <group>

Questions for ATP:

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


 todo