Skip to content

Commit efd6f9c

Browse files
PBM-1506 add two different setups for GCS (#350)
1 parent accc94d commit efd6f9c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pbm-functional/replicaset/playbooks/converge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@
314314
dest: /etc/pbm-agent-storage-gcp.conf
315315
mode: '0666'
316316

317+
- name: add GCP storage for pbm-agent
318+
copy:
319+
src: /tmp/pbm-agent-storage-gcp-hmac.conf
320+
dest: /etc/pbm-agent-storage-gcp-hmac.conf
321+
mode: '0666'
322+
317323
- name: add AZURE storage for pbm-agent
318324
copy:
319325
src: /tmp/pbm-agent-storage-azure.conf

pbm-functional/sharded/playbooks/converge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
dest: /etc/pbm-agent-storage-gcp.conf
258258
mode: '0666'
259259

260+
- name: add GCP storage for pbm-agent
261+
copy:
262+
src: /tmp/pbm-agent-storage-gcp-hmac.conf
263+
dest: /etc/pbm-agent-storage-gcp-hmac.conf
264+
mode: '0666'
265+
260266
- name: add AZURE storage for pbm-agent
261267
copy:
262268
src: /tmp/pbm-agent-storage-azure.conf

0 commit comments

Comments
 (0)