Skip to content

Commit

Permalink
feat(tdp_vars_defaults): changes in order tu use phoenix via knox
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Marié committed Nov 19, 2024
1 parent efeefaf commit 394d434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdp_vars_defaults/hbase/hbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ phoenix_queryserver_hbase_site:
phoenix.queryserver.tls.keystore.password: "{{ hbase_keystore_password }}"
phoenix.queryserver.tls.truststore: "{{ hbase_truststore_location }}"
phoenix.queryserver.tls.truststore.password: "{{ hbase_truststore_password }}"
phoenix.queryserver.withRemoteUserExtractor: "true"
phoenix.queryserver.remoteUserExtractor.param: "doAs"

phoenix_queryserver_properties: "{{ hbase_site | combine(phoenix_queryserver_hbase_site) }}"

Expand Down
3 changes: 3 additions & 0 deletions tdp_vars_defaults/knox/knox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ tdpldap_services:
LIVYSERVER3:
hosts: "{% if groups['livy_spark3_server'] is defined %}{{ groups['livy_spark3_server'] | default([]) | map('tosit.tdp.access_fqdn', hostvars) | list }}{% else %}{% endif %}"
port: "8999"
AVATICA:
hosts: "{% if groups['phoenix_queryserver_daemon'] is defined %}{{ groups['phoenix_queryserver_daemon'] | default([]) | map('tosit.tdp.access_fqdn', hostvars) | list }}{% else %}{% endif %}"
port: "{{ phoenix_queryserver_http_port }}"

# Service start on boot policies
knox_start_on_boot: no
Expand Down

0 comments on commit 394d434

Please sign in to comment.