LDAP rendering of GLUE2 is missing ARC REST iterface after latest updates
Endpoints published in LDAP GLUE2:
[user01@arc ~]$ arcinfo -I org.nordugrid.ldapglue2 arc.zero
Computing service: (production)
Information endpoint: ldap://arc.zero:2135/Mds-Vo-Name=local,o=grid
Information endpoint: https://arc.zero:443/arex
Submission endpoint: https://arc.zero:443/arex (status: ok, interface: org.ogf.bes)
Submission endpoint: https://arc.zero:443/arex (status: ok, interface: org.ogf.glue.emies.activitycreation)
Submission endpoint: gsiftp://arc.zero:2811/jobs (status: ok, interface: org.nordugrid.gridftpjob)
Endpoints published in EMI-ES GLUE2:
[user01@arc ~]$ arcinfo -I org.ogf.glue.emies.resourceinfo https://arc.zero/arex
Computing service: (production)
Information endpoint: https://arc.zero:443/arex
Information endpoint: https://arc.zero:443/arex
Information endpoint: ldap://arc.zero:2135/Mds-Vo-Name=local,o=grid
Information endpoint: https://arc.zero:443/arex
Submission endpoint: https://arc.zero:443/arex (status: ok, interface: org.ogf.glue.emies.activitycreation)
Submission endpoint: https://arc.zero:443/arex (status: ok, interface: org.ogf.bes)
Submission endpoint: https://arc.zero:443/arex (status: ok, interface: org.nordugrid.arcrest)
Submission endpoint: gsiftp://arc.zero:2811/jobs (status: ok, interface: org.nordugrid.gridftpjob)
End for the record the Nordugrid LDAP :-)
[user01@arc ~]$ arcinfo -I org.nordugrid.ldapng arc.zero
Computing service: arc.zero
Information endpoint: ldap://arc.zero:2135/Mds-Vo-name=local,o=Grid
Submission endpoint: gsiftp://arc.zero:2811/jobs (status: ok, interface: org.nordugrid.gridftpjob)
Please note that compared to EMI-ES, LDAP rendering is missing one more info endpoint, but without interfaces printed I am not sure what exactly is not published.
By the way it would be nice to have interface names returned for "Information endpoint" records in the output. But I am not sure which part of code implements it (perhaps some exact client implementation).