JacobCallahan / rizza

An increasingly intelligent method to test RH Satellite.
Other
10 stars 6 forks source link

Implement an encompassing configuration file. #2

Closed JacobCallahan closed 6 years ago

JacobCallahan commented 7 years ago

The file should be the fallback for all configuration options not explicitly set at run-time or by the existing dependencies'. For example, nailgun has a configuration file it goes to if nothing it set at run-time. Rizza should try to load the config from that file, if no information is passed in. If that file doesn't exist, or is blank, Rizza should fall back to this file proposed in this issue. Yaml is probably the best way to go for this.

JacobCallahan commented 6 years ago

Fixed with #7