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

Already on GitHub? Sign in to your account

Bring Your Own Resources #205

Merged
merged 23 commits into from Jun 30, 2017
Jump to file or symbol
Failed to load files and symbols.
+6 −0
Split
Viewing a subset of changes. View all

add BYOR config

commit cb2c26321f8ac74e4038353314ff054ad43e4bc6 @StrausMG StrausMG committed Jun 19, 2017
View
@@ -0,0 +1,6 @@
+c = get_config()
+load_subconfig('etc/base_config.py')
+load_subconfig('etc/github_auth.py')
+
+from dockerspawner import DockerSpawner
+c.DockerSpawner.hub_ip_connect = c.JupyterHub.hub_ip
@anaderi

anaderi Jun 21, 2017

Owner

let's remove the last 2 lines. check that it doesn't break anything. if so, you can just load_subconfig('etc/local_config.py')

@anaderi

anaderi Jun 21, 2017

Owner

just specify ByorDockerSpawner as spawner