[DNM] debug output

Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Change-Id: I47800fad578c908fe7f8e2cda807ddc99fef5b36
This commit is contained in:
Ruslan Aliev 2024-03-09 18:54:56 -06:00
parent 220d1a5936
commit e84dd92449
1 changed files with 3 additions and 1 deletions

View File

@ -53,8 +53,10 @@ class ArmadaPostApplyOperator(ArmadaBaseOperator):
# Retrieve read timeout
timeout = self.dc['armada.post_apply_timeout']
attrs = vars(self)
to_print = ', '.join("%s: %s" % item for item in attrs.items())
# Execute Armada Apply to install the helm charts in sequence
LOG.info("Armada Apply")
LOG.info("Armada Apply raliev: %s", to_print)
try:
armada_post_apply = self.armada_client.post_apply(