[Tarantool-patches] [PATCH v2 0/2] Set cfg via environment variables

Roman Khabibov roman.habibov at tarantool.org
Tue Apr 13 15:45:57 MSK 2021


Issue: https://github.com/tarantool/tarantool/issues/5602
Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-5602-environment-variables

Roman Khabibov (2):
  lua/log: remove 'module' option type
  box: set cfg via environment variables

 changelogs/unreleased/environment-cfg.md      |   5 +
 src/box/lua/load_cfg.lua                      | 124 +++++++++++++++++-
 test/app-tap/tarantoolctl.test.lua            |  33 ++++-
 .../gh-5602-environment-vars-cfg.result       |  41 ++++++
 .../gh-5602-environment-vars-cfg.test.lua     |  57 ++++++++
 test/box-tap/gh-5602-test-cases-script.lua    |  69 ++++++++++
 6 files changed, 323 insertions(+), 6 deletions(-)
 create mode 100755 changelogs/unreleased/environment-cfg.md
 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
 create mode 100755 test/box-tap/gh-5602-test-cases-script.lua

-- 
2.24.3 (Apple Git-128)



More information about the Tarantool-patches mailing list