Skip to content

Commit 3d6a197

Browse files
committed
Update DW cluster setup (remove initial catalog setup)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent f0fde61 commit 3d6a197

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

roles/runtime/tasks/setup_aws.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,8 @@
4444
env: "{{ run__env_name }}"
4545
overlay: "{{ run__dw_overlay_network }}"
4646
private_load_balancer: "{{ run__dw_private_load_balancer }}"
47-
aws_public_subnets: "{{ run__datahub_public_subnet_ids }}"
48-
aws_private_subnets: "{{ run__datahub_private_subnet_ids if run__dw_private_worker_nodes else [] }}"
49-
state: present
50-
wait: yes
51-
register: __dw_builds
52-
53-
# TODO Refactor for non-AWS?
54-
- name: Create CDP DW Database Catalogs
55-
cloudera.cloud.dw_database_catalog:
56-
cluster_id: "{{ __dw_builds.cluster.id }}"
57-
name: "{{ __dw_dbc_config.name }}"
58-
load_demo_data: "{{ __dw_dbc_config.load_demo_data }}"
47+
aws_public_subnets: "{{ run__aws_public_subnet_ids }}"
48+
aws_private_subnets: "{{ run__aws_private_subnet_ids if run__dw_private_worker_nodes else [] }}"
5949
state: present
6050
wait: yes
6151
async: 3600 # 1 hour timeout

0 commit comments

Comments
 (0)