-
Bug
-
Resolution: Unresolved
-
Major
-
ACM 2.16.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
Search Train 36-2
-
Moderate
-
Approved
-
None
Description of problem:
https://issues.redhat.com/browse/ACM-27335 added indexing of the status.interfaces array into 3 separate properties for name, interfaceName, and ipAddresses. The values of each are sorted, so there is no way to know which name goes with each interfaceName, and which and how many ipAddresses go with each interface.
Version-Release number of selected component (if applicable):
ACM 2.16.0
How reproducible:
Always
Steps to Reproduce:
- Query ACM search for VirtualMachineInstance resources
Actual results:
3 flat lists of values for these properties, in sorted order
Expected results:
The lists would need to be in fixed order, so that the first item from each corresponds to the first interface. This would require placeholders for any interface that does not have one of the properties, and it would require that the ipAddresses be captured as a "list of lists" rather than flattened, so we know how many go with each interface.
Additional info:
- blocks
-
ACM-29227 Multicluster SDK does not support all search properties
-
- Closed
-