X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fpingtests%2Fscenario003-multinode.yaml;h=c3ceadaf5e608fb8d6e85382dd25fef688958a1e;hb=6e05804f037bc69393f038d8bd7e9cd8cf1cdf63;hp=d0d234ef9251b519262f59fab9750892713a3410;hpb=8f56a33e1244f59161278a84d9ee46e5a77aa878;p=apex-tripleo-heat-templates.git diff --git a/ci/pingtests/scenario003-multinode.yaml b/ci/pingtests/scenario003-multinode.yaml index d0d234ef..c3ceadaf 100644 --- a/ci/pingtests/scenario003-multinode.yaml +++ b/ci/pingtests/scenario003-multinode.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2013-05-23 +heat_template_version: ocata description: > HOT template to created resources deployed by scenario003. @@ -126,6 +126,22 @@ resources: tags: - tripleo + mistral_workflow: + type: OS::Mistral::Workflow + properties: + type: direct + name: test_workflow + description: Just testing workflow resource. + input: + phrase: Hello! + output: + out: <% $.word %> + tasks: + - name: hello + action: std.echo output=<% $.phrase %> + publish: + word: <% $.hello %> + outputs: server1_private_ip: description: IP address of server1 in private network @@ -133,3 +149,6 @@ outputs: server1_public_ip: description: Floating IP address of server1 in public network value: { get_attr: [ server1_floating_ip, floating_ip_address ] } + exec: + description: Mistral output verifying execution + value: { get_attr: [mistral_workflow, executions]} \ No newline at end of file