Releases: nl2go/ansible-role-clickhouse
Releases · nl2go/ansible-role-clickhouse
Set repo key as variable
Full Changelog: 0.4.0...0.4.1
Set repo url as variable
What's Changed
- PROJECTS-466 Fix ch role with current prod status by @hasithaka in #38
- PROJECTS-466 add comment for the local ip loop by @hasithaka in #39
- Fix to support v21.1.3 by @shivani089 in #40
- allow update deb repo by @jbourdale in #42
New Contributors
- @shivani089 made their first contribution in #40
- @jbourdale made their first contribution in #42
Full Changelog: 0.3.20...0.4.0
Changes to support latest clickhouse installation repo
Merge pull request #37 from nl2go/update-repo Update repo
Variable macros.xml
- Dedicated variable for replica name
few settings
We have added
background_pool_size: 64
background_move_pool_size: 32
parameters
Add few settings
We have added
background_pool_size: 64
background_move_pool_size: 32
parameters
Fix variable definition
The variables defined in var/main.yml moved to default/main.yml
Fixed template issue
The empty line has been removed empty line which caused for template issue on instances.xml file
Refacto and add shard support
- add shard support
ReadOnly profile has been added
Merge pull request #29 from nl2go/add_readonly_profile added readonly profile