Actions
Bug #26773
closedDo 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 about 1 month ago
- Related to Bug #26774: Clean up reporting node compliance tables added
Updated by François ARMAND about 1 month ago
- Status changed from New to In progress
Updated by François ARMAND about 1 month 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 about 1 month ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9895e87aef44663f090fb4c372e844f34a62c7ac.
Updated by François ARMAND about 1 month 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, ...
Updated by Vincent MEMBRÉ 25 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.2.6 and 8.3.1 which were released today.
Actions