Bug 1927772
| Summary: | Remove "" values from nic name field | ||
|---|---|---|---|
| Product: | Red Hat Hybrid Cloud Console (console.redhat.com) | Reporter: | Jameer Pathan <jpathan> |
| Component: | Insights - Satellite Integration - Insights part | Assignee: | Anurag Patel <apatel> |
| Status: | CLOSED DEFERRED | QA Contact: | Sanket Jagtap <sjagtap> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | apatel, aruzicka, aunayak, kgaikwad, robwilli, sjagtap, sshtein |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1927771 | Environment: | |
| Last Closed: | 2023-03-17 17:40:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1927771 | ||
| Bug Blocks: | |||
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |
Checked on QA env and observed that it transforms "network_interface" for those hosts having "name" field contains an empty string or no "name" filed. Below are sample "network_interface" before and after uploading via foreman_rh_cloud plugin. Env-QA- case-1 - 'network_interfaces': [{'ipv4_addresses': [], 'ipv6_addresses': [], 'mac_address': '56:6f:0d:72:06:ae', 'name': ''}] Result captured from host profile - 'network_interfaces': [] Case-2- 'network_interfaces': [{'ipv4_addresses': [], 'ipv6_addresses': []}] Result captured from host profile - 'network_interfaces': [] Hence mark this bug as verified.