Skip to content

Commit a68fabf

Browse files
committed
migrate to new repo in deploy scripts
1 parent e0de0b3 commit a68fabf

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
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
@@ -57,16 +51,11 @@
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:

contrib/pg_tsdtm/tests/deploy/cluster.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
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

0 commit comments

Comments
 (0)