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

Support InterAdapter endpoint learning - break voltha-lib-go adapter/core dependency

    XMLWordPrintable

    Details

      Description

      If the 'from_topic' available from a received inter-adapter message is passed in the IAdapter 'Process inter adapter message' RPC request, ONU device adapters could 'learn' the OLT device adapter endpoint and no longer would need to have that value provisioned.   This would have the benefit that an ONU device adapter could support many OLT vendor and container replicas.

      In addition, if the EndpointManager object provided a mechanism to return all endpoints for a given ServiceType (adapter), an OLT adapter could request all endpoints for a ServiceType (adapter) and send its initial ONU Indication event to all endpoints.  The existing interadapter receive logic (both python and golang) already filters received messages based on destination device ID so only the replica instance running the would receive the ONU indication (as well as the from_topic for the OLT).

      Background and Justification:

      Existing python adapters cannot easily use the EndpointManager golang class (or duplicate functionality) and look up the proper endpoint via the 'GetEndpoint()' function due to the complexity of the consistent hash go module used.  However, implementing a 'GetAllEndpoints' method is easy as it only needs to make use of the Service class.   I have already implemented this in python and use it to autolearn the ONU adapter endpoint (both go and python versions) for the Tibit OLT device adapter. 

      A side benefit is that if this was implemented on golang based OLT and ONU device adapters, it would break the dependency of having to use the exact same consistent map settings (voltha-lib-go version) as the read-write core.  

        Attachments

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

          Activity

            People

            Assignee:
            khen khenaidoo Nursimulu
            Reporter:
            cboling Chip Boling
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes