20889: Fixes a bug when database & controller roles are on a single node.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Fri, 25 Aug 2023 13:30:11 +0000 (10:30 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Fri, 25 Aug 2023 13:30:11 +0000 (10:30 -0300)
commitb4e0af034e1454e39f3e7b2e38c5ed944d9fd1ba
treea0c9461fb6a6cffdd4cf60bd89393fb8e0e23903
parentebeaa637c88e314feebea81037c4706467f1a090
20889: Fixes a bug when database & controller roles are on a single node.

The database role gets handled first, so the controller node gets removed
from the list and then when checking if multiple nodes were available, the
code path for a single controller didn't checked if the node was already
removed from the node list.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
tools/salt-install/installer.sh