[Tarantool-patches] [PATCH 0/2] Set box.cfg options using environment variables

Leonid Vasiliev lvasiliev at tarantool.org
Thu Apr 15 09:04:28 MSK 2021


Hi! Thank you for the patchset.
Great work.
LGTM.

On 4/15/21 9:04 AM, Alexander Turenko wrote:
> https://github.com/tarantool/tarantool/issues/5602
> lvasilev/env
> https://github.com/tarantool/tarantool/tree/lvasilev/env
> 
> No test case for tarantoolctl, sorry. Tested manually.
> 
> Cyrill Gorcunov (1):
>    cfg: provide types for logger options
> 
> Roman Khabibov (1):
>    box: set box.cfg options via environment variables
> 
>   changelogs/unreleased/environment-cfg.md      |   7 ++
>   extra/dist/tarantoolctl.in                    |  19 ++-
>   src/box/lua/load_cfg.lua                      | 111 ++++++++++++++++++
>   .../gh-5602-environment-cfg-test-cases.lua    |  71 +++++++++++
>   .../gh-5602-environment-vars-cfg.result       |  33 ++++++
>   .../gh-5602-environment-vars-cfg.test.lua     |  57 +++++++++
>   6 files changed, 297 insertions(+), 1 deletion(-)
>   create mode 100755 changelogs/unreleased/environment-cfg.md
>   create mode 100755 test/box-tap/gh-5602-environment-cfg-test-cases.lua
>   create mode 100644 test/box-tap/gh-5602-environment-vars-cfg.result
>   create mode 100755 test/box-tap/gh-5602-environment-vars-cfg.test.lua
> 


More information about the Tarantool-patches mailing list