File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
contrib/pg_dtm/tests/deploy_layouts Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- - hosts : dtm
2
+ - hosts : nodes[0]
3
3
roles :
4
4
- role : postgrespro
5
5
deploy_dtm : true
6
6
7
- - hosts : workers
7
+ - hosts : all
8
8
roles :
9
9
- role : postgrespro
10
10
pg_port : 15432
11
11
deploy_postgres : true
12
12
pg_dtm_enable : true
13
+ # pg_dtm_enable: false
13
14
pg_config_role :
14
15
- line : " dtm.buffer_size = 65536"
15
- pg_dtm_host : " {{ groups['dtm '][0] }}"
16
+ pg_dtm_host : " {{ groups['nodes '][0] }}"
16
17
Original file line number Diff line number Diff line change 1
1
---
2
- - hosts : master-workers
2
+ - hosts : nodes[-1]
3
3
roles :
4
4
5
5
- role : postgrespro
6
6
deploy_dtm : true
7
7
8
8
- role : postgrespro
9
9
deploy_postgres : true
10
- pg_port : 5432
10
+ pg_port : 15432
11
11
pg_dtm_enable : true
12
12
pg_datadir : ./postgrespro-data
13
13
14
14
- role : postgrespro
15
15
deploy_postgres : true
16
- pg_port : 5433
16
+ pg_port : 15433
17
17
pg_dtm_enable : true
18
18
pg_datadir : ./postgrespro-data2
19
19
20
+
You can’t perform that action at this time.
0 commit comments