Bug #12177
closedHostgroup Jail missing access to subscription_manager_configuration_url
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1267522
Description of problem:
The hostgroup provisioning templates are missing the subscription_manager_configuration_url. This is used by the susbcription-manager templates. The host templates have this method available
Below is the small patch to add it also to the hostgroup jail:
- diff
u /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.67/app/models/katello/concerns/hostgroup_extensions.rb.old /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.67/app/models/katello/concerns/hostgroup_extensions.rb/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.67/app/models/katello/concerns/hostgroup_extensions.rb.old 2015-09-29 09:00:51.666132841 0000
--
++ /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.67/app/models/katello/concerns/hostgroup_extensions.rb 2015-09-29 09:01:31.429921126 +0000@ -87,5 +87,5
@
endclass ::Hostgroup::Jail < Safemode::Jail
- allow :content_source, :rhsm_organization_label
+ allow :content_source, :subscription_manager_configuration_url, :rhsm_organization_label
end
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Use subscription-manager snippet in hostgroup template
2.
3.
Actual results:
Missing or not empty output for a call to subscription_manager_configuration_url from the template
Expected results:
subscription_manager_configuration_url is replaced with the url
Additional info: