Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: tt support Tarantool 3.* apps without instances.yml #870

Open
psergee opened this issue Jun 17, 2024 · 0 comments
Open

Idea: tt support Tarantool 3.* apps without instances.yml #870

psergee opened this issue Jun 17, 2024 · 0 comments
Labels
3sp feature A new functionality teamE

Comments

@psergee
Copy link
Collaborator

psergee commented Jun 17, 2024

Currently, tt always requires a instances.yml file for multi-instance applications. This is fine for cartridge-based apps, but it can be inconvenient for Tarantool 3.x apps development. A Tarantool 3.x app already has a centralized configuration that contains a list of available instances, and all these instances should be listed in the instances.yml file. The idea is to use all the instances listed in the configuration, even if the instances.yml file is missing. If the user runs tt start, and there are too many instances in the config, tt will prompt for confirmation. During application distribution, the instances.yml could be generated to specify which instances to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3sp feature A new functionality teamE
Projects
None yet
Development

No branches or pull requests

1 participant