Skip to content

Commit b8c363f

Browse files
committed
Enable centralised logging in Rocky 9 AIOs
This change updates the Rocky OpenSearch container tag and enables centralised logging for Rocky Linux 9 repos with OpenSearch instead of elasticsearch
1 parent d2c43c7 commit b8c363f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

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

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' }}"
1011

1112
###############################################################################
1213
# Network configuration.

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kayobe_image_tags:
4545
ubuntu: yoga-20230220T181235
4646
opensearch:
4747
centos: yoga-20230324T084510
48-
rocky: yoga-20230324T090413
48+
rocky: yoga-20230622T154317
4949
ubuntu: yoga-20230324T090345
5050
prometheus_node_exporter:
5151
centos: yoga-20230310T173747

0 commit comments

Comments
 (0)