Added jinja template for each of node config files and created an preliminary update script

This commit is contained in:
Lalit Arvind
2024-11-17 00:15:19 -07:00
parent 078ef06279
commit 8e03c62f72
5 changed files with 126 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
<clickhouse>
<zookeeper>
<!-- where are the ZK nodes -->
<node>
<host>clickhouse-keeper1</host>
<port>9181</port>
</node>
<node>
<host>clickhouse-keeper2</host>
<port>9181</port>
</node>
<node>
<host>clickhouse-keeper3</host>
<port>9181</port>
</node>
</zookeeper>
</clickhouse>