Skip to content

Commit

Permalink
Merge pull request #36 from nl2go/improve-autodiscovery-replica
Browse files Browse the repository at this point in the history
add special variable for replica
  • Loading branch information
stephanepham-sib authored Jun 6, 2021
2 parents 364311b + 0313427 commit 5c45dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<macros>
<cluster>{{ clickhouse_cluster }}</cluster>
<shard>{{ clickhouse_shard }}</shard>
<replica>{{ inventory_hostname }}</replica>
<replica>{{ clickhouse_replica_name }}</replica>
<distributed_clusters>{{ clickhouse_distributed_cluster }}</distributed_clusters>
</macros>
</yandex>

0 comments on commit 5c45dee

Please sign in to comment.