Skip to content
Snippets Groups Projects
Select Git revision
  • cb9abd8b320637fc471f79f78fb44aa0cd653781
  • master default protected
  • e-infra2
  • ci-megalinter-speedup
  • egi-fixes
  • e-infra
  • envri-hub-new-aai
  • egi-b2drop-no-collapse
  • lfs
  • gpu_staging
  • resurrect-testing-ownloud
  • experiments/collab
  • update_claim_group_keys
  • envri-hub
  • enable_rtc
  • eosc-ui
  • future/jupyterhub-5.x
  • versioning
  • eosc-templating
  • staging1-raw-image
  • token-exchange
21 results

notebooks-operations

EOSC Notebooks

This directory has all the files to get started with a new deployment of EOSC Notebooks.

Admin Environment Setup

Hashicorp Vault

Prepare environment for interrating with Hashicorp Vault:

export VAULT_ADDR=https://vault.services.fedcloud.eu:8200

Login:

# get the service token
read OIDC_ACCESS_TOKEN

# login to vault
export VAULT_TOKEN=$(vault write auth/jwt/login jwt=$OIDC_ACCESS_TOKEN | grep -Po 'token\s+\K[^\s]+$')

Note: values were created as admin by commands (replace $SECRET_NAME and $VALUE):

prefix=/users/e1662e20-e34b-468c-b0ce-d899bc878364@egi.eu/eosc-dev
vault kv put -mount secrets $prefix/nexus_admin_password/$SECRET_NAME value=$VALUE

Sites

CESNET Central

Kubernetes cluster for the "central" components - Jupyter Hub, image repository, ...

CESNET MCC

Example site. Kubernetes cluster for worker nodes with Jupyter Enterprise Gateway.