Skip to content

Commit

Permalink
Add CDP Datalake scale parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge committed May 25, 2021
1 parent 13c186b commit 1c8b22f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ env:
name:
suffix:
user_sync:
version:
scale:
gcp:
bindings:
cross_account:
Expand Down
1 change: 1 addition & 0 deletions roles/platform/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ plat__cdp_iam_user_group_resource_roles: "{{ env.cdp.user_group.resource_ro

plat__datalake_name: "{{ common__datalake_name }}"
plat__datalake_version: "{{ env.datalake.version | default(omit) }}"
plat__datalake_scale: "{{ env.datalake.scale | default(omit) }}"
plat__datalake_user_sync: "{{ env.datalake.user_sync | default(True) }}"

plat__cdp_xaccount_external_id: "{{ env.cdp.cross_account.external_id | default(False) }}"
Expand Down
1 change: 1 addition & 0 deletions roles/platform/tasks/setup_aws_datalake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
instance_profile: "{{ plat__aws_idbroker_instance_profile_arn }}"
storage: "{{ plat__aws_storage_location }}"
runtime: "{{ plat__datalake_version | default(omit) }}"
scale: "{{ plat__datalake_scale | default(omit) }}"
tags: "{{ plat__tags }}"
state: present

Expand Down
1 change: 1 addition & 0 deletions roles/platform/tasks/setup_azure_datalake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
managed_identity: "{{ __azure_idbroker_identity_uri }}"
storage: "{{ plat__azure_stor_data_uri }}"
runtime: "{{ plat__datalake_version | default(omit) }}"
scale: "{{ plat__datalake_scale | default(omit) }}"
tags: "{{ plat__tags }}"
state: present
1 change: 1 addition & 0 deletions roles/platform/tasks/setup_gcp_datalake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
managed_identity: "{{ plat__gcp_idbroker_identity_name }}@{{ plat__gcp_project }}.iam.gserviceaccount.com"
storage: "gs://{{ plat__gcp_storage_location_data }}"
runtime: "{{ plat__datalake_version | default(omit) }}"
scale: "{{ plat__datalake_scale | default(omit) }}"
tags: "{{ plat__tags }}"
state: present

0 comments on commit 1c8b22f

Please sign in to comment.