tripleo-heat-templates/releasenotes/notes/tag-common-tasks-4a78275787655fdd.yaml
James Slagle 961fdc22ee Tag tasks in in common tasks
Adds the following tags to relevant tasks in deploy-steps-tasks.yaml
that are common to all roles:

- host_config
- container_config
- container_config_tasks
- container_config_scripts
- container_startup_configs

The tags are tool agnostic, so hopefully they won't have to be updated
over time. They allow users to run only specific parts of the common
tasks.

Change-Id: Ia7476da222218411caddae887f99c029b4bccf23
2018-09-24 09:21:53 -04:00

7 lines
241 B
YAML

---
other:
- |
The common tasks in deploy-steps-tasks.yaml that are common to all roles
are now tagged with one of: host_config, container_config,
container_config_tasks, container_config_scripts, or container_startup_configs.