Actions
Bug #26773
openDo not store nodecompliancelevels by default
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
We have `rudder.save.db.compliance.levels=true` at least in GenericConfigService.defaultConfig
.
Nothing appart reporting plugin, which is deprecated, use it. It bloats rudder installation for nothing.
We need to change the default in 8.2 and remove the table in 9.0.
This ticket is for changing the table default in 8.2.
Updated by François ARMAND 7 days ago
- Related to Bug #26774: Clean up reporting node compliance tables added
Updated by François ARMAND 7 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/6336
Updated by Anonymous 5 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9895e87aef44663f090fb4c372e844f34a62c7ac.
Updated by François ARMAND about 6 hours ago
- Fix check changed from To do to Checked
On new instance, we correctly have:
... "rudder_save_db_compliance_details": false, "rudder_save_db_compliance_levels": false, "rudder_setup_done": true, ...
Actions