Skip to content

Commit

Permalink
feat: add unix_group to tdp_observability_target
Browse files Browse the repository at this point in the history
  • Loading branch information
giem-git authored and rpignolet committed Nov 8, 2024
1 parent ee3acbe commit b7ab70b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tdp_vars_defaults/tdp-cluster/tdp-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ livy_spark3_log_file: "livy-spark3_server_{{ ansible_fqdn }}.log"
#
observability_tdp_targets:
livy:
unix_group: "{{ hadoop_group }}"
labels:
type: tdp_core
svc_dashboard: "{{ dashboard_without_workers | default('') }}"
Expand All @@ -82,6 +83,7 @@ observability_tdp_targets:
password: "{{ exporter_livy_jmxremote_password }}"

livy_spark3:
unix_group: "{{ hadoop_group }}"
labels:
type: tdp_core
svc_dashboard: "{{ dashboard_without_workers | default('') }}"
Expand All @@ -98,6 +100,7 @@ observability_tdp_targets:
password: "{{ exporter_livy_spark3_jmxremote_password }}"

jupyter:
unix_group: "{{ hadoop_group }}"
labels:
type: tdp_core
svc_dashboard: "{{ dashboard_python | default('') }}"
Expand All @@ -111,6 +114,7 @@ observability_tdp_targets:
ca_file: "{{ ca_file }}"

hue:
unix_group: "{{ hadoop_group }}"
labels:
type: tdp_core
svc_dashboard: "{{ dashboard_python | default('') }}"
Expand Down

0 comments on commit b7ab70b

Please sign in to comment.