Merge "Stop sending execution object via Zaqar message" into stable/queens

This commit is contained in:
Zuul 2019-09-09 15:47:22 +00:00 committed by Gerrit Code Review
commit 03008660ec
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ workflows:
type: 'tripleo.workflow.name', # Matches the workflow name type: 'tripleo.workflow.name', # Matches the workflow name
payload: { payload: {
status: 'STATUS', # One of RUNNING, SUCCESS, FAILED status: 'STATUS', # One of RUNNING, SUCCESS, FAILED
execution: {execution details}, # Deprecated and will be removed in the future. root_execution_id: 'UUID of the root execution',
execution_id: 'UUID', execution_id: 'UUID',
message: "Human readable description", message: "Human readable description",
< Arbitrary data. This should match the workflow output data > < Arbitrary data. This should match the workflow output data >
@ -73,7 +73,7 @@ workflows:
publish: publish:
branch: branch:
# The payload with arbitrary keys is merged with the status, message and execution. # The payload with arbitrary keys is merged with the status, message and execution.
payload: <% {status => $.status, message => $.message, execution => $.execution, execution_id => $.execution.id, plan_name => $.plan_name, deployment_status => $.deployment_status} + $.payload %> payload: <% {status => $.status, message => $.message, root_execution_id => $.execution.root_execution_id, execution_id => $.execution.id, plan_name => $.plan_name, deployment_status => $.deployment_status} + $.payload %>
next: prepare_messages next: prepare_messages
prepare_messages: prepare_messages: