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,7 @@
<clickhouse>
<macros>
<shard>{{shard_num}}</shard>
<replica>{{replica_num}}</replica>
<cluster>cluster_1S_2R</cluster>
</macros>
</clickhouse>