From 526324ff948b99762f7072a4321e558b1d1a2d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 22 Aug 2023 09:58:19 -0400 Subject: [PATCH] Downgrade portal version following issue with pyopenssl --- data/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common.yaml b/data/common.yaml index 1e3346021..f1e573eaf 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -264,6 +264,6 @@ profile::userportal::server::prometheus_ip: "%{alias('terraform.tag_ip.mgmt.0')} profile::userportal::server::prometheus_port: 9090 profile::userportal::server::db_ip: 127.0.0.1 profile::userportal::server::db_port: 3306 -profile::userportal::install_tarball::version: 1.1.0 +profile::userportal::install_tarball::version: 1.0.2 profile::userportal::slurm_jobscripts::api_url: "http://%{lookup('terraform.tag_ip.portal.0')}:9000" profile::userportal::slurm_jobscripts::token: "%{alias('profile::userportal::server::root_api_token')}" \ No newline at end of file