summaryrefslogtreecommitdiff
path: root/tools/readconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow optional reading only for optional configuration keysMagnus Ahltorp2017-07-261-7/+19
| | | | | Add storage-sign-quorum-size configuration key. Add default for dbbackend configuration key.
* Allow unknown configuration keys, but warnMagnus Ahltorp2017-07-201-20/+23
| | | | check_config_schema: collect errors and warnings, and only exit if there are any errors
* Added formalized config defaultsMagnus Ahltorp2017-07-181-13/+27
| | | | | Refactor reading of config Move config schemas to separate file
* Verify config files against schemaMagnus Ahltorp2017-07-061-2/+69
|
* Replace 'localnodes' config with 'nodename'Magnus Ahltorp2017-07-061-7/+11
| | | | Also some cleanup
* Added tools for getting and generating global configMagnus Ahltorp2017-02-021-4/+9
|
* Verify config file signatureMagnus Ahltorp2017-02-011-0/+54
Read log key from config file in more places. Check STH signature in storagegc.py