Create RepairConfiguration class for repair configurations #716
Labels
enhancement
New feature or request
PoC/Agent
Tasks related to new generation of ecchronos as an agent
Story Description:
To allow repair operations to be performed in a parameterized and consistent way, we need to encapsulate all repair configuration properties in a single class. This will simplify the management of operations and allow adjustments and optimizations to be made centrally, without the need to modify multiple points in the code. Additionally, this class will provide flexibility to add new configuration parameters in the future.
The propose is to create two classes, one to map the instructions from ecc.yaml in the application module and another in the core module to receive this information and pass for the repair jobs
Acceptance Criteria:
[Acceptance Criterion 1]: Code designed as described.
[Acceptance Criterion 2]: unit-tests done.
Definition of Done:
Code approved by maintainers
Notes:
This is how it should looks like on the ecc.yaml:
Related to #652
The text was updated successfully, but these errors were encountered: