exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Implement and test configuration of database parameters via confd #307

Open ckunki opened 1 year ago

ckunki commented 1 year ago

ITDE currently allows to adjust some settings of the Exasol database in the Docker Container by modifying file /exa/etc/EXAConf. With version 8 and higher the format of the Docker Containers might change so that this is no longer possible. Instead ITDE will then need to configure confd to modify the settings.

Prerequisites

The current ticket requests to actually implement the configuration logic based on the detected flavor of the Docker Container.

AC

  1. ITDE handles all parameters as described by ticket #306
  2. Passes the parameters to confd as described in ticket #306