eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

Extend daemon configuration with settings for update agent #165

Closed stoyan-zoubev closed 1 year ago

stoyan-zoubev commented 1 year ago

The container-management daemon configuration shall be extended with additional settings for the container update agent implementation.

This task is part of feature #164 .

The new configuration options shall be in sync with the existing daemon configuration, e.g. a new section "updateagent" to be added to config file. Configuration options shall include:

The configuration shall be processed and applied upon start of the container-management component.

Update: no need to add settings for local connection, but reuse the ones that are moved outside things service - #169