Skip to content

Commit

Permalink
Merge pull request #952 from GeorgianaElena/demo-hub
Browse files Browse the repository at this point in the history
Add a 2i2c demo hub with CILogon enabled
  • Loading branch information
GeorgianaElena authored Jan 28, 2022
2 parents 7f39114 + d7915e5 commit 9fa155a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/hubs/2i2c.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,35 @@ hubs:
- <staff_google_ids>
- [email protected]
admin_users: *dask_staging_users
- name: demo
domain: demo.pilot.2i2c.cloud
template: basehub
auth0:
connection: CILogon
config:
jupyterhub:
custom:
homepage:
templateVars:
org:
name: 2i2c Demo Hub
url: https://2i2c.org
logo_url: https://2i2c.org/media/logo.png
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: 2i2c
url: https://2i2c.org
hub:
config:
Authenticator:
admin_users:
- <staff_google_ids>
username_pattern: '^(.+@2i2c\.org|deployment-service-check)$'
- name: ohw
domain: ohw.pilot.2i2c.cloud
template: daskhub
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/hubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Here's a list of running hubs.

</div>

```{note}
About our demo hub
The 2i2c operates a hub for demonstration and experimentation at `demo.pilot.2i2c.org`.
This hub is primarily for the 2i2c team to try things out, and it may change or break occasionally.
Team members should feel free to experiment with this hub and try out new functionality and features they'd like to show off to others.
```


<!-- DataTables to make the table above look nice -->
Expand Down

0 comments on commit 9fa155a

Please sign in to comment.