diff options
| author | jason | 2017-03-28 15:06:52 -0600 |
|---|---|---|
| committer | jason | 2017-03-28 15:12:10 -0600 |
| commit | d2a91b00a983d177a1c54069dd97b8b28af3f02e (patch) | |
| tree | 22180416b81563cce42701fdc6555b1d9e19491a /circle.yml | |
| parent | f62b135cb4f7e57bc34a369259f41365452d0854 (diff) | |
| download | eventmq-feature/config_refactor.tar.gz eventmq-feature/config_refactor.zip | |
Refactor eventmq configuration managementfeature/config_refactor
- Refactor each device's configuration loading. The global section will be
loaded then the section for the app will overrite any sections.
- Defines ambiguous settings that cannot be defined globally. skip these
settings and emit a warning if they are
- update eventmq.conf-dist to include comments and more of the settings that can
be defined.
- Refactor some option names.
* Job Manager: `WORKER_ADDR` is now `CONNECT_ADDR` in the `[jobmanager]`
section
* Job Manager: `WORKER_ADDR_DEFAULT` is now `CONNECT_ADDR_DEFAULT` in the
`[jobmanager]` section
* Job Manager: `WORKER_ADDR_FAILOVER` is now `CONNECT_ADDR_FAILOVER` in
the `[jobmanager]` section
* Publisher: `PUBLISHER_FRONTEND_ADDR` is not `FRONTEND_LISTEN_ADDR` in
the `[publisher]` section
* Publisher: `PUBLISHER_BACKEND_ADDR` is not `BACKEND_LISTEN_ADDR` in the
`[publisher]` section
* Router: `FRONTEND_ADDR` is now `FRONTEND_LISTEN_ADDR` in the
`[router]` section
* Router: `BACKEND_ADDR` is now `BACKEND_LISTEN_ADDR` in the `[router]`
section
* Scheduler: `SCHEDULER_ADDR` is now `CONNECT_ADDR` in the `[scheduler]`
section
* `RQ_HOST` is now `REDIS_HOST`
* `RQ_PORT` is now `REDIS_PORT`
* `RQ_DB` is now `REDIS_DB`
* `RQ_PASSWORD` is now `REDIS_PASSWORD`
* `ADMINISTRATIVE_ADDR` is now `ADMINISTRATIVE_LISTEN_ADDR` in each
respective section
See also: #20
Diffstat (limited to 'circle.yml')
0 files changed, 0 insertions, 0 deletions