From d2a91b00a983d177a1c54069dd97b8b28af3f02e Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 28 Mar 2017 15:06:52 -0600 Subject: Refactor eventmq configuration management - 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 --- docs/changelog_link.rst | 1 + docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog_link.rst (limited to 'docs') diff --git a/docs/changelog_link.rst b/docs/changelog_link.rst new file mode 100644 index 0000000..565b052 --- /dev/null +++ b/docs/changelog_link.rst @@ -0,0 +1 @@ +.. include:: ../CHANGELOG.rst diff --git a/docs/index.rst b/docs/index.rst index 25fc86f..af6a758 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ EventMQ Documentation using api contributing - + changelog_link Indices and tables ================== -- cgit v1.2.1