[MXS-304] Enabled nested configuration files Created: 2015-08-10 Updated: 2017-12-01 Resolved: 2016-10-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 2.1.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2016-19, 2016-20 |
| Description |
|
Allowing hierarchical configuration files will make the management of MaxScale's configuration a lot cleaner. This is in line with the MariaDB server which has the /etc/my.cnf.d/ folder. MaxScale should have a /etc/maxscale.cnf.d/ folder which has all the relevant configuration files. When provided with a configuration file xyz.cnf, MaxScale should automatically and recursively read all cnf-files from the directory xyz.cnf.d and all its subdirectories. |