-
Notifications
You must be signed in to change notification settings - Fork 1
Open
0 / 10 of 1 issue completedLabels
Description
Reviewing the L2VPN state machine due to the problem observed on Issue atlanticwave-sdx/sdx-controller#461, we need to augment the state machine (states and transition) to accommodate situations already documented on the Provision Data Model Spec and Network Use cases file.
Here are some updates needed:
- When on the DOWN state, we should allow a transition to MODIFYING state through the action MODIFY
- When on the DOWN state, we should allow a transition to DELETED state through the action DELETE
- When on the ERROR state, we should allow a transition to MODIFYING state through the action MODIFY
- When on the DISABLED state, we should allow a transition to DELETED state through the action DELETE
- When on the MODIFYING state, we should allow a transition to DELETED state through the action DELETE
- Create a new state MAINTENANCE
- When on the UP state, we should allow a transition to MAINTENANCE state through the action MW_START
- When on the MAINTENANCE state, we should allow a transition to UP state through the action MW_END
Ccing @jab1982 and @YufengXin for your considerations and comments
Reactions are currently unavailable