Skip to content

Commit

Permalink
moved the hosts config out of the cluster deployment role
Browse files Browse the repository at this point in the history
  • Loading branch information
William Dyson committed Jul 8, 2022
1 parent cd8aeba commit 8092de7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
28 changes: 28 additions & 0 deletions roles/cloudera_manager/hosts_config/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---

# Copyright 2021 Cloudera, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This Playbook is specifically for Deploying Cloudera Clusters
# Edit with extreme caution
# This plays are imported from a separate playbook so that Ansible tags are intuitively propagated from main.yml

- name: Apply "all hosts" configs
include_role:
name: cloudera.cluster.cloudera_manager.config
vars:
api_config_keys_uppercase: False
api_config_endpoint: cm/allHosts/config
api_configs: "{{ definition.hosts.configs }}"
when: definition.hosts.configs is defined
9 changes: 0 additions & 9 deletions roles/deployment/cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
name: cloudera.cluster.config.cluster.common
public: yes

- name: Apply "all hosts" configs
include_role:
name: cloudera.cluster.cloudera_manager.config
vars:
api_config_keys_uppercase: False
api_config_endpoint: cm/allHosts/config
api_configs: "{{ definition.hosts.configs }}"
when: definition.hosts.configs is defined

- name: Detect Cloudera Manager version
cloudera.cluster.cm_api:
endpoint: /cm/version
Expand Down

0 comments on commit 8092de7

Please sign in to comment.