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.
Setting an organization's default service level to an empty string ("") indicates there is no SLA preference.
What should setting a system's SLA to empty string indicate? Should it A) Override the organization's default and set it to no preference?, or B) Indicate that the system use's the org's default?
I believe it should be B but candlepin currently treats it as A. When a system first registers, it gets the org's default SLA. However, if the SLA on the system is set directly (to either "" or any other value), that value persists and the org default is never available as a choice again.
--> Agreement on B as correct, hence this BZ.
commit f19a55dcac8d9184b48c972f12f1e2e5da04c148
Author: Bryan Kearney <bkearney>
Date: Mon Apr 29 13:26:46 2013 -0400
956200: Enable the owner default SLA usage if none is provided or defined on the consumer
VERIFIED :
# rpm -qa | grep katello
ruby193-rubygem-foreman-katello-engine-0.0.7-1.el6sat.noarch
katello-common-1.4.2-7.el6sat.noarch
katello-1.4.2-7.el6sat.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
ruby193-rubygem-katello_api-0.0.3-2.el6_4.noarch
katello-glue-candlepin-1.4.2-7.el6sat.noarch
katello-configure-foreman-1.4.3-10.el6sat.noarch
katello-qpid-broker-key-pair-1.0-1.noarch
katello-qpid-client-key-pair-1.0-1.noarch
katello-certs-tools-1.4.2-2.el6sat.noarch
katello-cli-1.4.2-6.el6sat.noarch
signo-katello-0.0.12-1.el6sat.noarch
katello-selinux-1.4.3-3.el6sat.noarch
katello-glue-pulp-1.4.2-7.el6sat.noarch
katello-all-1.4.2-7.el6sat.noarch
katello-foreman-all-1.4.2-7.el6sat.noarch
katello-cli-common-1.4.2-6.el6sat.noarch
katello-glue-elasticsearch-1.4.2-7.el6sat.noarch
katello-configure-1.4.3-10.el6sat.noarch
ruby193-rubygem-katello-foreman-engine-0.0.1-1.el6_4.noarch
Details as given below :
The SLA on the system is set directly (to either "" or any other value), that value does not persists.
The org default is available as a choice again.
Setting an organization's default service level to an empty string ("") indicates there is no SLA preference. What should setting a system's SLA to empty string indicate? Should it A) Override the organization's default and set it to no preference?, or B) Indicate that the system use's the org's default? I believe it should be B but candlepin currently treats it as A. When a system first registers, it gets the org's default SLA. However, if the SLA on the system is set directly (to either "" or any other value), that value persists and the org default is never available as a choice again. --> Agreement on B as correct, hence this BZ.