Skip to content

Commit d594cdb

Browse files
committed
Add AlmaLinux ProxySQL repo definitions
This change introduces the ProxySQL repo for AlmaLinux 9 from Ark as a source for Rocky 9 ProxySQL container image builds. The ProxySQL container image has been rebuilt from these packages.
1 parent 4118a4b commit d594cdb

File tree

9 files changed

+25
-0
lines changed

9 files changed

+25
-0
lines changed

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_ve
3939
stackhpc_repo_epel_9_version: "{{ stackhpc_pulp_repo_epel_9_version }}"
4040
stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
4141
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 }}"
4243
## Use derived vars from etc/kayobe/pulp.yml to switch between
4344
## minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
4445
stackhpc_repo_rocky_9_baseos_version: "{{ stackhpc_pulp_repo_rocky_9_baseos_version }}"

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_ve
6464
stackhpc_repo_epel_9_version: "{{ stackhpc_pulp_repo_epel_9_version }}"
6565
stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
6666
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 }}"
6768
## Use derived vars from etc/kayobe/pulp.yml to switch between
6869
## minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
6970
stackhpc_repo_rocky_9_baseos_version: "{{ stackhpc_pulp_repo_rocky_9_baseos_version }}"

etc/kayobe/environments/ci-multinode/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_ve
3939
stackhpc_repo_epel_9_version: "{{ stackhpc_pulp_repo_epel_9_version }}"
4040
stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
4141
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 }}"
4243
## Use derived vars from etc/kayobe/pulp.yml to switch between
4344
## minor Rocky versions using stackhpc_pulp_repo_rocky_x_minor_version
4445
stackhpc_repo_rocky_9_baseos_version: "{{ stackhpc_pulp_repo_rocky_9_baseos_version }}"

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

etc/kayobe/kolla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
211214
stackhpc_epel_9_repos:

etc/kayobe/pulp-repo-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ stackhpc_pulp_repo_rhel_9_6_doca_modules_version: 00000000T000000
2222
stackhpc_pulp_repo_rhel_9_6_doca_version: 00000000T000000
2323
######
2424
stackhpc_pulp_repo_rhel_9_influxdb_version: 20250529T023704
25+
stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version: 20250627T134211
2526
stackhpc_pulp_repo_rhel_9_mariadb_10_11_version: 20250523T014203
2627
stackhpc_pulp_repo_rhel_9_rabbitmq_erlang_version: 20240711T091318
2728
stackhpc_pulp_repo_rhel_9_rabbitmq_server_version: 20240711T091318

etc/kayobe/pulp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
371377
stackhpc_pulp_repository_rpm_repos: >-
372378
{%- set rpm_repos = [] -%}

etc/kayobe/stackhpc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_repo_distribution }}"
104104
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 }}"
105105
stackhpc_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
108112
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 }}"
109113
stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_repo_distribution }}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)