From dbcfc41c08261751f0e42f3e6da84a874aa075e1 Mon Sep 17 00:00:00 2001 From: Marius Raes <mariusraes@Mariuss-MacBook-Air.local> Date: Mon, 16 May 2022 09:41:09 +0200 Subject: [PATCH] debug --- source/orchestrationLogic/HEAT/bootup.ps1 | 2 +- source/orchestrationLogic/orchestrator.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/orchestrationLogic/HEAT/bootup.ps1 b/source/orchestrationLogic/HEAT/bootup.ps1 index 5ff2db6a..2947e7e7 100644 --- a/source/orchestrationLogic/HEAT/bootup.ps1 +++ b/source/orchestrationLogic/HEAT/bootup.ps1 @@ -33,7 +33,7 @@ if( !(Test-Path -Path "C:\flag.txt")) { $i = $i + 1 echo "`n`n DOMAIN JOIN FAILED RETRYING IN 1 MINUTE `n`n" Start-Sleep -s 60 - } + } } while ((-Not $joined) -And ($i -lt 25)) }else { diff --git a/source/orchestrationLogic/orchestrator.py b/source/orchestrationLogic/orchestrator.py index b68afe4f..0c2b7838 100644 --- a/source/orchestrationLogic/orchestrator.py +++ b/source/orchestrationLogic/orchestrator.py @@ -35,6 +35,7 @@ class Orchestrator: logger.info("Project create api call succeeded" , extra={"tags": {"owner": owner, "project": name}}) + logger.info(RDPMembers) return name # Checks continously if the project creation is in progress -- GitLab