Skip to content
Snippets Groups Projects
Select Git revision
  • 2a0d4a21797534c6c52265ac5c638a63f63df781
  • master default protected
  • e-infra2
  • ci-megalinter-speedup
  • 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
  • del-users
21 results

local

  • Clone with SSH
  • Clone with HTTPS
  • 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.egi.zcu.cz:8200
    
    # replace $LOGIN for real user name in vault
    vault login -method=userpass username=$LOGIN

    Check environment:

    vault kv get -mount=eosc/dev -field 'data' -format=json test

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

    vault kv put -mount=eosc/dev $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.