Actions
Bug #5476
closedoracle server Linux are not recognized anymore by inventory
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
After upgrade to Rudder 2.11, inventory sent by agent on oracle linux cannot does not contain correct information about the name of the operating system
Since it use lsb_release -a with fusion 2.3.6 we got that information in inventory
<NAME>EnterpriseEnterpriseServer</NAME>
But we wait for a data containing oracle.
We shoudl reapply our previous patch on fusion inventory which disable lsb_usahe if file /etc/oracle-release is present
Actions