bottlerocket icon indicating copy to clipboard operation
bottlerocket copied to clipboard

OOTB: Remove conditional compilation and model dependency from `ecs-settings-applier`

Open zmrow opened this issue 2 years ago • 0 comments

Currently the program is conditionally compiled based on the orchestrator (ECS). It also makes calls to the API and pulls the entire set of settings from the model - which will need to change for OOTB.

  • [ ] Remove the conditional compilation directives and exclude the package from non-ECS variants
  • [ ] Remove the model dependency (probably read from a file rendered by schnauzer)

zmrow avatar Nov 29 '23 19:11 zmrow