Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
When override is ticked for a smart class parameter, the value is always supplied to Puppet - be it a default value, or an override. Setting a default should be optional, in which case no value is given to Puppet via the ENC unless an override is used.
This will allow the default value of the parameter to be determined by the Puppet manifest rather than having to be set to a fixed value in Foreman.
Version-Release number of selected component (if applicable):
MDP2
How reproducible:
Always
Steps to Reproduce:
For an example_class with a parameter called example_param, whose default value is "foo":
1. Configure > Puppet class, edit a class' smart class parameter and tick Override
2. Edit or create a host, assign the class to it
3. View the host page, click YAML
Actual results:
classes:
example_class:
example_param: foo
Expected results:
classes:
example_class
Moving to POST since upstream bug http://projects.theforeman.org/issues/3260 has been closed
-------------
Ori Rabin
Applied in changeset commit:8e53b7c915ecab576e5950b20e75552ec6a02edb.
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-2015:1592
Description of problem: When override is ticked for a smart class parameter, the value is always supplied to Puppet - be it a default value, or an override. Setting a default should be optional, in which case no value is given to Puppet via the ENC unless an override is used. This will allow the default value of the parameter to be determined by the Puppet manifest rather than having to be set to a fixed value in Foreman. Version-Release number of selected component (if applicable): MDP2 How reproducible: Always Steps to Reproduce: For an example_class with a parameter called example_param, whose default value is "foo": 1. Configure > Puppet class, edit a class' smart class parameter and tick Override 2. Edit or create a host, assign the class to it 3. View the host page, click YAML Actual results: classes: example_class: example_param: foo Expected results: classes: example_class