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 87
87
OPENSEARCH_DASHBOARDS_URL : " {{ sct_opensearch_dashboards_url }}"
88
88
OPENSEARCH_DASHBOARDS_USERNAME : " {{ sct_opensearch_dashboards_username }}"
89
89
OPENSEARCH_DASHBOARDS_PASSWORD : " {{ sct_opensearch_dashboards_password }}"
90
+ OPENSEARCH_DASHBOARDS_CACERT : " {{ sct_opensearch_dashboards_cacert }}"
90
91
PROMETHEUS_URL : " {{ sct_prometheus_url }}"
91
92
PROMETHEUS_USERNAME : " {{ sct_prometheus_username }}"
92
93
PROMETHEUS_PASSWORD : " {{ sct_prometheus_password }}"
98
99
sct_grafana_password : " {{ kolla_passwords.grafana_admin_password }}"
99
100
sct_opensearch_hosts : " {{ kolla_internal_fqdn }}"
100
101
sct_opensearch_port : 9200
101
- sct_opensearch_tls : false
102
+ sct_opensearch_tls : " {{ kolla_enable_tls_internal | bool }} "
102
103
sct_opensearch_dashboards_url : " {{ kolla_external_scheme }}://{{ kolla_external_fqdn }}:5601"
103
104
sct_opensearch_dashboards_username : " opensearch"
104
105
sct_opensearch_dashboards_password : " {{ kolla_passwords.opensearch_dashboards_password }}"
106
+ sct_opensearch_dashboards_cacert : " TODO"
105
107
sct_prometheus_url : " {{ kolla_internal_scheme }}://{{ kolla_internal_fqdn }}:9091"
106
108
sct_prometheus_username : admin
107
109
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