File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Docker namespace to use for Kolla images. Default is 'kolla'.
6
6
kolla_docker_namespace : stackhpc-dev
7
7
8
- # Do not enable central logging if using Rocky Linux 9. It does not have elasticsearch
9
- kolla_enable_central_logging : " {{ os_release != '9' }}"
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' }}"
10
11
11
12
# ##############################################################################
12
13
# Network configuration.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ kayobe_image_tags:
45
45
ubuntu : yoga-20230220T181235
46
46
opensearch :
47
47
centos : yoga-20230324T084510
48
- rocky : yoga-20230324T090413
48
+ rocky : yoga-20230622T154317
49
49
ubuntu : yoga-20230324T090345
50
50
prometheus_node_exporter :
51
51
centos : yoga-20230310T173747
You can’t perform that action at this time.
0 commit comments