Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IceCube-specific things #1

Open
dsschult opened this issue May 20, 2015 · 6 comments
Open

Remove IceCube-specific things #1

dsschult opened this issue May 20, 2015 · 6 comments

Comments

@dsschult
Copy link
Collaborator

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

@dsschult dsschult self-assigned this May 20, 2015
@dsschult
Copy link
Collaborator Author

dsschult commented Mar 9, 2016

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

@briedel
Copy link
Contributor

briedel commented Mar 16, 2016

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
Copy link
Collaborator Author

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
Copy link
Contributor

briedel commented Mar 17, 2016

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

@dsschult
Copy link
Collaborator Author

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.

dsschult pushed a commit that referenced this issue Mar 22, 2016
Check if tarball exists with or without 'loc' and make link to tarball work as expected.
@gonzalomerino
Copy link
Contributor

This is security related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Pyglidein
Backlog
Development

No branches or pull requests

3 participants