Uploaded image for project: 'Migration Toolkit for Virtualization'
  1. Migration Toolkit for Virtualization
  2. MTV-3610

[UI] Unable to remove network with invalid ID from network map

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • True
    • Hide
      Removal of invalid NADs during network map creation::

      Before this update, the {project-short} UI became unresponsive when trying to remove an invalid Network Attachment Definition (NAD) during network map creation from YAML. With this release, you can remove network maps with invalid NAD IDs and manage network maps more effectively.
      +
      link:https://issues.redhat.com/browse/MTV-3610[MTV-3610]
      Show
      Removal of invalid NADs during network map creation:: Before this update, the {project-short} UI became unresponsive when trying to remove an invalid Network Attachment Definition (NAD) during network map creation from YAML. With this release, you can remove network maps with invalid NAD IDs and manage network maps more effectively. + link: https://issues.redhat.com/browse/MTV-3610 [ MTV-3610 ]
    • Bug Fix
    • Done
    • Important

      Description of problem:

      If a Network Map is created from a YAML and has a invalid NAD id for it's source. The UI will not allow user to remove it from the map later. See screen recording.
      

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

      2.10.0
      

      How reproducible:

      Always
      

      Steps to Reproduce:

      1. Create network map from YAML bellow, assuming "network-15" is not valid on your cluster. Fix other ids to be valid ones from your cluster.
      
      apiVersion: forklift.konveyor.io/v1beta1
      kind: NetworkMap
      metadata:
        name: mantaraynm-global-network-map-ocapply
        namespace: openshift-mtv
      spec:
        map:
          - destination:
              name: mybridge
              namespace: mtv-test
              type: multus
            source:
              id: network-15
        provider:
          destination:
            apiVersion: forklift.konveyor.io/v1beta1
            kind: Provider
            name: host
            namespace: openshift-mtv
          source:
            apiVersion: forklift.konveyor.io/v1beta1
            kind: Provider
            name: vs8
            namespace: openshift-mtv
      
      2. On Network map detail page, try to remove the problematic NAD.
      

      Actual results:

      Remove Button is unresponsive.
      

      Expected results:

      User is able to remove problematic NAD.
      

      Additional info:

      
      

              jephilli@redhat.com Jeffrey Phillips
              rh-ee-pabreu Pedro Abreu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: