File tree Expand file tree Collapse file tree 9 files changed +25
-0
lines changed Expand file tree Collapse file tree 9 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_ve
39
39
stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
40
40
stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
41
41
stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
42
+ stackhpc_repo_almalinux_9_proxysql_2_7_version : " {{ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version }}"
42
43
# # Use derived vars from etc/kayobe/pulp.yml to switch between
43
44
# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
44
45
stackhpc_repo_rocky_9_baseos_version : " {{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_ve
64
64
stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
65
65
stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
66
66
stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
67
+ stackhpc_repo_almalinux_9_proxysql_2_7_version : " {{ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version }}"
67
68
# # Use derived vars from etc/kayobe/pulp.yml to switch between
68
69
# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
69
70
stackhpc_repo_rocky_9_baseos_version : " {{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_ve
39
39
stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
40
40
stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
41
41
stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
42
+ stackhpc_repo_almalinux_9_proxysql_2_7_version : " {{ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version }}"
42
43
# # Use derived vars from etc/kayobe/pulp.yml to switch between
43
44
# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
44
45
stackhpc_repo_rocky_9_baseos_version : " {{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ kolla_image_tags:
9
9
neutron_metadata_agent :
10
10
rocky-9 : 2025.1-rocky-9-20250626T074649
11
11
ubuntu-noble : 2025.1-ubuntu-noble-20250626T074649
12
+ proxysql :
13
+ rocky-9 : 2025.1-rocky-9-20250701T091924
Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ stackhpc_rocky_9_third_party_repos:
206
206
- url : " {{ stackhpc_repo_opensearch_dashboards_2_x_url }}"
207
207
file : " opensearch.repo"
208
208
tag : " opensearch-dashboards-2.x"
209
+ - url : " {{ stackhpc_repo_almalinux_9_proxysql_2_7_url }}"
210
+ file : " proxysql.repo"
211
+ tag : " proxysql"
209
212
210
213
# List of EPEL 9
211
214
stackhpc_epel_9_repos :
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ stackhpc_pulp_repo_rhel_9_6_doca_modules_version: 00000000T000000
22
22
stackhpc_pulp_repo_rhel_9_6_doca_version : 00000000T000000
23
23
# #####
24
24
stackhpc_pulp_repo_rhel_9_influxdb_version : 20250529T023704
25
+ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version : 20250627T134211
25
26
stackhpc_pulp_repo_rhel_9_mariadb_10_11_version : 20250523T014203
26
27
stackhpc_pulp_repo_rhel_9_rabbitmq_erlang_version : 20240711T091318
27
28
stackhpc_pulp_repo_rhel_9_rabbitmq_server_version : 20240711T091318
Original file line number Diff line number Diff line change @@ -367,6 +367,12 @@ stackhpc_pulp_rpm_repos:
367
367
base_path : " doca-modules/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/"
368
368
required : " {{ stackhpc_pulp_sync_ofed | bool and stackhpc_pulp_sync_el_9 | bool }}"
369
369
370
+ - name : ProxySQL 2.7 for AlmaLinux 9
371
+ url : " {{ stackhpc_release_pulp_content_url }}/ProxySQL/proxysql-2.7.x/almalinux/9/{{ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version }}"
372
+ distribution_name : " almalinux-9-proxysql-2.7-"
373
+ base_path : " ProxySQL/proxysql-2.7.x/almalinux/9/"
374
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
375
+
370
376
# RPM repositories
371
377
stackhpc_pulp_repository_rpm_repos : >-
372
378
{%- set rpm_repos = [] -%}
Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_repo_distribution }}"
104
104
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 }}"
105
105
stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_repo_distribution }}"
106
106
107
+ # Rocky 9 ProxySQL
108
+ stackhpc_repo_almalinux_9_proxysql_2_7_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ProxySQL/proxysql-2.7.x/almalinux/9/{{ stackhpc_repo_almalinux_9_proxysql_2_7_version }}"
109
+ stackhpc_repo_almalinux_9_proxysql_2_7_version : " {{ stackhpc_repo_distribution }}"
110
+
107
111
# Rocky 9 AppStream
108
112
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 }}"
109
113
stackhpc_repo_rocky_9_appstream_version : " {{ stackhpc_repo_distribution }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Added repo definitions for ProxySQL for AlmaLinux 9 in pulp. ProxySQL
5
+ container images for Rocky Linux 9 are now built using version controlled
6
+ packages from Ark.
You can’t perform that action at this time.
0 commit comments