tripleo-common/releasenotes/notes/fail-multiple-config-download-executions-bf1f0984cd8af5f0.yaml
James Slagle 094ce5b250 Fail multiple executions of config-download of the same plan
Add an initial task to the config_download_deploy workflow that queries
for existing executions of the same workflow on the same plan. If any
are found, that means that config-download is already running on the
existing plan, so we should fail the additional one that is trying to
start.

Change-Id: I967ae5528834382b6ef69cc4dac10c893c907fc8
2019-01-02 10:45:57 -05:00

8 lines
316 B
YAML

---
other:
- |
Add an initial task to the config_download_deploy workflow that queries for
existing executions of the same workflow on the same plan. If any are
found, that means that config-download is already running on the existing
plan, so the additional one that is trying to start is failed.