glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 45 forks source link

Advertise the HTCondor attributes in the glidefactory ClassAds #307

Closed mambelli closed 7 months ago

mambelli commented 1 year ago

Is your feature request related to a problem? Please describe. Advertise the HTCondor attributes in the glidefactory ClassAds.

Hammercloud and other CMS tools need to know which queue the Glideins are submitted to. The glidefactory ClassAds have information about each entry. Queue information used to be in the RSL string or the gatekeeper string which are both advertised in the ClassAd. With new HTCondor protocols (HTCondor-CE, ARC REST interface, ...) the queue information is now in the condor submit attributes <config><submit><submit_attrs>... which are not included in the ClassAd. So the queue information is lost/not available outside the XML configuration.

Describe the solution you'd like We'd like to see advertised the queue information, e.g. the condor submit attributes

Describe alternatives you've considered Does not matter where the queue information is advertised

Info (please complete the following information):

Additional context Request raised in discussion w/ S.Lammel https://ggus.eu/index.php?mode=ticket_info&ticket_id=162296

mmascher commented 1 year ago

Since we are at it, we should probably add all the submit attributes. I was looking for xcount for the work I am doing about efficiency

stlammel commented 1 year ago

Any update on this? We really need to get the queue information back into the CMS VO-feed. Thanks,

stlammel commented 1 year ago

Any update Marco? @mambelli This is becoming urgent for CMS now.

stlammel commented 11 months ago

ping

stlammel commented 10 months ago

Any update? - Stephan

mambelli commented 7 months ago

Fixed by PR #382