Uploaded image for project: 'ONOS'
  1. ONOS
  2. ONOS-6486

VPLS Configurations are not distributed to the whole cluster

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.10.0, 1.11.0
    • Fix Version/s: 1.10.0, 1.11.0
    • Component/s: None
    • Labels:
      None
    • Story Points:
      5
    • Epic Link:
    • Sprint:
      K Bug Sprint

      Description

      The netcfg seems to be shared, but the application doesn't seem to have the configuration. example on a 3 node cluster:

      onos-all vpls show
      Issuing command on 10.128.11.151..
      ----------------
      VPLS name: VPLS2
      Associated interfaces: [h3, h4]
      Encapsulation: VLAN
      State: UPDATING
      ----------------
      VPLS name: VPLS1
      Associated interfaces: [h2, h5]
      Encapsulation: NONE
      State: UPDATING
      ----------------
      Issuing command on 10.128.11.152..
      ----------------
      Issuing command on 10.128.11.153..
      ----------------
      
      onos-all netcfg apps
      Issuing command on 10.128.11.151..
      {
        "org.onosproject.provider.lldp" : {
          "suppression" : {
            "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ],
            "annotation" : "{\"no-lldp\":null}"
          }
        },
        "org.onosproject.vpls" : {
          "vpls" : {
            "lastUpdateTime" : 1495130874205,
            "vplsList" : [ {
              "name" : "VPLS2",
              "interfaces" : [ "h3", "h4" ],
              "encapsulation" : "VLAN"
            }, {
              "name" : "VPLS1",
              "interfaces" : [ "h2", "h5" ],
              "encapsulation" : "NONE"
            } ]
          }
        }
      }
      Issuing command on 10.128.11.152..
      {
        "org.onosproject.provider.lldp" : {
          "suppression" : {
            "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ],
            "annotation" : "{\"no-lldp\":null}"
          }
        },
        "org.onosproject.vpls" : {
          "vpls" : {
            "lastUpdateTime" : 1495130874205,
            "vplsList" : [ {
              "name" : "VPLS2",
              "interfaces" : [ "h3", "h4" ],
              "encapsulation" : "VLAN"
            }, {
              "name" : "VPLS1",
              "interfaces" : [ "h2", "h5" ],
              "encapsulation" : "NONE"
            } ]
          }
        }
      }
      Issuing command on 10.128.11.153..
      {
        "org.onosproject.provider.lldp" : {
          "suppression" : {
            "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ],
            "annotation" : "{\"no-lldp\":null}"
          }
        },
        "org.onosproject.vpls" : {
          "vpls" : {
            "lastUpdateTime" : 1495130874205,
            "vplsList" : [ {
              "name" : "VPLS2",
              "interfaces" : [ "h3", "h4" ],
              "encapsulation" : "VLAN"
            }, {
              "name" : "VPLS1",
              "interfaces" : [ "h2", "h5" ],
              "encapsulation" : "NONE"
            } ]
          }
        }
      }
      

        Attachments

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

          Activity

            People

            Assignee:
            luca Luca Prete
            Reporter:
            jhall Jon Hall
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: