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 2
2
- hosts : nodes[1]:nodes[2]:nodes[3]
3
3
# accelerate: true
4
4
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
-
9
5
roles :
10
6
- role : postgres
11
7
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
15
9
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"
18
12
19
13
tasks :
20
14
- name : generate connstrings
57
51
LD_LIBRARY_PATH : " {{pg_dst}}/lib/"
58
52
59
53
- 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
63
54
64
55
roles :
65
56
- role : postgres
66
57
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
70
59
pg_destroy_and_init : true
71
60
72
61
tasks :
Original file line number Diff line number Diff line change 1
1
---
2
2
- hosts : nodes
3
3
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
-
8
4
roles :
9
5
- role : postgres
10
6
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
13
8
pg_destroy_and_init : true
14
- pg_repo_key : ~/.ssh/ppg-deploy
15
9
16
10
tasks :
17
11
- name : clone dtm sources
You can’t perform that action at this time.
0 commit comments