mirror of
https://github.com/nspcc-dev/ansible-neofs-ir.git
synced 2026-03-01 04:28:25 +00:00
Can't configure different CN and node validators list #16
Labels
No labels
P1
P2
bug
documentation
enhancement
yaczrokh
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/ansible-neofs-ir#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Jul 17, 2023).
Looks like after #65 we always have
neofs_ir__validatorsusing the same set of nodes for the node and CN. It's not always correct, we can have some set used for CNs (and this will never change for a network) and then some newer set used in the node config (related to nspcc-dev/neofs-node#2394). I'd suggest using two different variables here.