Actions
Bug #7559
closedTag FULL_NAME missing from SLES12 inventory
Status:
Released
Priority:
N/A
Assignee:
Jonathan CLARKE
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
After installation of rudder-agent on Sles 12, inventory is produeced and sent to the server
But it misses some information in the inventory:
I get the following error in webapp logs:
Error when trying to parse inventory <- Can't parse the input inventory, aborting <- Error when post processing report with 'post_process_inv entory:check_consistency', abort <- Missing 'NAME' name attribute in report. This attribute is mandatory. <- Missing XML element: 'NAME'. <- Missing 'FULL_NAME' name attribute in report. This attribute is mandatory. <- Missing XML elemen t: 'FULL_NAME'. <- Missing 'FULL_NAME' name attribute in report. This attribute is mandatory. <- Missing XML element: 'FULL_NAME'.
Updated by Vincent MEMBRÉ almost 9 years ago
In fact lsb_release is installed on my sles12 server this lead to two release:
Since #7205 we prevent using data from lsb release if file /etc/SuSE-release is present ... but we are still not adding informations from that file since we do not read if if lsb_release can be ran ...
We need to make another path on Distro/NonLSB.pm to allow it runnig if 'canRead('/etc/SuSE-release')'
Updated by Vincent MEMBRÉ almost 9 years ago
- Target version changed from 3.1.5 to 2.11.17
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/831
Updated by Jonathan CLARKE almost 9 years ago
- Related to Bug #7205: No service pack is reported when lsb_release is installed on SLES added
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|2787204e64e44d1bf3434e7f4bd92e4c8775cca9.
Updated by Jonathan CLARKE almost 9 years ago
Applied in changeset rudder-packages|ffc682a1bc75866ef885e2a92eed33c8f6ff7405.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Actions