Project

General

Profile

Actions

Bug #12177

closed

Hostgroup Jail missing access to subscription_manager_configuration_url

Added by Stephen Benjamin over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Hosts
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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:

  1. 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 @
    end

    class ::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:

Actions #1

Updated by The Foreman Bot over 8 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/5532 added
  • Pull request deleted ()
Actions #2

Updated by Anonymous over 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #3

Updated by Eric Helms over 8 years ago

  • Category set to 83
  • translation missing: en.field_release set to 70
  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF