0a410a5460
Patch adds a script in the monasca-thresh image that can be used to check if a topology exists in Storm, and optionally kill it. This is part of a bug in kolla-ansible where topologies were not submitted to Storm, but run locally. This patch includes a topology check script enabled by KOLLA_BOOTSTRAP which will exit kolla_start if the topology exists, and optionally enables topology removal (to allow replacement) enabled by TOPOLOGY_REPLACE. Topology names and various timeouts may be customized. If the new env variables are not set, existing behavior is unchanged. Partial-Bug: #1808805 Change-Id: If8f0730031435dda4235b7f2d2c23e5f5f767f87
9 lines
309 B
YAML
9 lines
309 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Adds an option to the monasca-thresh container which checks
|
|
if the topology is currently submitted (KOLLA_BOOTSTRAP), with
|
|
an option to kill it (TOPOLOGY_REPLACE). Topology names
|
|
and various timeouts may be customized.
|
|
`LP#1808805 <https://launchpad.net/bugs/1808805>`__
|