Skip to content

Commit 8ae4ef6

Browse files
committed
override report bucket name for tags report
1 parent 6547f77 commit 8ae4ef6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cloud/setup.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
_deployment_id: "{{ lookup('file', playbook_dir + '/.deployment_id') }}"
3+
24
user_message:
35

46
controller_execution_environments:
@@ -284,7 +286,7 @@ controller_templates:
284286
notification_templates_error: Telemetry
285287
extra_vars:
286288
aws_report: vpc
287-
reports_aws_bucket_name: reports-pd-{{ lookup('file', playbook_dir + '/.deployment_id') }}
289+
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
288290
survey_enabled: true
289291
survey:
290292
name: ''
@@ -313,6 +315,7 @@ controller_templates:
313315
notification_templates_error: Telemetry
314316
extra_vars:
315317
aws_report: tags
318+
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
316319
survey_enabled: true
317320
survey:
318321
name: ''

0 commit comments

Comments
 (0)