File tree Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ stackhpc_repo_rhel_9_treasuredata_4_version: "{{ stackhpc_pulp_repo_rhel_9_treas
80
80
stackhpc_repo_rhel_9_mariadb_10_6_version : " {{ stackhpc_pulp_repo_rhel_9_mariadb_10_6_version }}"
81
81
stackhpc_repo_rhel_9_influxdb_version : " {{ stackhpc_pulp_repo_rhel_9_influxdb_version }}"
82
82
stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
83
+ stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
84
+ stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
83
85
# # Use derived vars from etc/kayobe/pulp.yml to switch between
84
86
# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
85
87
stackhpc_repo_rocky_baseos_version : " {{ stackhpc_pulp_repo_rocky_8_baseos_version }}"
Original file line number Diff line number Diff line change @@ -268,6 +268,12 @@ stackhpc_rocky_9_third_party_repos:
268
268
- url : " {{ stackhpc_repo_rabbitmq_server_url }}"
269
269
file : " rabbitmq_rabbitmq-server.repo"
270
270
tag : " rabbitmq_rabbitmq-server"
271
+ - url : " {{ stackhpc_repo_opensearch_2_x_url }}"
272
+ file : " opensearch.repo"
273
+ tag : " opensearch-2.x"
274
+ - url : " {{ stackhpc_repo_opensearch_dashboards_2_x_url }}"
275
+ file : " opensearch.repo"
276
+ tag : " opensearch-dashboards-2.x"
271
277
272
278
# List of EPEL 9
273
279
stackhpc_epel_9_repos :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ kayobe_image_tags:
31
31
cloudkitty_tag : " {% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
32
32
nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
33
33
neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
34
+ opensearch_tag : yoga-20231219T221916
34
35
35
36
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
36
37
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ stackhpc_pulp_repo_epel_version: 20231218T002857
26
26
stackhpc_pulp_repo_grafana_version : 20231217T003113
27
27
stackhpc_pulp_repo_mariadb_10_6_centos8_version : 20231115T032622
28
28
stackhpc_pulp_repo_mlnx_ofed_5_7_1_0_2_0_rhel8_6_version : 20220920T151419
29
+ stackhpc_pulp_repo_opensearch_2_x_version : 20231202T013234
30
+ stackhpc_pulp_repo_opensearch_dashboards_2_x_version : 20231202T013234
29
31
stackhpc_pulp_repo_rabbitmq_erlang_version : 20231214T005538
30
32
stackhpc_pulp_repo_rabbitmq_server_version : 20231214T005538
31
33
stackhpc_pulp_repo_rhel_9_influxdb_version : 20231215T005810
Original file line number Diff line number Diff line change @@ -500,6 +500,18 @@ stackhpc_pulp_rpm_repos:
500
500
base_path : " influxdb/rhel/9/x86_64/stable/"
501
501
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
502
502
503
+ - name : OpenSearch 2.x
504
+ url : " {{ stackhpc_release_pulp_content_url }}/opensearch/2.x/yum/{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
505
+ distribution_name : " opensearch-2-x-"
506
+ base_path : " opensearch/2.x/yum/"
507
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
508
+
509
+ - name : OpenSearch Dashboards 2.x
510
+ url : " {{ stackhpc_release_pulp_content_url }}/opensearch-dashboards/2.x/yum/{{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
511
+ distribution_name : " opensearch-dashboards-2-x-"
512
+ base_path : " opensearch-dashboards/2.x/yum/"
513
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
514
+
503
515
# RPM repositories
504
516
stackhpc_pulp_repository_rpm_repos : >-
505
517
{%- set rpm_repos = [] -%}
Original file line number Diff line number Diff line change @@ -165,6 +165,14 @@ stackhpc_repo_rhel_9_mariadb_10_6_version: "{{ stackhpc_repo_distribution }}"
165
165
stackhpc_repo_rhel_9_influxdb_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/influxdb/rhel/9/x86_64/stable/{{ stackhpc_repo_rhel_9_influxdb_version }}"
166
166
stackhpc_repo_rhel_9_influxdb_version : " {{ stackhpc_repo_distribution }}"
167
167
168
+ # OpenSearch for RHEL 9
169
+ stackhpc_repo_opensearch_2_x_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/opensearch/2.x/yum/{{ stackhpc_repo_opensearch_2_x_version }}"
170
+ stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_repo_distribution }}"
171
+
172
+ # OpenSearch Dashboards for RHEL 9
173
+ stackhpc_repo_opensearch_dashboards_2_x_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/opensearch-dashboards/2.x/yum/{{ stackhpc_repo_opensearch_dashboards_2_x_version }}"
174
+ stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_repo_distribution }}"
175
+
168
176
# Rocky 9 AppStream
169
177
stackhpc_repo_rocky_9_appstream_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/rocky/{{ stackhpc_rocky_9_url_version }}/AppStream/x86_64/os/{{ stackhpc_repo_rocky_9_appstream_version }}"
170
178
stackhpc_repo_rocky_9_appstream_version : " {{ stackhpc_repo_distribution }}"
You can’t perform that action at this time.
0 commit comments