Skip to content

Commit 2d2c001

Browse files
committed
SOT: Support OpenSearch and Dashboards TLS
1 parent e1d1403 commit 2d2c001

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/kayobe/ansible/stackhpc-openstack-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
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 }}"
@@ -95,10 +96,11 @@
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 }}"

0 commit comments

Comments
 (0)