From 30c9241e1a2df504bddb142651048d4df8492e23 Mon Sep 17 00:00:00 2001 From: Dustin Kaiser Date: Wed, 22 Mar 2023 11:03:56 +0100 Subject: [PATCH] DevOps Changes for PR https://github.com/ITISFoundation/osparc-simcore/pull/3989 --- services/deployment-agent/template.env | 2 -- services/simcore/docker-compose.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/services/deployment-agent/template.env b/services/deployment-agent/template.env index 916cef96..f42978a6 100644 --- a/services/deployment-agent/template.env +++ b/services/deployment-agent/template.env @@ -15,8 +15,6 @@ REGISTRY_DOMAIN=${REGISTRY_DOMAIN} STORAGE_DOMAIN=${STORAGE_DOMAIN} EXCLUDED_SIMCORE_SERVICES=${EXCLUDED_SIMCORE_SERVICES} SIMCORE_BRANCH=${SIMCORE_BRANCH} -# MPI noddes -TARGET_MPI_NODE_CPU_COUNT=${TARGET_MPI_NODE_CPU_COUNT} PORTAINER_PASSWORD=${PORTAINER_PASSWORD} PORTAINER_USER=${PORTAINER_USER} PUBLIC_NETWORK=${PUBLIC_NETWORK} diff --git a/services/simcore/docker-compose.yml b/services/simcore/docker-compose.yml index 98d42571..cfc7b4e8 100644 --- a/services/simcore/docker-compose.yml +++ b/services/simcore/docker-compose.yml @@ -319,7 +319,6 @@ services: - monitored environment: - LOGSPOUT_MULTILINE=true - - TARGET_MPI_NODE_CPU_COUNT=${TARGET_MPI_NODE_CPU_COUNT} deploy: update_config: parallelism: 2