![Michal Nasiadka](/assets/img/avatar_default.png)
This change replaces ElasticSearch with OpenSearch, and Kibana with OpenSearch Dashboards. It migrates the data from ElasticSearch to OpenSearch upon upgrade. No TLS support is in this patch (will be a followup). A replacement for ElasticSearch Curator will be added as a followup. Depends-On: https://review.opendev.org/c/openstack/kolla/+/830373 Co-authored-by: Doug Szumski <doug@stackhpc.com> Co-authored-by: Kyle Dean <kyle@stackhpc.com> Change-Id: Iab10ce7ea5d5f21a40b1f99b28e3290b7e9ce895
7 lines
165 B
YAML
7 lines
165 B
YAML
---
|
|
- name: "Copy certificates and keys for {{ project_name }}"
|
|
import_role:
|
|
role: service-cert-copy
|
|
vars:
|
|
project_services: "{{ opensearch_services }}"
|