-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:Goldeneye Sprint #1
When ONOS cluster instances become active, an "updateInstance" event is sent to the topology view, with an online=true boolean. However, there is still a period of time before the instance is truly "ready" (cluster mastership negotiations and other housekeeping).
It would be nice if we could augment the model to send:
{ online: true, ready: false }initially, and later, when we detected the condition:
{ online: true, ready: true }This way, we could add an "LED" icon to onos instance boxes on the topo view, with an indication of whether "ready" is true or false.