[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] set CREDD_HOST in submit cmd



On 9/4/25 09:02, Beyer, Christoph wrote:
Hi,

in python bindings it's easy to set the credd_address but some tools in the python world use the condor_submit cmd instead and while I can use '-name <bla>' to set the schedd this does not automatically set the CREDD_HOST to the same value nonetheless the config on the host stated CREDD_HOST=$SCHEDD_HOST.

I can set it in the bash environment using export _condor_CREDD_HOST=<bla> but there must be a more elegant way and also it could default to the schedd adress once this differs from the default schedd in the config or is not set in the static config ?

Hi Christoph:

I've been thinking about this for a bit, but don't have a good immediate solution. I guess we could add a -credd-name argument to condor_submit, which would default to the schedd.


-greg