Skip to content

Commit

Permalink
override report bucket name for tags report
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat committed May 15, 2024
1 parent 6547f77 commit 8ae4ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cloud/setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
_deployment_id: "{{ lookup('file', playbook_dir + '/.deployment_id') }}"

user_message:

controller_execution_environments:
Expand Down Expand Up @@ -284,7 +286,7 @@ controller_templates:
notification_templates_error: Telemetry
extra_vars:
aws_report: vpc
reports_aws_bucket_name: reports-pd-{{ lookup('file', playbook_dir + '/.deployment_id') }}
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
survey_enabled: true
survey:
name: ''
Expand Down Expand Up @@ -313,6 +315,7 @@ controller_templates:
notification_templates_error: Telemetry
extra_vars:
aws_report: tags
reports_aws_bucket_name: reports-pd-{{ _deployment_id }}
survey_enabled: true
survey:
name: ''
Expand Down

0 comments on commit 8ae4ef6

Please sign in to comment.