Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-36238

NNCP bridge STP unchecked but stp enabled on node

XMLWordPrintable

    • Important
    • No
    • False
    • Hide

      None

      Show
      None
    • Hide
      * Previously, if your `NodeNetworkConfigurationPolicy` (NNCP) custom resource (CR) is set to use the default spanning tree protocol (STP) implementation, the CR configuration file would show `stp.enabled: true`, but the {product-title} web console cleared the STP check box. With this release, the web console only clears the STEP check box after you define `stp.enabled: false` in the NNCP CR YAML file. (link:https://issues.redhat.com/browse/OCPBUGS-36238[*OCPBUGS-36238*])
      Show
      * Previously, if your `NodeNetworkConfigurationPolicy` (NNCP) custom resource (CR) is set to use the default spanning tree protocol (STP) implementation, the CR configuration file would show `stp.enabled: true`, but the {product-title} web console cleared the STP check box. With this release, the web console only clears the STEP check box after you define `stp.enabled: false` in the NNCP CR YAML file. (link: https://issues.redhat.com/browse/OCPBUGS-36238 [* OCPBUGS-36238 *])
    • Bug Fix
    • Done

      Description of problem:

      STP unchecked in the NNCP and yaml confirms not set, however when the node is inspected it is enabled: true.

      Version-Release number of selected component (if applicable):

         4.15.17 

      How reproducible:

          very

      Steps to Reproduce:

          1. create nncp bridge do not check enable stp
          2. yaml for nncp and gui show not set
          3. node shows 
             bridge:          options:            stp:              enabled: true    

      Actual results:

          stp enabled

      Expected results:

          stp disabled

      Additional info:

          if you go back and explicitly disable stp
      bridge:          options:            stp:              enabled: false
      then the node will be set as expected with stp disabled

            upalatuc@redhat.com Ugo Palatucci
            pkramp@redhat.com Phillip Kramp (Inactive)
            Qiong Wang Qiong Wang
            Darragh Fitzmaurice Darragh Fitzmaurice
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: