File tree Expand file tree Collapse file tree 2 files changed +3
-173
lines changed Expand file tree Collapse file tree 2 files changed +3
-173
lines changed Original file line number Diff line number Diff line change 8787 OPENSEARCH_DASHBOARDS_URL : " {{ sct_opensearch_dashboards_url }}"
8888 OPENSEARCH_DASHBOARDS_USERNAME : " {{ sct_opensearch_dashboards_username }}"
8989 OPENSEARCH_DASHBOARDS_PASSWORD : " {{ sct_opensearch_dashboards_password }}"
90+ OPENSEARCH_DASHBOARDS_CACERT : " {{ sct_opensearch_dashboards_cacert }}"
9091 PROMETHEUS_URL : " {{ sct_prometheus_url }}"
9192 PROMETHEUS_USERNAME : " {{ sct_prometheus_username }}"
9293 PROMETHEUS_PASSWORD : " {{ sct_prometheus_password }}"
9899 sct_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
99100 sct_opensearch_hosts : " {{ kolla_internal_fqdn }}"
100101 sct_opensearch_port : 9200
101- sct_opensearch_tls : false
102+ sct_opensearch_tls : " {{ kolla_enable_tls_internal | bool }} "
102103 sct_opensearch_dashboards_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:5601"
103104 sct_opensearch_dashboards_username : " opensearch"
104105 sct_opensearch_dashboards_password : " {{ kolla_passwords.opensearch_dashboards_password }}"
106+ sct_opensearch_dashboards_cacert : " TODO"
105107 sct_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
106108 sct_prometheus_username : admin
107109 sct_prometheus_password : " {{ kolla_passwords.prometheus_password }}"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments