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 84
84
OPENSEARCH_DASHBOARDS_URL : " {{ sot_opensearch_dashboards_url }}"
85
85
OPENSEARCH_DASHBOARDS_USERNAME : " {{ sot_opensearch_dashboards_username }}"
86
86
OPENSEARCH_DASHBOARDS_PASSWORD : " {{ sot_opensearch_dashboards_password }}"
87
+ OPENSEARCH_DASHBOARDS_CACERT : " {{ sot_opensearch_dashboards_cacert }}"
87
88
PROMETHEUS_URL : " {{ sot_prometheus_url }}"
88
89
PROMETHEUS_USERNAME : " {{ sot_prometheus_username }}"
89
90
PROMETHEUS_PASSWORD : " {{ sot_prometheus_password }}"
95
96
sot_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
96
97
sot_opensearch_hosts : " {{ kolla_internal_fqdn }}"
97
98
sot_opensearch_port : 9200
98
- sot_opensearch_tls : false
99
+ sot_opensearch_tls : " {{ kolla_enable_tls_internal | bool }} "
99
100
sot_opensearch_dashboards_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:5601"
100
101
sot_opensearch_dashboards_username : " opensearch"
101
102
sot_opensearch_dashboards_password : " {{ kolla_passwords.opensearch_dashboards_password }}"
103
+ sot_opensearch_dashboards_cacert : " TODO"
102
104
sot_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
103
105
sot_prometheus_username : " admin"
104
106
sot_prometheus_password : " {{ kolla_passwords.prometheus_password }}"
You can’t perform that action at this time.
0 commit comments