Closed vladzcloudius closed 8 months ago
HEAD: 44a617f308b368b731084add69758625be1d1a30
Description A Role only takes a dc variable into an account when calculating a DC list: https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/generate_tokens.yml#L23
dc
However there is an optional 'dc_suffix' variable that needs to be appended to a 'dc' variable if defined in order to calculate a DC name.
cc @ebenzecri
HEAD: 44a617f308b368b731084add69758625be1d1a30
Description A Role only takes a
dc
variable into an account when calculating a DC list: https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/generate_tokens.yml#L23However there is an optional 'dc_suffix' variable that needs to be appended to a 'dc' variable if defined in order to calculate a DC name.