TACC / abaco

Actor Based Co(mputing)ntainers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate instance configs at startup

joestubbs opened this issue · comments

Currently, the config.py module reads an abaco.conf file provided by the Abaco instance operator at start up time but does not validate the config values themselves. We should be able to add some validation directly in the config.py module and exit immediately if the required configs are missing or invalid.

Just added in PR #77.