hi,
Thanks for your response emacintosh, but I am afraid that this explanation is not the right one. as you will see in the following logs the error received in the blueprint is really about abx execution error and not about payload miss-configuration.
nonetheless I still wonder why a normally asynchronous execution can interact with a deployment process. in theory we could imagine that abx action take a longer time to execute than the deployment without slowing it in any way.
here are the logs where we can see that the error is really from abx execution, if it can inspire for another explanation
blueprints error :
Extensibility triggered task failure: Extensibility error received for topic compute.allocation.pre, eventId = 'bffb7fce-0f4c-33db-8a29-5db9ad545199': [10040] Service with ID: abx-mRT1Rb5BtzgRhvO5, RunnableID: 8a7480be726d6566017285df6c360258 and SubscriptionID: sub_1624371528565 failed with the following error: Cannot find property tagControl
ABX run error :
{ "errorMsg": "Action run '8a7480037a24a3c6017a3449bc4d0041' failed with state 'FAILED' and error message: Unknown property used in expression: ${tagControl == \"TagVM\"}", "flowInputs": { "tags": {}, "projectId": "ec5b3bbf-609f-4832-8f5a-5685d73c0d1e", "requestId": "4ded9023-5c17-44bf-90d4-f7db11e72d57", "__metadata": { "orgId": "86d09d5a-7eac-42c6-baf9-4b3805e531d0", "headers": { "tokenId": "9s+GUui59NqWsIIHxksctTweH2k6/dnExHLipG3o6Mo=", "blocking": "false", "runnableId": "8a7480be726d6566017285df6c360258", "runnableType": "extensibility.abx", "uber-trace-id": "dae4a9008bf94c69889f9991efa6d92a:94b964c64b064571b575065079d33ae0:98c23703-a9bc-4e16-845f-e820295dacac:1", "uberctx-org-id": "86d09d5a-7eac-42c6-baf9-4b3805e531d0", "uberctx-user-id": "provisioning-C81GDFrQfTPdzz9i", "eventTraceEntryId": "cda1ef2b-7472-48ca-b329-d8ce0f2e86d5", "sampling-decision": "true", "uberctx-parent-id": "98c23703-a9bc-4e16-845f-e820295dacac", "provisioning-callback-uri": "/provisioning/config/extensibility-callbacks/47493ac7-4322-47b5-b12f-3336bee0aab9" }, "targetId": "97094061-e596-49bd-afe9-8b8f2213ecd0", "userName": "eng-ca-admin", "eventType": "EVENT", "timeStamp": 1624374863734, "sourceType": "provisioning", "targetType": "ComputeAllocationTaskState", "eventTopicId": "compute.allocation.pre", "correlationId": "7448a95c-afb7-42f3-82e4-0380b6b9298c--4ded9023-5c17-44bf-90d4-f7db11e72d57", "sourceIdentity": "a4f41788-47e1-4663-a617-357b51d4b6a1", "correlationType": "contextId" }, "endpointId": "01b72a03-2598-4ca6-bcf8-35f3cb0f81c0", "blueprintId": "028ed611-7aa5-42ad-94ae-33871079c46f", "componentId": "ABX-VM", "externalIds": [ "118f8e24-0292-4393-b7b3-ecdc91047d0f" ], "resourceIds": [ "1100bd95-bbdf-4e25-8a53-9decee11c576" ], "deploymentId": "7448a95c-afb7-42f3-82e4-0380b6b9298c", "resourceNames": [ "Centos-ABX" ], "ebs.error.code": 10040, "componentTypeId": "Cloud.vSphere.Machine", "customProperties": { "image": "VMW-CentOS", "flavor": "VMW-Small", "yamlTags": "{}", "tagControl": "NoTag", "newHostName": "Centos-ABX", "customizationSpec": "Lin-Cust", "resourceGroupName": "Lab-VMs" }, "hostSelectionIds": [ "adecd2a9-55a1-4a88-b545-9b1ec3533291" ], "ebs.error.message": "Service with ID: abx-mRT1Rb5BtzgRhvO5, RunnableID: 8a7480be726d6566017285df6c360258 and SubscriptionID: sub_1624371528565 failed with the following error: Cannot find property tagControl" }}
ABX history :
Action run execution triggered from api
Action has no preferred provider. Supported providers: aws, azure, on-prem
Available on-prem endpoints in project: [embedded-ABX-onprem]
Selected on-prem endpoint: embedded-ABX-onprem
Available endpoints in project: [SA-vCSA-01/Datacenter:datacenter-1001]
Supported endpoints in project: [SA-vCSA-01/Datacenter:datacenter-1001]
Ignoring request endpoint type due to custom property: 'ignore.vm.endpoint'
Available endpoints which comply with constraints: [SA-vCSA-01/Datacenter:datacenter-1001]
Found 1 available endpoint(s) sorted by priority: [embedded-ABX-onprem]
Endpoint chosen for action execution: embedded-ABX-onprem
Thanks for your responses