Hide Forgot
When creating N clusters via scripts, it would be very useful to be able to populate luci DB from command line. For example: luci_add_cluster $nodename_of_already_configured_and_running_cluster $port $rootpassword the script would suck in cluster.conf from ricci and populate the DB (maybe also access the other nodes for testing or assume that the root password is the same all over).
I just realized that tool should also have a way to remove a specific cluster from the db. luci_rm_cluster $clustername this is important when cleaning up on request. Or eventually one tool with 2 options. Either way works fine.