Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-14895

align ovs-bridge to linux-bridge stp

    • nmstate-2.2.18-1.el9
    • None
    • rhel-sst-network-management
    • ssg_networking
    • 17
    • 1
    • QE ack
    • False
    • Hide

      None

      Show
      None
    • No
    • None
    • Hide

      Given a system administrator utilizing a machine with nmstate installed, When they attempt to configure the STP for an OVS bridge using the format:
      stp:enabled: true }}as opposed to the current format: {{stp: true
      Then nmstate should understand and correctly apply the STP configuration for the OVS bridge, aligning the format with that of the Linux bridge configuration.

      Definition of Done:

      • The implementation meets the acceptance criteria
      • The code is part of a downstream build attached to an errata
      Show
      Given a system administrator utilizing a machine with nmstate installed, When they attempt to configure the STP for an OVS bridge using the format: stp:enabled: true }}as opposed to the current format: {{stp: true Then nmstate should understand and correctly apply the STP configuration for the OVS bridge, aligning the format with that of the Linux bridge configuration. Definition of Done: The implementation meets the acceptance criteria The code is part of a downstream build attached to an errata
    • Pass
    • Automated
    • None

      As part of adding a k8s CRD friendly nmstate api we cannot have two fields at the same level at the tree with two different types, the only field that present such behaviour is "stp" at linux-bridge the format is 

      stp:

        enabled: true

       

      while at ovs-bridge

      stp: true

       

      We should make nmstate also understand when we do apply the stp at ovs-bridge like

      stp:

        enabled: true

              fge@redhat.com Gris Ge
              ellorent Felix Enrique Llorente Pastora
              Felix Enrique Llorente Pastora
              Gris Ge Gris Ge
              Mingyu Shi Mingyu Shi
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: