Skip to content

Commit 856c30d

Browse files
authored
Merge pull request #841 from stackhpc/antelope-opensearch-2.11.1
sync from zed
2 parents edddd91 + 61be929 commit 856c30d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ kolla_enable_mariabackup: True
630630
#kolla_enable_openvswitch:
631631
#kolla_enable_osprofiler:
632632
#kolla_enable_outward_rabbitmq:
633-
kolla_enable_ovn: yes
633+
kolla_enable_ovn: true
634634
#kolla_enable_ovs_dpdk:
635635
#kolla_enable_placement:
636636
kolla_enable_prometheus: true

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ kayobe_image_tags:
1818
neutron:
1919
rocky: 2023.1-rocky-9-20231115T110249
2020
ubuntu: 2023.1-ubuntu-jammy-20231115T110249
21+
opensearch:
22+
rocky: 2023.1-rocky-9-20231214T151917
23+
ubuntu: 2023.1-ubuntu-jammy-20231214T151917
2124

2225
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
2326
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
2427
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
2528
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
29+
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"
2630

2731
om_enable_rabbitmq_high_availability: true
2832

etc/kayobe/pulp-repo-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ stackhpc_pulp_repo_docker_ce_ubuntu_version: 20231020T014922
99
stackhpc_pulp_repo_elrepo_9_version: 20230907T075311
1010
stackhpc_pulp_repo_epel_9_version: 20231020T014922
1111
stackhpc_pulp_repo_grafana_version: 20231020T014922
12-
stackhpc_pulp_repo_opensearch_2_x_version: 20230725T013015
13-
stackhpc_pulp_repo_opensearch_dashboards_2_x_version: 20230725T013015
12+
stackhpc_pulp_repo_opensearch_2_x_version: 20231202T013234
13+
stackhpc_pulp_repo_opensearch_dashboards_2_x_version: 20231202T013234
1414
stackhpc_pulp_repo_rabbitmq_erlang_version: 20231015T004919
1515
stackhpc_pulp_repo_rabbitmq_server_version: 20231018T041416
1616
stackhpc_pulp_repo_rhel_9_influxdb_version: 20231019T010143
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)