Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-59543

UI for bridge-cni port-isolation

XMLWordPrintable

    • ui-bridge-cni-port-iso
    • 77
      • Users are able to create NetworkAttachmentDefintion of LinuxBridge type with port-isolation settings.
      •  
    • To Do

      Goal

      Allow users to create NetworkAttachmentDefinition of LinuxBridge type with port-isolation settings.

      User Stories

      Non-Requirements

      •  

      Notes

      • The bridge-cni port-isolation settings is a boolean, see bellow config that include the port-isolation settings:
        apiVersion: k8s.cni.cncf.io/v1
        kind: NetworkAttachmentDefinition
        metadata:
          name: br-vid100-iso-ports
          namespace: port-isolation-demo
        spec:
          config: |-
            {        
                "cniVersion": "0.3.1",
                "name": "br-vid100-iso-ports",
                "type": "bridge",         
                "bridge": "br100",         
                "macspoofchk": true,
                "preserveDefaultVlan": false,
                "vlan": 100,
                "portIsolation": true <---- new setting
             } 
      • The port-isolation settings require no additional input, it can be another checkbox for the user to set.

          1.
          upstream roadmap issue Sub-task New Normal Unassigned
          2.
          upstream design Sub-task New Normal Unassigned
          3.
          upstream documentation Sub-task New Normal Unassigned
          4.
          upgrade consideration Sub-task New Normal Unassigned
          5.
          CEE/PX summary presentation Sub-task Closed Normal Unassigned
          6.
          test plans in polarion Sub-task New Normal Unassigned
          7.
          automated tests Sub-task New Normal Unassigned
          8.
          downstream documentation merged Sub-task New Normal Unassigned

              mschatzm@redhat.com Matan Schatzman
              omergi@redhat.com Or Mergi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: