Bug 1290174 - in the rendering of the details of a service hosted on vcenter, a ui only worker tries to connect to vcenter
Summary: in the rendering of the details of a service hosted on vcenter, a ui only wor...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Provisioning
Version: 5.4.0
Hardware: All
OS: All
high
high
Target Milestone: GA
: 5.5.5
Assignee: Lucy Fu
QA Contact: Dave Johnson
URL:
Whiteboard:
Depends On: 1272166
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-09 19:47 UTC by John Prause
Modified: 2019-11-14 07:13 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1272166
Environment:
Last Closed: 2016-05-12 15:31:57 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 1993783 0 None None None Never

Comment 2 Greg McCullough 2016-02-11 18:35:25 UTC
There is currently an RFE (Bug 1053277) for adding support for distributed switches.  Once this support is added to the DB the provisioning dialog workflow can be updated to use it instead of making direct calls.

Comment 3 Greg McCullough 2016-03-11 16:42:00 UTC
Lucy - Once distributed switches are in the database (https://trello.com/c/3wjqBQuw) the provisioning code will need to be modified to read the information from there which will resolve this issue.

Comment 5 CFME Bot 2016-04-01 13:10:40 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/b839641da9ca01ac9c00c24397a2b71bad3db41b

commit b839641da9ca01ac9c00c24397a2b71bad3db41b
Author:     Lucy Fu <lufu>
AuthorDate: Tue Mar 29 17:58:05 2016 -0400
Commit:     Lucy Fu <lufu>
CommitDate: Fri Apr 1 08:05:10 2016 -0400

    Move VMware specific methods for dvSwitch into its own file.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1290174

 .../vmware/infra_manager/provision_workflow.rb     | 70 ++++++++++++++++
 app/models/miq_provision_virt_workflow.rb          | 92 ++++------------------
 .../infra_manager/provision_workflow_spec.rb       | 91 +++++++++++++++++++++
 spec/models/miq_provision_virt_workflow_spec.rb    | 54 -------------
 4 files changed, 175 insertions(+), 132 deletions(-)

Comment 8 Greg McCullough 2016-05-12 15:31:57 UTC
This fix is provided in PR https://github.com/ManageIQ/manageiq/pull/8434.

It cannot be back-ported as it requires database schema changes.  The fix will be available in 5.6.


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