generated from coulomb/repo-seed
Wire ops inventory probes for Railiance
This commit is contained in:
@@ -158,7 +158,11 @@ def _inter_hub_result(sink: dict[str, Any]) -> dict[str, Any]:
|
||||
missing.append("INTER_HUB_URL")
|
||||
if not os.environ.get("OPS_HUB_KEY"):
|
||||
missing.append("OPS_HUB_KEY")
|
||||
if not (sink.get("widget_mapping") or sink.get("capability_mapping")):
|
||||
if not (
|
||||
sink.get("widget_mapping")
|
||||
or sink.get("capability_mapping")
|
||||
or os.environ.get("OPS_HUB_WIDGET_MAPPING")
|
||||
):
|
||||
missing.append("widget_mapping")
|
||||
|
||||
if missing:
|
||||
|
||||
Reference in New Issue
Block a user