stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

FR doesn't start when cloud_provider is specified but generic invocation exists #231

Closed openPablo closed 3 years ago

openPablo commented 3 years ago

Expected Result

When specifying a cloud_provider in your stackl instance, it was expected that functional requirements that only had a 'generic' invocation would still get triggered.

Actual Result

Functional Requirements don't start at all if they don't have the cloud_provider tag specified, even though a 'generic' invocation is configured.

Steps To Reproduce

create stackl instance with 'cloud_provider=azure' Create FR with only a 'generic' invocation The instance will not start up at all.

Potential Causes, Fixes or Additional Information