From 081380fda891bbee290865adbf3a2d9a6a804df4 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 28 Oct 2021 20:00:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A5=20Add=20settings=20file=20specific?= =?UTF-8?q?ally=20to=20facilitate=20deployment=20of=20streaming=20portal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-vms/settings/portal.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 prepare-vms/settings/portal.yaml diff --git a/prepare-vms/settings/portal.yaml b/prepare-vms/settings/portal.yaml new file mode 100644 index 00000000..4c8fcbd9 --- /dev/null +++ b/prepare-vms/settings/portal.yaml @@ -0,0 +1,25 @@ +# This file is passed by trainer-cli to scripts/ips-txt-to-html.py + +# Number of VMs per cluster +clustersize: 1 + +# The hostname of each node will be clusterprefix + a number +clusterprefix: CHANGEME + +# Jinja2 template to use to generate ready-to-cut cards +cards_template: cards.html + +# Use "Letter" in the US, and "A4" everywhere else +paper_size: Letter + +# Login and password that students will use +user_login: portal +user_password: CHANGEME + +steps: + - wait + - clusterize + - tools + - docker + - createuser + - ips