I am using bosco to submit to another condor pool. This works fine, but I want to be able to define a classad from the bosco side and have in set in the condor submit file created by bosco in the remote side.
E.g: Machine with bosco installed
submit file:
universe = grid
+random_classad = "here"
What I would like in the remote submit node:
Blah seems to have an "xtra_args" option, but I don't know how to use it from the bosco submit file (E.g: here is the line in one of the patches to the condor submit blah script).