jupyterhub / jupyterhub-deploy-hpc

Documented examples of Jupyterhub deployment in HPC settings
36 stars 15 forks source link

[WIP] deployment at SDSC #1

Closed zonca closed 7 years ago

zonca commented 7 years ago

Following https://github.com/jupyterhub/batchspawner/issues/12 I prepared an example based on our configuration at SDSC.

I chose a folder name that is a summary of the configuration details.

Documentation is part in the README.md and part in the docstrings.

@mbmilligan, @minrk some suggestions? either on the setup itself or on documentation?

For convenience, here direct link to the rendered README

mbmilligan commented 7 years ago

Nice, thanks for contributing this! Now I'm both inspired to finish documenting my setup and have a reasonable template for it too.

In terms of suggestions, I guess things I would like to see added would be:

zonca commented 7 years ago

thanks @mbmilligan !

added Requirements to the README.

No deployment automation for this, I feel like the setup is quite simple on the system side. Also I don't plan to deploy many of this HPC-connected instances. So I think an ansible playbook would be too much.

Instead for teaching workshops or classes, where you want to deploy many times, Ansible works great, see: https://github.com/jupyterhub/jupyterhub-deploy-teaching

mbmilligan commented 7 years ago

I like it, thanks!

willingc commented 7 years ago

@zonca and @mbmilligan 🍰 🍪 Thanks!