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

OVN bridge mappings are not shown on the node network state

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None
    • Show the OVN subtree (currently only the bridge mappings) on the node network state object.
    • Bug Fix
    • In Progress

      Description of problem:

          When showing a node's state - oc get nns <node name> - the OVN subtree is missing; thus, the user cannot check what bridge mappings are configured within the node.

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

          kubernetes-nmstate-operator.4.15.0-202402091607

      How reproducible:

          100%

      Steps to Reproduce:

          1. provision an NNCP with the ovn bridge mappings configured.
      ```
      apiVersion: nmstate.io/v1
      kind: NodeNetworkConfigurationPolicy
      metadata:
        name: ovs-share-same-gw-bridge
      spec:
        nodeSelector:
          node-role.kubernetes.io/worker: ''
        desiredState:
          ovn:
            bridge-mappings:
            - localnet: data-net
              bridge: br-ex
      ```
          2. wait for it to be applied
          3. check the NNS for one of the impacted nodes
          

      Actual results:

          The OVN subtree is missing.

      Expected results:

          The OVN subtree (with the bridge-mappings) shown.

      Additional info:

          The required info is shown on `nmstatectl show`.

       

            mduarted@redhat.com Miguel Duarte de Mora Barroso
            mduarted@redhat.com Miguel Duarte de Mora Barroso
            Qiong Wang Qiong Wang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: