Bug 1703018
Summary: | Registries: "undefined method `auto_complete_search_registries_path'" | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Lukáš Hellebrandt <lhellebr> | ||||||
Component: | Container Management | Assignee: | satellite6-bugs <satellite6-bugs> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Mirek Długosz <mzalewsk> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.5.0 | CC: | akapse, bkearney, bwallace, cmarinea, dchaudha, dvoss, egolov, ehelms, hshukla, mhulan, mmccune, mvanderw, pcreech, rcavalca, satellite6-bugs, sjagtap, vdeshpan | ||||||
Target Milestone: | 6.5.2 | Keywords: | AutomationBlocker, Regression, Triaged | ||||||
Target Release: | Unused | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | tfm-rubygem-foreman_docker-4.1.0.1-1 | Doc Type: | Known Issue | ||||||
Doc Text: |
This error can cause this deprecated feature to not work. This may be fixed in a future release.
|
Story Points: | --- | ||||||
Clone Of: | |||||||||
: | 1726813 (view as bug list) | Environment: | |||||||
Last Closed: | 2019-08-06 14:37:33 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
To clarify - it's not a problem that when you open page, little popup with error message appears. This error appears instead of page. Makes entire feature unusable. I know docker management will be removed in future version of Satellite, but as far as I know, it is still supported in 6.5. Similar to bug 1694187 on foreman_ansible. We need to pull in https://github.com/theforeman/foreman_docker/pull/215 Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25988 has been resolved. Created attachment 1568700 [details]
Hotfix
Containers -> Registries page can be accessed. Registries can be created, searched and deleted. Tested on: Satellite 6.5.2 snap 1 pulp-server-2.18.1.1-1.el7sat.noarch foreman-1.20.1.35-1.el7sat.noarch tfm-rubygem-katello-3.10.0.53-1.el7sat.noarch satellite-6.5.2-1.el7sat.noarch tfm-rubygem-foreman_docker-4.1.0.1-1.el7sat.noarch 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-2019:2363 |
Created attachment 1558609 [details] foreman-tail Description of problem: Going to Containers -> Registries in WebUI causes error: """ Oops, we're sorry but something went wrong undefined method `auto_complete_search_registries_path' for #<#<Class:0x00000000101ffbc0>:0x000000001326ffa8> Did you mean? auto_complete_search_filters_path auto_complete_search_subnets_path auto_complete_search_users_path auto_complete_search_usergroups_path auto_complete_search_realms_path auto_complete_search_settings_path auto_complete_search_roles_path auto_complete_search_environments_path auto_complete_search_parameters_path auto_complete_search_organizations_path auto_complete_search_media_path auto_complete_search_audits_path auto_complete_search_policies_path auto_complete_search_architectures_path auto_complete_search_smart_proxies_path auto_complete_search_hosts_path auto_complete_search_ansible_roles_path auto_complete_search_models_path auto_complete_search_ptables_path auto_complete_search_arf_reports_path auto_complete_search_hostgroups_path auto_complete_search_api_hosts_path auto_complete_search_domains_path auto_complete_search_locations_path auto_complete_search_http_proxies_path auto_complete_search_bookmarks_path auto_complete_search_fact_values_path auto_complete_search_lookup_keys_path """ Traceback attached. Version-Release number of selected component (if applicable): Reproduced on Satellite 6.5 snap 25 How reproducible: Deterministic Steps to Reproduce: 1. In WebUI, go to Containers -> Registries Actual results: Error Expected results: Registries page shown