tripleo-heat-templates/common
Sergii Golovatiuk 1110b75378 Replace include_tasks with import_tasks
There are places when we have include_tasks in nested tasks. It means
that -t "tag_from_nested_task" won't work as all nested tasks will need
either "always" tag or should be "import_tasks" instead.

This patch replaces include_tasks with import_tasks for External steps
allowing to run

openstack overcloud external-update run --tags tag_from_nested_task
openstack overcloud external-upgrade run --tags tag_from_nested_task

without hacking all nested tasks.

cherry-pick not 100% clean, required to resolve conflicts due to big
difference between master and stable/stein.

Closes-Bug: #1842410

(manually cherry-picked from commit 74a1cd7d13)

Change-Id: I51a148cdc5538d5a1106d58d227d361d1e6f9e19
2019-09-05 09:07:46 +02:00
..
services Make krb-service-principal metadata per-Role 2019-04-05 14:22:20 +00:00
container-puppet.py Re-Add facter cache for container configurations 2019-07-22 07:57:13 -06:00
deploy-steps-tasks.yaml Force "Pre-cache" tasks to run in dry run 2019-08-09 09:29:57 -04:00
deploy-steps.j2 Replace include_tasks with import_tasks 2019-09-05 09:07:46 +02:00
post.j2.yaml Consolidate puppet/docker deployments with one deploy steps workflow 2017-08-11 17:25:02 +00:00