Configuring weights (multipliers) for System Currency Report does no longer work on Red Hat Satellite 5.7
Issue
- Configuring weights (multipliers) for System Currency Report does no longer work, it always returns default values.
- It is possible to reconfigure multiplier weights for Satellite for System Currency Report. This does not work on Satellite 5.7 and using API to get current weights after reconfiguration it shows some other values as below,
# spacewalk-api system.getSystemCurrencyMultipliers "%session%" --server localhost
This command returns weights as below,
$result = {
'scCrit' => '32',
'scImp' => '16',
'scMod' => '8',
'scEnh' => '1',
'scBug' => '2',
'scLow' => '4'
};
Environment
- Red Hat Satellite 5.7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
