You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doublecheck: this might be implemented in sdx-controller: needs save the vlan resource use in DB so that it is persistent after sdx-controller restart.
The text was updated successfully, but these errors were encountered:
We will need to add a method (something like TEManager.restore_vlan_reservations(..)), and sdx-controller will need to call that after a restart, I think?
If PCE is going to stay a library the way it is today, it should not use a database. It should be up to sdx-controller to restore the previous state. I have not thought much about what sdx-controller would need to store, but I suppose it should be straightforward. This probably is the sensible medium-term plan.
If PCE becomes a stand-alone service, its application logic could use a database.
Doublecheck: this might be implemented in sdx-controller: needs save the vlan resource use in DB so that it is persistent after sdx-controller restart.
The text was updated successfully, but these errors were encountered: