From 678e611a3451e3444f8445c243fdbb08666360a0 Mon Sep 17 00:00:00 2001 From: gkoukis <georgekouk29702970@gmail.com> Date: Wed, 13 Nov 2024 01:17:52 +0200 Subject: [PATCH] resource manager non-k8s fix --- .../containers/resource-manager/start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codeco-experimentation-framework/containers/resource-manager/start.sh b/codeco-experimentation-framework/containers/resource-manager/start.sh index 97aafa1..d673b58 100755 --- a/codeco-experimentation-framework/containers/resource-manager/start.sh +++ b/codeco-experimentation-framework/containers/resource-manager/start.sh @@ -1,5 +1,8 @@ #!/bin/bash +# import main configuration +source /opt/clusterslice/configuration.sh + # configure ssh keys source /opt/clusterslice/configure_ssh.sh -- GitLab