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
3939stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
4040stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
4141stackhpc_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 }}"
4243# # Use derived vars from etc/kayobe/pulp.yml to switch between
4344# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
4445stackhpc_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
6464stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
6565stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
6666stackhpc_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 }}"
6768# # Use derived vars from etc/kayobe/pulp.yml to switch between
6869# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
6970stackhpc_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
3939stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_epel_9_version }}"
4040stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
4141stackhpc_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 }}"
4243# # Use derived vars from etc/kayobe/pulp.yml to switch between
4344# # minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
4445stackhpc_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:
99 neutron_metadata_agent :
1010 rocky-9 : 2025.1-rocky-9-20250626T074649
1111 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:
206206 - url : " {{ stackhpc_repo_opensearch_dashboards_2_x_url }}"
207207 file : " opensearch.repo"
208208 tag : " opensearch-dashboards-2.x"
209+ - url : " {{ stackhpc_repo_almalinux_9_proxysql_2_7_url }}"
210+ file : " proxysql.repo"
211+ tag : " proxysql"
209212
210213# List of EPEL 9
211214stackhpc_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
2222stackhpc_pulp_repo_rhel_9_6_doca_version : 00000000T000000
2323# #####
2424stackhpc_pulp_repo_rhel_9_influxdb_version : 20250529T023704
25+ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version : 20250627T134211
2526stackhpc_pulp_repo_rhel_9_mariadb_10_11_version : 20250523T014203
2627stackhpc_pulp_repo_rhel_9_rabbitmq_erlang_version : 20240711T091318
2728stackhpc_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:
367367 base_path : " doca-modules/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/"
368368 required : " {{ stackhpc_pulp_sync_ofed | bool and stackhpc_pulp_sync_el_9 | bool }}"
369369
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+
370376# RPM repositories
371377stackhpc_pulp_repository_rpm_repos : >-
372378 {%- 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 }}"
104104stackhpc_repo_opensearch_dashboards_2_x_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/opensearch-dashboards/2.x/yum/{{ stackhpc_repo_opensearch_dashboards_2_x_version }}"
105105stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_repo_distribution }}"
106106
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+
107111# Rocky 9 AppStream
108112stackhpc_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 }}"
109113stackhpc_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