Description of problem: Currently the summary page always shows no VMs resulted from the provisioning. Version-Release number of selected component (if applicable): How reproducible: Prepare an orchestration template that creates one or more virtual machines. Create a catalog item with type orchestration based on this template. Order the service. Should verify the service summary page showing the correct VMs generated. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
https://github.com/ManageIQ/manageiq/pull/5577
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/eb451b32eacb4de814822ada2ad97586ef261f7d commit eb451b32eacb4de814822ada2ad97586ef261f7d Author: Bill Wei <bilwei> AuthorDate: Thu Nov 19 10:13:02 2015 -0500 Commit: Bill Wei <bilwei> CommitDate: Wed Nov 25 14:37:23 2015 -0500 Refactor OrchstarationStack to return all VMs https://bugzilla.redhat.com/show_bug.cgi?id=1283425 1. OrchestratiosStack has methods to return all VMs or direct VMs 2. ServiceOrchestration delegates OrchestrationStack#all_vms and direct_vms app/models/orchestration_stack.rb | 31 +++++++++++++++++-- app/models/service_orchestration.rb | 12 ++++++++ spec/models/miq_expression/model_details_spec.rb | 2 +- spec/models/orchestration_stack_spec.rb | 38 ++++++++++++++++++++++++ spec/models/service_orchestration_spec.rb | 23 +++++++++++++- 5 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 spec/models/orchestration_stack_spec.rb
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=8df24d47ca6a78209441e2120346b40a6f812edf commit 8df24d47ca6a78209441e2120346b40a6f812edf Author: Bill Wei <bilwei> AuthorDate: Thu Nov 19 10:13:02 2015 -0500 Commit: Bill Wei <bilwei> CommitDate: Mon Nov 30 09:34:53 2015 -0500 Refactor OrchstarationStack to return all VMs https://bugzilla.redhat.com/show_bug.cgi?id=1283425 1. OrchestratiosStack has methods to return all VMs or direct VMs 2. ServiceOrchestration delegates OrchestrationStack#all_vms and direct_vms app/models/orchestration_stack.rb | 31 +++++++++++++++++-- app/models/service_orchestration.rb | 12 ++++++++ spec/models/miq_expression/model_details_spec.rb | 2 +- spec/models/orchestration_stack_spec.rb | 38 ++++++++++++++++++++++++ spec/models/service_orchestration_spec.rb | 23 +++++++++++++- 5 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 spec/models/orchestration_stack_spec.rb
Service summary page is show VMs provision through orchestration service verified in 5.6.0.1-beta2.20160413141124_e25ac0e
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://access.redhat.com/errata/RHBA-2016:1348