Closed oleg-jukovec closed 3 months ago
We need to add a command to add a role for the Cartridge and the Tarantool 3 orchestrator:
tt replicaset roles add <APP_NAME|APP_NAME:INSTANCE> role_name [--replicaset replicaset_name] [--group group_name] [--instance instance_name]
A target could be an application name, or an instance name in an application.
The command should support following flags:
--instance
--replicaset
--group
We need to add a command to add a role for the Cartridge and the Tarantool 3 orchestrator:
A target could be an application name, or an instance name in an application.
The command should support following flags:
--instance
for an application name target to specify an instance to add a role.--replicaset
for an application name target to specify a replicaset to add a role.--group
for an application name target to specify a group (vshard-group in the Cartridge case) to specify a group to add a role.