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

BBSim sadis server should watch for pods instead of using a timed loop

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved (View Workflow)
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: VOLTHA v2.6
    • Component/s: bbsim
    • Labels:
      None

      Description

      The bbsim sadis server loops through the services every 10 seconds and fetch the results.
      As a service comes online before it's pod it possible that this situation happen:

      • the service comes only
      • we try to fetch the sadis info from the pod
      • the pod is not ready yet
      • we wait 10 seconds to retry

      This means we can have a 20 second delay between when we install BBSim and when the informations are availbale in sadis.

       

      Watch for new pods in the cluster and use that as a trigger to fetch the information.

        Attachments

        # Subject Branch Project Status CR V

          Activity

            People

            Assignee:
            teone Matteo Scandolo
            Reporter:
            teone Matteo Scandolo
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes