[VOL-5549] Raise event and delete ONU device on reconcilation failure
Change-Id: I3a7f14084b52dd16c986493a0c59ac56f8ef6b65
Signed-off-by: bseeniva <balaji.seenivasan@radisys.com>
diff --git a/internal/pkg/common/defines.go b/internal/pkg/common/defines.go
index b7926c2..312e884 100755
--- a/internal/pkg/common/defines.go
+++ b/internal/pkg/common/defines.go
@@ -378,4 +378,7 @@
OnuFlowConfigFailed = "ONU_CONFIG_FAILED"
OnuFlowConfigFailedDesc = "ONU flow configuration failed"
+
+ OnuReconcileFailed = "ONU_RECONCILE_FAILED"
+ OnuReconcileFailedAbortedDesc = "ONU reconcile failed - aborted"
)