Actions
Bug #2711
closedLocal accounts and virtual machines are not displayed in inventories
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Informations about local accounts and virtual machines are not displayed in rudder webapp and values are not stored in the ldap
In fact, every Extensions to node inventories are not parsed in fusioninventory reports
The parsing extension is not launched as we compare parent label instead of node label
For example, to get out user local accounts, we are looking for Label USERSLIST,
we find it but when checking if the extension has to be ran,
we look if CONTENT is equal to USERSLIST, which is false and USERSLIST are not parsed.
Inventories looks like:
<CONTENT>
<USERSLIST>
<USER/>
...
</USERSLIST>
...
</CONTENT>
we just have to change the node checked for content extensions and it would work.
Actions