-
Bug
-
Resolution: Unresolved
-
Normal
-
2.10.0
-
Quality / Stability / Reliability
-
False
-
-
True
-
-
-
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: