Allows use of Mistral workflows during deployment steps
authorGiulio Fidente <gfidente@redhat.com>
Sat, 6 May 2017 00:19:47 +0000 (02:19 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Mon, 26 Jun 2017 14:28:23 +0000 (16:28 +0200)
commit71f13388161cbab12fe284f7b251ca8d36f7635c
treea5e9e5c366a2c6176b66a89255b41116016b9a1e
parentf950cf860f784de48040ece87035260a41d52662
Allows use of Mistral workflows during deployment steps

Introduces a general mechanism meant to allow for the execution
of workflows during the deployment steps.

Services can define workflow actions to be triggered during a step
in the newly added service_workflow_tasks section. The syntax is:

  service_workflow_tasks:
    step2:
      - name: my_action_name
        action: std.echo
        input:
          output: 'hello world'

Implements: blueprint tripleo-ceph-ansible
Depends-On: If02799e7457ca017cc119317dfb2db7198a3559f
Depends-On: Ibc5707f9f06266fe84ad1dd91dcb984157871d30
Change-Id: I36a642fbc2076ad9e4a10ffc56d6d16f3ed6f27a
docker/docker-steps.j2
overcloud.j2.yaml
puppet/post.j2.yaml
puppet/puppet-steps.j2
puppet/services/README.rst
releasenotes/notes/service_workflow_tasks-4da5830821b7154b.yaml [new file with mode: 0644]
services.yaml