KUMA is installed using the Ansible tool and the YML inventory file.
To install an additional KUMA cluster:
ansible_connection setting
), open the folder with an unpacked installer file.PYTHONPATH="$(pwd)/ansible/site-packages:${PYTHONPATH}" python3 ./ansible/bin/ansible-playbook -i additional-storage-cluster.inventory.yml additional-storage-cluster.playbook.yml
The additional ClickHouse cluster is installed. To write data to the cluster using KUMA, you need to create a storage.
Page top