Description of problem: During provisioning a VM from template for the SCVMM provide type, the virtual switches are listed in the Network tab instead of logical networks. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Add SCVMM provider 2. Provision a VM from template by selecting 'Lifecycle/Provision VM' in the Virtual machine view 3. When you get to the network tab you will notice virtual switches are listed in the vlan drop down instead of available logical networks. Actual results: The new VM will be created but the network, cpu and memory settings will not be set. Expected results: Logical networks should be listed in the vlan drop down list in the network tab and the newly created VM should join the selected network. Additional info:
https://github.com/ManageIQ/manageiq/pull/2802
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/922fbfa5ff41217bbf7740a6a4ac9e4c7e17ff01 commit 922fbfa5ff41217bbf7740a6a4ac9e4c7e17ff01 Author: Bronagh Sorota <bsorota> AuthorDate: Wed Apr 22 11:28:07 2015 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Wed Apr 29 17:48:17 2015 -0400 Corrects networking tab of SCVMM provisioning workflow Replaces virtuals switches in networks tab with logical networks https://bugzilla.redhat.com/show_bug.cgi?id=1217253 .../ems_refresh/parsers/ps_scripts/get_inventory.ps1 | 1 - vmdb/app/models/ems_refresh/parsers/scvmm.rb | 14 +++++++++++++- vmdb/app/models/miq_provision_microsoft_workflow.rb | 19 ------------------- .../models/miq_provision_microsoft_workflow_spec.rb | 16 ---------------- 4 files changed, 13 insertions(+), 37 deletions(-)
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/6517726c0499c8ee48c1a4ed31bed0ca2d8a05a0 commit 6517726c0499c8ee48c1a4ed31bed0ca2d8a05a0 Author: Bronagh Sorota <bsorota> AuthorDate: Wed Apr 29 19:49:38 2015 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Wed Apr 29 19:50:32 2015 -0400 Deals with nil logical network https://bugzilla.redhat.com/show_bug.cgi?id=1217253 vmdb/app/models/ems_refresh/parsers/scvmm.rb | 2 ++ 1 file changed, 2 insertions(+)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html