Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-3888

Provide resiliency for L2 PM Data to take into account openonu-go adapter restarts

    XMLWordPrintable

    Details

      Description

      Provide resiliency for L2 PM Data to take into account openonu-go adapter restarts.

      The main data that needs to be persisted on a per-onu-device and per-group-basis are the PM ME instance IDs that are active, that are waiting to be deleted and that are waiting to be deleted.

       
      So the data persisted will look like this on the KV store.
      Key is  }}{{<some-path-prefix>/openonu/pm-data/<onu-device-id>/<group-name>
       
      The <data> thta is stored at this key will look like this

      { "instancesActive": [123456, 123457], "instanceToAdd": [123458], "instanceToDelete":[] }

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            ggowdra Girish Gowdra
            Reporter:
            ggowdra Girish Gowdra
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes