File tree Expand file tree Collapse file tree 2 files changed +5
-22
lines changed
multimaster/tests/deploy_layouts Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 22- hosts : nodes[1]:nodes[2]:nodes[3]
33 # accelerate: true
44
5- pre_tasks :
6- - name : setup the private key for postgrespro git access
7- copy : dest=.ssh/ppg-deploy src=~/ppg-deploy.key mode=0600
8-
95 roles :
106 - role : postgres
117 pg_port : 15432
12- pg_repo : git@gitlab.postgrespro.ru:pgpro-dev/postgrespro.git
13- pg_version_tag : xtm
14- pg_repo_key : ~/.ssh/ppg-deploy
8+ pg_repo : https://github.com/postgrespro/postgres_cluster.git
159 pg_destroy_and_init : true
16- # pg_config_role:
17- # - line: "dtm.buffer_size = 65536"
10+ pg_config_role :
11+ - line : " dtm.buffer_size = 65536"
1812
1913 tasks :
2014 - name : generate connstrings
5751 LD_LIBRARY_PATH : " {{pg_dst}}/lib/"
5852
5953- hosts : nodes[0]
60- pre_tasks :
61- - name : setup the private key for postgrespro git access
62- copy : dest=.ssh/ppg-deploy src=~/ppg-deploy.key mode=0600
6354
6455 roles :
6556 - role : postgres
6657 pg_port : 15432
67- pg_repo : git@gitlab.postgrespro.ru:pgpro-dev/postgrespro.git
68- pg_version_tag : xtm
69- pg_repo_key : ~/.ssh/ppg-deploy
58+ pg_repo : https://github.com/postgrespro/postgres_cluster.git
7059 pg_destroy_and_init : true
7160
7261 tasks :
Original file line number Diff line number Diff line change 11---
22- hosts : nodes
33
4- pre_tasks :
5- - name : setup the private key for postgrespro git access
6- copy : dest=.ssh/ppg-deploy src=~/ppg-deploy.key mode=0600
7-
84 roles :
95 - role : postgres
106 pg_port : 15432
11- pg_repo : git@gitlab.postgrespro.ru:pgpro-dev/postgrespro.git
12- pg_version_tag : xtm
7+ pg_repo : https://github.com/postgrespro/postgres_cluster.git
138 pg_destroy_and_init : true
14- pg_repo_key : ~/.ssh/ppg-deploy
159
1610 tasks :
1711 - name : clone dtm sources
You can’t perform that action at this time.
0 commit comments