tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

tt cluster replicasets roles remove #917

Closed oleg-jukovec closed 3 months ago

oleg-jukovec commented 4 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.

The command should support following flags (+ a target configuration source flags, as for other commands in the tt cluster):