1110b75378
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
|
||
---|---|---|
.. | ||
services | ||
container-puppet.py | ||
deploy-steps-tasks.yaml | ||
deploy-steps.j2 | ||
post.j2.yaml |