Skip to content

Commit 245076d

Browse files
committed
Use OpenSearch in Rocky 9 multinodes
1 parent b8c363f commit 245076d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/environments/ci-multinode/stackhpc-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# Docker namespace to use for Kolla images. Default is 'kolla'.
66
kolla_docker_namespace: stackhpc-dev
77

8+
# Rocky Linux 9 does not have elasticsearch, use opensearch instead.
9+
kolla_enable_elasticsearch: "{{ os_release != '9' }}"
10+
kolla_enable_opensearch: "{{ os_release == '9' }}"
11+
812
###############################################################################
913
# Network configuration.
1014

0 commit comments

Comments
 (0)