Skip to content

Commit cd7b5cd

Browse files
authored
Add cdp_profile to specify CDP control plane region (#78)
Signed-off-by: Jim Enright <[email protected]>
1 parent aa39271 commit cd7b5cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cloudera_deploy/tasks/init.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
cloudera_license_file: "{{ license_file | default(omit) }}"
190190
gcloud_credential_file: "{{ gcloud_credential_file | default(omit) }}"
191191
cdp_profile: "{{ cdp_profile | default(omit) }}"
192+
cdp_region: "{{ cdp_region | default(omit) }}"
192193
aws_profile: "{{ aws_profile | default(omit) }}"
193194
force_teardown: "{{ purge | default(omit) }}"
194195
env_vars: "{{ env_vars | default(omit) }}"

0 commit comments

Comments
 (0)