File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8484 OPENSEARCH_DASHBOARDS_URL : " {{ sot_opensearch_dashboards_url }}"
8585 OPENSEARCH_DASHBOARDS_USERNAME : " {{ sot_opensearch_dashboards_username }}"
8686 OPENSEARCH_DASHBOARDS_PASSWORD : " {{ sot_opensearch_dashboards_password }}"
87+ OPENSEARCH_DASHBOARDS_CACERT : " {{ sot_opensearch_dashboards_cacert }}"
8788 PROMETHEUS_URL : " {{ sot_prometheus_url }}"
8889 PROMETHEUS_USERNAME : " {{ sot_prometheus_username }}"
8990 PROMETHEUS_PASSWORD : " {{ sot_prometheus_password }}"
9596 sot_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
9697 sot_opensearch_hosts : " {{ kolla_internal_fqdn }}"
9798 sot_opensearch_port : 9200
98- sot_opensearch_tls : false
99+ sot_opensearch_tls : " {{ kolla_enable_tls_internal | bool }} "
99100 sot_opensearch_dashboards_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:5601"
100101 sot_opensearch_dashboards_username : " opensearch"
101102 sot_opensearch_dashboards_password : " {{ kolla_passwords.opensearch_dashboards_password }}"
103+ sot_opensearch_dashboards_cacert : " TODO"
102104 sot_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
103105 sot_prometheus_username : " admin"
104106 sot_prometheus_password : " {{ kolla_passwords.prometheus_password }}"
You can’t perform that action at this time.
0 commit comments