aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor
diff options
context:
space:
mode:
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>2020-12-03 19:56:05 +0200
committerShaaban Ebrahim <shaaban.eltanany.ext@orange.com>2020-12-14 14:44:55 +0000
commitf83b186581551af927332583d50670003d0e0c20 (patch)
tree25b133b402ee786e1952c146a27e3cb0ee2d95bb /ms/blueprintsprocessor
parent58004522ca8cbcf0adaceb5c69bc6ee12737d809 (diff)
add toggle variable ansible fire failure to awx function
-add logs output when it fails Issue-ID: CCSDK-2366 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: Ie1a122865be541a45de157ab3afa9e426d1defb4 (cherry picked from commit 81deaed80b00c7e09e1c8a962f75d9e29ae6c305)
Diffstat (limited to 'ms/blueprintsprocessor')
-rw-r--r--ms/blueprintsprocessor/functions/ansible-awx-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutor.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutor.kt b/ms/blueprintsprocessor/functions/ansible-awx-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutor.kt
index 37d3e566d..2bc8ef5f8 100644
--- a/ms/blueprintsprocessor/functions/ansible-awx-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutor.kt
+++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutor.kt
@@ -226,9 +226,9 @@ open class ComponentRemoteAnsibleExecutor(
val message = "Execution of job template $job_template_name failed for requestId $processId." + " (Response: ${response.body}) "
log.error(message)
setNodeOutputErrors(ATTRIBUTE_EXEC_CMD_STATUS_ERROR, message)
- } else {
- populateJobRunResponse(awxClient, jobId, workflowPrefix, jobStatus)
}
+
+ populateJobRunResponse(awxClient, jobId, workflowPrefix, jobStatus)
} else {
// The job template requirements were not fulfilled with the values passed in. The message below will
// provide more information via the response, like the ignored_fields, or variables_needed_to_start,