Skip to content
Snippets Groups Projects
Select Git revision
  • c7dad00908b870e2d66bc4680cd03f120bfafc5d
  • master default protected
  • rednatco-v2
  • rednatco
  • test
  • ntc-tube-uniform-color
  • ntc-tube-missing-atoms
  • restore-vertex-array-per-program
  • watlas2
  • dnatco_new
  • cleanup-old-nodejs
  • webmmb
  • fix_auth_seq_id
  • update_deps
  • ext_dev
  • ntc_balls
  • nci-2
  • plugin
  • bugfix-0.4.5
  • nci
  • servers
  • v0.5.0-dev.1
  • v0.4.5
  • v0.4.4
  • v0.4.3
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.12
  • v0.3.11
  • v0.3.10
  • v0.3.9
  • v0.3.8
  • v0.3.7
  • v0.3.6
  • v0.3.5
  • v0.3.4
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
41 results

sequence

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