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

Feedback on JRC integration #2

Open
diocas opened this issue May 26, 2020 · 1 comment
Open

Feedback on JRC integration #2

diocas opened this issue May 26, 2020 · 1 comment
Labels
Binder CS3MESH4EOSC Tasks related to this EU Project

Comments

@diocas
Copy link
Contributor

diocas commented May 26, 2020

This is a thread to discuss any changes that might be required to our Spawner to allow the JRC integration.

This discussion fit in the discussion about the binder integration, since the changes required to make binder work should be enough to make this integration also work.

@diocas diocas added CS3MESH4EOSC Tasks related to this EU Project Binder labels May 26, 2020
@lucamarletta
Copy link

Here some changes we did in kubespawner.py to make it work in our environment:

In all volumes for some reasons not clear if we kept the check on 'type' = 'Directory' the volume failed to be mounted

c.SwanSpawner.volumes = [
{
  'name': 'cvmfs',
  'hostPath': {
  'path': '/cvmfs',
  'type': '', # @jrc it was 'Directory'
}
},

In order to make it work in a subdirectory (we cannot manage a new subdomain) we added this
c.JupyterHub.base_url = '/svc/swan/'

So in our network we reach swan in a similar url
https://jeodpp.jrc.eu/svc/swan/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Binder CS3MESH4EOSC Tasks related to this EU Project
Projects
None yet
Development

No branches or pull requests

2 participants