Skip to content

Commit 10fcf6f

Browse files
markgoddardAlex-Welsh
authored andcommitted
SOT: Support OpenSearch and Dashboards TLS
1 parent 4ed6d09 commit 10fcf6f

File tree

2 files changed

+3
-173
lines changed

2 files changed

+3
-173
lines changed

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

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

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

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)