WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
6 stars 20 forks source link

Remove IceCube-specific things #1

Open dsschult opened 9 years ago

dsschult commented 9 years ago

Make the code more modular so IceCube-specific things can be removed into either local config files or a separate repo.

dsschult commented 8 years ago

config files are in. still some things where icecube cvmfs or the condor host is hard coded.

briedel commented 8 years ago

The changes should be in glidein_start.sh. Might be best to write that file automagically when submitting and grab the condor pool host and cvmfs from the config file. Thoughts?

dsschult commented 8 years ago

I'd prefer leaving glidein_start.sh static, and just passing things through environment variables.

My reasoning is that I test a lot with just running this directly to see if the glidein works.

briedel commented 8 years ago

So setting like ${LOCAL_CVMFS} and {CONDOR_GLIDEIN_HOST} from python should work?

dsschult commented 8 years ago

Yes.

There's also the condor passwdfile for connecting to the collector, which is embedded into the glidein. I'm fairly ok with keeping it inside the glidein and just documenting it.

gonzalomerino commented 7 years ago

This is security related.