New commit detected on ManageIQ/manageiq-ui-service/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-service/commit/be89d8475ec00011f837708376ac3af5d5b27671 commit be89d8475ec00011f837708376ac3af5d5b27671 Author: Allen Wight <allen.b.wight> AuthorDate: Thu May 31 10:51:36 2018 -0400 Commit: Allen Wight <allen.b.wight> CommitDate: Thu May 31 10:51:36 2018 -0400 Merge pull request #1438 from d-m-u/fixing_sui_api_call_to_match_cui Change service dialog api call to match CUI (cherry picked from commit c0f89fc93a69c40af56b98f38f99134481edfe40) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1585709 client/app/states/catalogs/details/details.state.js | 10 +- client/app/states/catalogs/details/details.state.spec.js | 13 +- 2 files changed, 13 insertions(+), 10 deletions(-)
Drew , I am seeing this in logs from SUI =============================================== [----] I, [2018-06-07T16:42:04.659688 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>0, "network_purpose"=>"provisioning", "required"=>true}] [----] I, [2018-06-07T16:42:06.241084 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>0, "network_purpose"=>"destination", "required"=>false}] [----] I, [2018-06-07T16:42:11.915859 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>1, "network_purpose"=>"provisioning", "required"=>true}] [----] I, [2018-06-07T16:42:13.266443 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>1, "network_purpose"=>"destination", "required"=>false}] [----] I, [2018-06-07T16:42:18.566097 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>2, "network_purpose"=>"provisioning", "required"=>true}] [----] I, [2018-06-07T16:42:20.114564 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>2, "network_purpose"=>"destination", "required"=>false}] [----] I, [2018-06-07T16:42:25.247657 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>3, "network_purpose"=>"provisioning", "required"=>true}] [----] I, [2018-06-07T16:42:26.792589 #12111:11a0440] INFO -- : Invoking [inline] method [/RedHatConsulting_Utilities/Service/Provisioning/DynamicDialogs/get_networks] with inputs [{"destination_provider_index"=>3, "network_purpose"=>"destination", "required"=>false}] ======================= [root@host-192-168-100-246 ~]# grep "get_networks] with inputs \[{\"destination_provider_index\"=>2" /var/www/miq/vmdb/log/automation.log | wc -l 8 ======================== The count is same from admin and SUI . Can you take a look and confirm if this is what is expected . Appliance : https://10.8.199.164/ui/service
This is the count I would expect from this dialog, yes.
Thanks. Verified in 5.9.3.1.20180606184006_8d120c0.
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:2184