tripleo-heat-templates/common
Steven Hardy 0524c86353 Add deploy_steps_tasks interface
This allows per-step ansible tasks to be run on the nodes when using
the config download mechanism, e.g adding the following to a service
template will create /tmp/testperstep populated for every step.

     deploy_steps_tasks:
        - name: Test something happens each step
          lineinfile:
            path: /tmp/testperstep
            create: true
            line: "{{step}} step happened"

Change-Id: Ic34f5c48736b6340a1cfcea614b05e33e2fce040
2017-12-05 08:47:48 +02:00
..
deploy-steps-tasks.yaml Swap the order of stdout and stderr in debug output 2017-11-28 09:09:32 -06:00
deploy-steps.j2 Add deploy_steps_tasks interface 2017-12-05 08:47:48 +02:00
major_upgrade_steps.j2.yaml Change template names to queens 2017-11-23 10:15:32 +01:00
post-upgrade.j2.yaml Add RoleConfig output to major_upgrade_steps.j2.yaml 2017-09-12 09:58:50 +01:00
post.j2.yaml Consolidate puppet/docker deployments with one deploy steps workflow 2017-08-11 17:25:02 +00:00
services.yaml Add deploy_steps_tasks interface 2017-12-05 08:47:48 +02:00