Project

General

Profile

action #179425

Updated by okurz 7 days ago

## Observation 
 As observed in #177276 openQA never reads files in /etc/openqa/openqa.ini.d/ as it reads from /usr/share/openqa/etc/openqa/ which has symlinks to openqa.ini or database.ini 

 ## Acceptance criteria 
 * **AC1:** drop-in config files from /etc/openqa/openqa.ini.d/ are read by the openQA webUI when installed from the package 
 * **AC2:** /etc/openqa/openqa.ini if present is still read 
 * **AC3:** the openQA worker can still read /etc/openqa/workers.ini 
 * **AC4:** the openQA-client can still read /etc/openqa/client.conf 

 ## Suggestions 
 * Understand where the difference in reading comes from regarding symlinks in /usr/share/openqa/etc/openqa 
 * Crosscheck worker+client from package installations 
 * Verify with openQA-in-openQA tests 

 ## Out of scope 
 drop-in config file support for database.ini, client, worker

Back