We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c363f commit 245076dCopy full SHA for 245076d
etc/kayobe/environments/ci-multinode/stackhpc-ci.yml
@@ -5,6 +5,10 @@
5
# Docker namespace to use for Kolla images. Default is 'kolla'.
6
kolla_docker_namespace: stackhpc-dev
7
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
+
12
###############################################################################
13
# Network configuration.
14
0 commit comments