Skip to content

Commit

Permalink
PNDA-4586: disable opentsdb ui
Browse files Browse the repository at this point in the history
  • Loading branch information
willis27 committed Jul 18, 2018
1 parent 2ece3c2 commit 8f03833
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions salt/pnda_opentsdb/conf.sls
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ pnda_opentsdb-pnda-opentsdb-configuration-cors:
- pattern: '.*tsd.http.request.cors_domains =.*'
- repl: 'tsd.http.request.cors_domains = *'

pnda_opentsdb-pnda-opentsdb-configuration-ui:
file.replace:
- name: /etc/opentsdb/opentsdb.conf
- append_if_not_found: True
- pattern: '.*tsd.core.enable_ui =.*'
- repl: 'tsd.core.enable_ui = false'

{% if grains['hadoop.distro'] == 'HDP' %}
pnda_opentsdb-pnda-opentsdb-hbase-zk-root:
file.replace:
Expand Down

0 comments on commit 8f03833

Please sign in to comment.