Skip to content

Commit

Permalink
Update to TLJH 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 27, 2023
1 parent 0e5f50e commit 4f5ec2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions ansible/tljh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@

- name: Run the TLJH installer
shell: |
{{ ansible_python_interpreter }} {{ tljh_installer_dest }} --no-user-env \
{{ ansible_python_interpreter }} {{ tljh_installer_dest }} \
--plugin {{ tljh_plasma }} {{ tljh_repo2docker }}
# TODO: remove when --no-user-env (or equivalent) is available
environment:
TLJH_BOOTSTRAP_PIP_SPEC: "{{ tljh_bootstrap_pip_spec }}"
- name: Set the idle culler timeout to 1 hour
shell: "tljh-config set services.cull.timeout 3600"
Expand Down
5 changes: 1 addition & 4 deletions ansible/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ tljh_plasma: git+https://github.com/plasmabio/plasma@master#"egg=tljh-plasma&sub
tljh_repo2docker: git+https://github.com/plasmabio/tljh-repo2docker@master
tljh_installer_dest: /srv/tljh-installer.py
tljh_prefix: /opt/tljh
# TODO: update to upstream TLJH links when the --no-user-env (or similar) is available
# See https://github.com/jupyterhub/the-littlest-jupyterhub/pull/528
tljh_bootstrap_pip_spec: git+https://github.com/jtpio/the-littlest-jupyterhub.git@skip-install#"egg=the_littlest_jupyterhub"
tljh_installer_url: https://raw.githubusercontent.com/jtpio/the-littlest-jupyterhub/skip-install/bootstrap/bootstrap.py
tljh_installer_url: https://tljh.jupyter.org/bootstrap.py

...

0 comments on commit 4f5ec2e

Please sign in to comment.