【发布时间】:2020-09-27 12:38:18
【问题描述】:
我在 tarantool 墨盒(集群)上有一个默认应用程序。 我想连接到集群的路由器。我使用命令:
tarantoolctl connect admin:_password_@localhost:3301
在哪里可以找到默认密码?
【问题讨论】:
标签: tarantool tarantool-cartridge
我在 tarantool 墨盒(集群)上有一个默认应用程序。 我想连接到集群的路由器。我使用命令:
tarantoolctl connect admin:_password_@localhost:3301
在哪里可以找到默认密码?
【问题讨论】:
标签: tarantool tarantool-cartridge
在墨盒中称为cluster_cookie。您可能会找到默认的here。
如果您使用 cartridge-cli 工具创建了项目,则它将取决于您的 project name:
...
cluster_cookie = '${project_name_lower}-cluster-cookie'
...
你可以通过cartridge-cli config 操作它的值
另外,还有一个ansible-cartridge 角色配置的示例。
【讨论】: