Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pvc_base_prereqs_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@
ansible.builtin.include_role:
name: cloudera.cluster.prereqs.pvc_ecs

- name: Create user accounts for ECS nodes
ansible.builtin.include_role:
name: cloudera.cluster.prereqs.user_accounts_ecs

- name: Create local user accounts
hosts: cloudera_manager, cluster
become: yes
Expand All @@ -150,8 +146,6 @@
ansible.builtin.include_role:
name: cloudera.cluster.prereqs.user_accounts_ecs

# TODO: add pvc tag to all ecs_nodes plays

- name: Install JDK
hosts: cloudera_manager, cluster, tls, krb5_server, ecs_nodes
become: yes
Expand Down
1 change: 1 addition & 0 deletions pvc_base_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
- cloudera.cluster.deployment.cluster
tags:
- cluster
- pvc
- default_cluster
- full_cluster

Expand Down
13 changes: 0 additions & 13 deletions pvc_base_teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@
tasks_from: prep_pvc.yml
tags:
- always

- name: Init run tasks for all nodes
hosts: all
gather_facts: no
tasks:
- name: Group hosts by host template and TLS
ansible.builtin.include_role:
name: cloudera.cluster.deployment.groupby

- name: Check connectivity to Inventory
ansible.builtin.wait_for_connection:
tags:
- always
# ENDBLOCK # Init run

# STARTBLOCK # Teardown
Expand Down