Skip to content

Commit 7fd32cf

Browse files
committed
updates OpenSearch to 2.11.1
1 parent 7364921 commit 7fd32cf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ kayobe_image_tags:
2626
neutron:
2727
rocky: zed-rocky-9-20231115T094053
2828
ubuntu: zed-ubuntu-jammy-20231115T094053
29+
opensearch:
30+
rocky: zed-rocky-9-20231214T095452
31+
ubuntu: zed-ubuntu-jammy-20231214T095452
2932

3033
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
3134
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
3235
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] }}{% endraw %}"
3336
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
3437
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
38+
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"
3539

3640
om_enable_rabbitmq_high_availability: true
3741

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Updates OpenSearch to 2.11.1.

0 commit comments

Comments
 (0)