35cb010cc8
Let's introduce a new set of tasks that will be called after all the groundwork to run containers has been run (so after podman's host_prep_tasks, after the container_setup tasks but before any deployment step or external deployment step). Change-Id: If3c74703a684fbd5a815e073cc9da34e9ad672e8
7 lines
269 B
YAML
7 lines
269 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds pre_deploy_step_tasks support which is run after kolla files are setup
|
|
and podman is configured, but before any deployment task or external deployment
|
|
task. The use case is being able to start containers before any deployment task.
|