Bug 1159236

Summary: Wrong System Currency Weights/Multipliers
Product: Red Hat Satellite 5 Reporter: Tomas Lestach <tlestach>
Component: Docs Getting Started GuideAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 570   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-16 01:56:15 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:
Bug Depends On:    
Bug Blocks: 1018166    

Description Tomas Lestach 2014-10-31 09:40:54 UTC
Description of problem:
https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.6/html-single/Getting_Started_Guide/index.html

4.2.1.9. Configuring System Currency Weights/Multipliers

says:
sc.crit = 32
sc.imp = 16
sc.mod = 8
sc.low = 4
sc.bug = 2
sc.enh = 1

Where the parameters are:
sc.crit - multiplier for critical security errata
sc.imp - multiplier for important security errata
sc-mod - multiplier for security errata of moderate importance
sc-low - multiplier for security errata of low importance
sc.bug - multiplier for bugfix errata
sc-enh - multiplier for enhancement errata
...

This is wrong.
For Sat5.6 we use:

# default values for system currency multipliers
# needed by spacewalk-report for system currency report

# multiplier for critical security errata
java.sc_crit = 32

# multiplier for important security errata
java.sc_imp = 16

# multiplier for moderate important security errata
java.sc_mod = 8

# multiplier for low important security errata
java.sc_low = 4

# multiplier for bugfix errra
java.sc_bug = 2

# multiplier for ehnancement errata
java.sc_enh = 1


Note:
* the 'java.' prefix
* current documentation inconsistency in naming (dot vs. dash) - sc.imp sc-mod


Additional Info:
Same parameters will be used for Sat5.7.

Comment 1 Dan Macpherson 2014-11-05 05:41:03 UTC
This appears to be fixed in Satellite 5.7. Will brew the new version of the documentation for verification.

Comment 3 Dan Macpherson 2015-09-16 01:56:15 UTC
This fix has been published in the docs. Closing this bug.