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

UI for OVN Secondary Localnet Network

    XMLWordPrintable

Details

    • UI for OVN Secondary Localnet Network
    • Hide

      The user is able to choose a secondary network

      Show
      The user is able to choose a secondary network
    • Green
    • To Do
    • CNV-16692 - OVN Secondary Network
    • CNV-16692OVN Secondary Network
    • 100
    • 100% 100%
    • dev-ready, doc-ready, po-ready, qe-ready, ux-ready
    • Hide

      2024-03-04: Done...

      Show
      2024-03-04: Done...

    Description

      Goal

      Allow administrators to create new Network Attachment Definitions for OVN Kubernetes secondary localnet networks.

      Non-Requirements

      • <List of things not included in this epic, to alleviate any doubt raised during the grooming process.>

      Notes

      • This should be a new item in the dropdown menu of NetworkAttachmentDefinition dialog. When selecting "OVN Kubernetes secondary localnet network" two additional fields should show up: "Bridge mapping", MTU (optional) and "VLAN (optional)". The "Bridge mapping" attribute should have a tooltip explaining what it is. That should render into:
      apiVersion: k8s.cni.cncf.io/v1
      kind: NetworkAttachmentDefinition
      metadata:
        name: <name>
        namespace: <namespace>
      spec:
        config: |2
          {
                  "cniVersion": "0.4.0",
                  "name": "<bridge mapping>",
                  "type": "ovn-k8s-cni-overlay",
                  "topology":"localnet",
                  "vlanID": <VLAN>, # set only if passed from the user
                  "mtu": <MTU>, # set only if passed from the user
                  "netAttachDefName": "<namespace>/<name>"
          } 

      Done Checklist

       

      Attachments

        Issue Links

          Activity

            People

              hstastna@redhat.com Hilda Stastna
              phoracek@redhat.com Petr Horacek
              Guohua Ouyang Guohua Ouyang
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: