Closed oleg-jukovec closed 3 months ago
We need to add a command to remove a role from a Tarantool 3 centralized configuration:
tt cluster replicaset roles remove <URI> role_name [--replicaset replicaset_name] [--group group_name] [--instance instance_name]
URI is a target configuration source (etcd/tcs), see other commands in tt cluster as an example.
tt cluster
The command should support following flags (+ a target configuration source flags, as for other commands in the tt cluster):
--instance
--replicaset
--group
We need to add a command to remove a role from a Tarantool 3 centralized configuration:
URI is a target configuration source (etcd/tcs), see other commands in
tt cluster
as an example.The command should support following flags (+ a target configuration source flags, as for other commands in the
tt cluster
):--instance
for an application name target to specify an instance to remove a role.--replicaset
for an application name target to specify a replicaset to remove a role.--group
for an application name target to specify a group (vshard-group in the Cartridge case) to specify a group to remove a role.