From 9eb4d85d97469e4186f541110ee56bd3ff75209a Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 5 Jan 2024 17:13:37 -0800 Subject: [PATCH] Redirect all UToronto home pages to unified homepage UToronto will have a new URL (to be determined...) that they will manage, and will act as the 'unified' home page. In https://2i2c.freshdesk.com/a/tickets/952 they have asked us to redirect anyone landing just on the home page of the hubs to this new URL. I've setup the [utoronto branch](https://github.com/2i2c-org/default-hub-homepage/tree/utoronto) of the home pages repo to redirect to the new URL. This just deploys that change. The new URL hasn't been provided to us yet, so the utoronto branch in the default-hub-homepage repo will need to be updated once that URL is present. Ref https://github.com/2i2c-org/infrastructure/issues/2729 --- config/clusters/utoronto/common.values.yaml | 25 +++---------------- .../utoronto/default-staging.values.yaml | 6 ----- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/config/clusters/utoronto/common.values.yaml b/config/clusters/utoronto/common.values.yaml index 1486bcf40c..95f7ecb0a5 100644 --- a/config/clusters/utoronto/common.values.yaml +++ b/config/clusters/utoronto/common.values.yaml @@ -20,8 +20,11 @@ jupyterhub: enabled: true custom: homepage: + # Everyone hitting the home page directly is redirected to + # https://datatools.utoronto.ca as the unified home page. The various parameters + # here under templateVars are no-op - UToronto manages the unified homepage themselves. + gitRepoBranch: "utoronto" templateVars: - interface_selector: true org: name: University of Toronto logo_url: https://raw.githubusercontent.com/2i2c-org/default-hub-homepage/utoronto-prod/extra-assets/images/home-hero.png @@ -35,26 +38,6 @@ jupyterhub: funded_by: name: University of Toronto url: https://www.utoronto.ca/ - announcements: - - | -
-

ARC will be making changes to our educational JupyterHub on January 9, 2023

- -

R/RStudio will be moved off jupyter.utoronto.ca. R/RStudio will - continue to be available through r.datatools.utoronto.ca – a - separate RStudio hub. To make access to JupyterHub easier than ever, we will also consolidate the landing - pages for our Jupyter Notebook and RStudio hubs into a single launch page: - datatools.utoronto.ca.

- -

For more information, please read our announcement.

-
- - | -
-

* NEW * Jupyter Support Website

- - We have started a JupyterHub support website with documentation and tip sheets, and we will be adding more on an - ongoing basis. To reach the support site, please visit: https://act.utoronto.ca/jupyterhub-support/. -
singleuser: cpu: # Each node has about 8 CPUs total, and if we limit users to no more than diff --git a/config/clusters/utoronto/default-staging.values.yaml b/config/clusters/utoronto/default-staging.values.yaml index 9c6466b20a..cd2eb0f0a0 100644 --- a/config/clusters/utoronto/default-staging.values.yaml +++ b/config/clusters/utoronto/default-staging.values.yaml @@ -4,12 +4,6 @@ jupyterhub: tls: - hosts: [staging.utoronto.2i2c.cloud] secretName: https-auto-tls - custom: - homepage: - gitRepoBranch: "utoronto-staging" - singleuser: - image: - tag: "14320bae73a0" hub: config: CILogonOAuthenticator: