File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments