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

    • 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: