From 6b9c703dfb3c0a4f93ed39f6e7735966c832a09d Mon Sep 17 00:00:00 2001 From: Phillip Wirth Date: Thu, 19 Dec 2024 18:43:33 +0100 Subject: [PATCH] BC-8221 pull default bbb presentation from nuxt --- ansible/group_vars/all/x_ingress.yml | 4 ++++ ansible/group_vars/brb/instance_cfg.yml | 2 +- ansible/group_vars/dbc/instance_cfg.yml | 2 +- ansible/group_vars/thr/instance_cfg.yml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ansible/group_vars/all/x_ingress.yml b/ansible/group_vars/all/x_ingress.yml index 9c4014c77..513406dd0 100644 --- a/ansible/group_vars/all/x_ingress.yml +++ b/ansible/group_vars/all/x_ingress.yml @@ -7,6 +7,10 @@ default_ingress: serviceName: nuxtclient-svc servicePort: "{{ NUXTCLIENT_PORT }}" path: "/favicon.png" + bbb_presentation_pdf: + serviceName: nuxtclient-svc + servicePort: "{{ NUXTCLIENT_PORT }}" + path: "/bbb-presentation.pdf" runtime: path: /runtime.config.json serviceName: nuxtclient-svc diff --git a/ansible/group_vars/brb/instance_cfg.yml b/ansible/group_vars/brb/instance_cfg.yml index 50744f157..5e26b2377 100644 --- a/ansible/group_vars/brb/instance_cfg.yml +++ b/ansible/group_vars/brb/instance_cfg.yml @@ -115,4 +115,4 @@ group_ingress: servicePort: "{{ PORT_FWU_LEARNING_CONTENTS }}" # BigBlueButton -VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://s3.hidrive.strato.com/cloud-instances/brb/bbb/presentation.pdf +VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://{{ DOMAIN }}/bbb-presentation.pdf diff --git a/ansible/group_vars/dbc/instance_cfg.yml b/ansible/group_vars/dbc/instance_cfg.yml index 85af913af..26c1fdfec 100644 --- a/ansible/group_vars/dbc/instance_cfg.yml +++ b/ansible/group_vars/dbc/instance_cfg.yml @@ -76,4 +76,4 @@ COLUMN_BOARD_FEEDBACK_LINK: https://easy-feedback.de/umfrage/1683495/cWgx4T group_ingress: # BigBlueButton -VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://s3.hidrive.strato.com/cloud-instances/default/bbb/presentation.pdf +VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://{{ DOMAIN }}/bbb-presentation.pdf diff --git a/ansible/group_vars/thr/instance_cfg.yml b/ansible/group_vars/thr/instance_cfg.yml index bd6b31ee7..fc9af04e9 100644 --- a/ansible/group_vars/thr/instance_cfg.yml +++ b/ansible/group_vars/thr/instance_cfg.yml @@ -67,7 +67,7 @@ ACCESSIBILITY_REPORT_EMAIL: institut@thillm.de ES_MERLIN_AUTH_URL: http://merlin.nibis.de/auth.php # BigBlueButton -VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://s3.hidrive.strato.com/cloud-instances/thr/bbb/presentation.pdf +VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://{{ DOMAIN }}/bbb-presentation.pdf # Nextcloud COLLABORATIVE_STORAGE_PROVIDER: Nextcloud