Draft: Add a step in router validation workflow to check if Kentik entry exists if it's a PE router.
Compare changes
@@ -14,6 +14,7 @@ from pydantic_forms.types import State, UUIDstr
@@ -84,6 +85,20 @@ def check_librenms_entry_exists(subscription: Router) -> None:
@@ -113,6 +128,7 @@ def validate_router() -> StepList:
@@ -123,6 +139,7 @@ def validate_router() -> StepList: