Actions
Bug #4258
closedncf tools should be accessible for each node
Status:
Rejected
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
promises use ncf tools to generate their reports:
see https://github.com/Normation/ncf/blob/master/tree/30_generic_methods/logger_rudder.cf#L34 and https://github.com/Normation/ncf/blob/master/tree/30_generic_methods/logger_rudder.cf#L63
it uses a path /usr/share/ncf/tools/ncf_rudder.py
On rudder server this works correclty, because ncf tools are accessible, but node do not have ncf tools installed.
ncf tools should be copied from /usr/share/ncf on rudder server to /var/rudder/ncf/tools, like /usr/share/ncf/tree is copied to /var/rudder/ncf/common
I'm opening another issue to fix the path of logger_rudder.cf
Actions