Bug 1816278 - Fix VMs not linked to NSX opaque networks
Summary: Fix VMs not linked to NSX opaque networks
Keywords:
Status: POST
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.11.z
Assignee: Nobody
QA Contact: Sudhir Mallamprabhakara
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-23 17:34 UTC by Adam Grare
Modified: 2021-12-05 11:13 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Category: Bug
Cloudforms Team: VMware
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Adam Grare 2020-03-23 17:34:02 UTC
Description of problem:
When using NSX-t on VMware vSphere VMs weren't being linked up properly to the opaque networks

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

How reproducible:
100%

Steps to Reproduce:
1. Create NSX networks and map them on vSphere
2. Refresh the provider

Actual results:
VM's guest_devices have a nil lan id

Expected results:
VM's guest_devices should have a link to the opaque network Lan

Comment 3 Dave Johnson 2020-03-23 18:02:21 UTC
Please assess the impact of this issue and update the severity accordingly.  Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition.

If it's something like a tracker bug where it doesn't matter, please set the severity to Low.

Comment 4 CFME Bot 2020-03-24 13:15:55 UTC
New commit detected on ManageIQ/manageiq-providers-vmware/jansa:

https://github.com/ManageIQ/manageiq-providers-vmware/commit/3297c729f9cb0fa9827b5866afe6b5ab146efe52
commit 3297c729f9cb0fa9827b5866afe6b5ab146efe52
Author:     Jason Frey <jfrey>
AuthorDate: Mon Mar 23 18:02:18 2020 +0000
Commit:     Jason Frey <jfrey>
CommitDate: Mon Mar 23 18:02:18 2020 +0000

    Merge pull request #558 from agrare/set_opaque_network_ems_ref

    Set the opaqueNetwork ems_ref and uid_ems and link VMs to opaqueNetworks

    (cherry picked from commit 298b96832379589100af9ff912a188d9bf35e9d9)

    https://bugzilla.redhat.com/show_bug.cgi?id=1816278

 app/models/manageiq/providers/vmware/infra_manager/inventory/parser.rb | 1 +
 app/models/manageiq/providers/vmware/infra_manager/inventory/parser/host_system.rb | 17 +-
 app/models/manageiq/providers/vmware/infra_manager/inventory/parser/virtual_machine.rb | 56 +-
 3 files changed, 40 insertions(+), 34 deletions(-)


Note You need to log in before you can comment on or make changes to this bug.