New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/e928c98b06cbd3170749a3e94d0032486d9d7c37 commit e928c98b06cbd3170749a3e94d0032486d9d7c37 Author: Martin Hradil <himdel> AuthorDate: Wed Aug 22 07:47:38 2018 -0400 Commit: Martin Hradil <himdel> CommitDate: Wed Aug 22 07:47:38 2018 -0400 Merge pull request #4464 from mzazrivec/fix_rendering_of_child_orchestration_stacks Fix rendering of child orchestration stacks (cherry picked from commit 0553141a282b9429edfb658b83be50e5d21c3543) https://bugzilla.redhat.com/show_bug.cgi?id=1623561 app/controllers/orchestration_stack_controller.rb | 4 + 1 file changed, 4 insertions(+)
Hi, Could you please provide more details on steps to reproduce Thanks
Compute ➛ Cloud ➛ Stacks ➛ Find a stack with child stacks ➛ In summary, click on child stacks. Before this fix, the action would give the following error: Error caught: [NameError] uninitialized constant Child .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-5.0.7/lib/active_support/inflector/methods.rb:268:in `const_get' .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-5.0.7/lib/active_support/inflector/methods.rb:268:in `block in constantize' .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-5.0.7/lib/active_support/inflector/methods.rb:266:in `each' .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-5.0.7/lib/active_support/inflector/methods.rb:266:in `inject' .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-5.0.7/lib/active_support/inflector/methods.rb:266:in `constantize' .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-5.0.7/lib/active_support/core_ext/string/inflections.rb:66:in `constantize' manageiq-ui-classic/app/controllers/mixins/generic_show_mixin.rb:138:in `display_nested_generic' manageiq-ui-classic/app/controllers/mixins/generic_show_mixin.rb:134:in `display_nested_list' manageiq-ui-classic/app/controllers/mixins/generic_show_mixin.rb:29:in `show'
Thanks for your response. This was pretty clear from bug What I need is how to have child stack to begin with
You need to add a provider with child stacks.
Failed QA ========= CFME 5.9.5.0 How Reproduced ============== 1. Add OSPD Undercloud as Infrastructure Provider 2. Add RHOS Overcloud as Cloud Provider 3. Go to compute->cloud->stacks . 4. Click on orchestration stack. e.g overcloud-AllNodesDeploySteps-fioklarfpvgj 5. On stack summary page click "Child Orchestration Stacks" Actual results: =============== Unexpected error encountered wrong number of arguments (given 4, expected 5..7) [orchestration_stack/show] Additional info: ================ Screen-shot and evm.log are enclosed
Created attachment 1492482 [details] Error screenshot
Created attachment 1492483 [details] production.log
https://github.com/ManageIQ/manageiq-ui-classic/pull/4755
New commits detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/119d2691ca63f5730e7f7cfa37b8b7c029e7fa2a commit 119d2691ca63f5730e7f7cfa37b8b7c029e7fa2a Author: Gregg Tanzillo <gtanzill> AuthorDate: Wed Oct 10 14:08:21 2018 -0400 Commit: Gregg Tanzillo <gtanzill> CommitDate: Wed Oct 10 14:08:21 2018 -0400 Merge pull request #17851 from alexander-demichev/named-scopes-templates Add tenant filtering for templates in provisioning and summary pages (cherry picked from commit 142a184d4619fd9d3ecebb6cff71ccd13667832e) https://bugzilla.redhat.com/show_bug.cgi?id=1623561 app/models/manageiq/providers/cloud_manager/template.rb | 8 +- spec/lib/rbac/filterer_spec.rb | 78 +- spec/models/manageiq/providers/cloud_manager/template_spec.rb | 9 +- 3 files changed, 75 insertions(+), 20 deletions(-)
Oops.. ignore Comment 11, wrong BZ used in the backport msg!
New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/d041df738b73a526449f457463b3dbeba073694d commit d041df738b73a526449f457463b3dbeba073694d Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Oct 11 06:36:51 2018 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Oct 11 06:36:51 2018 -0400 Add listicon parameter for child stack display https://bugzilla.redhat.com/show_bug.cgi?id=1623561 app/controllers/orchestration_stack_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Verified ======== 5.9.5.2
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/RHSA-2018:3466