Skip to content
Snippets Groups Projects
Select Git revision
  • 1563e562238c57b9c0040d0e9a37a9dd4d1e5fad
  • zig default
  • master
  • zig-threaded
  • openat
  • chdir
  • clear
  • compll
  • v1.18.1
  • v2.2.2
  • v1.18
  • v2.2.1
  • v2.2
  • v1.17
  • v2.1.2
  • v2.1.1
  • v2.1
  • v2.0.1
  • v2.0
  • v2.0-beta3
  • v2.0-beta2
  • v2.0-beta1
  • v1.16
  • v1.15.1
  • v1.15
  • v1.14.2
  • v1.14.1
  • v1.14
28 results

nccf

  • 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://secrets.egi.eu

    Login:

    # optional (values from environment)
    # read CLIENT_ID CLIENT_SECRET
    # export CLIENT_ID CLIENT_SECRET
    
    # login to vault
    ./vault-login.py

    Note: example commands to create secrets for "eosc-dev":

    prefix=/users/e1662e20-e34b-468c-b0ce-d899bc878364@egi.eu/eosc-dev
    vault kv put -mount secrets $prefix/FEDCLOUD_DYNAMIC_DNS $HOST1=$SECRET1 $HOST2=$SECRET2
    vault kv put -mount secrets $prefix/deployment-hub checkin_host=... client_id=... client_secret=...

    Inventory parameters

    Used parameters in ansible recipes:

    • mail_fromdomain: hostname in from header
    • mail_local: disable e-mail (only local delivery)
    • site_name: site identifier
    • vault_mount_point:: path to secrets in the Vault