Merge "workbooks/deployment: ignore uuid to hostname errors with splitstack & nova-less" into stable/train

This commit is contained in:
Zuul 2020-01-07 05:08:48 +00:00 committed by Gerrit Code Review
commit 47626e1898
1 changed files with 12 additions and 1 deletions

View File

@ -470,6 +470,10 @@ workflows:
uuids_to_names:
action: ironic.node_get_by_instance_uuid
on-success: get_private_key
# This task will fail on split-stack and nova-less deployment.
# We'll complete the conversion later in the cycle and backport to Train.
# https://bugs.launchpad.net/tripleo/+bug/1858459
on-error: ansible_skipped
input:
instance_uuid: <% $.node %>
fields: ['instance_info']
@ -573,6 +577,13 @@ workflows:
message: Ansible passed.
deployment_status: DEPLOY_SUCCESS
ansible_skipped:
on-success: send_message
publish:
status: SUCCESS
message: Ansible skipped.
deployment_status: DEPLOY_SUCCESS
ansible_timeout:
on-success: send_message
publish:
@ -994,4 +1005,4 @@ workflows:
status: <% $.get("status", "SUCCESS") %>
message: <% $.get("message", "") %>
payload:
deployment_failures: <% $.get(deployment_failures, "") %>
deployment_failures: <% $.get(deployment_failures, "") %>