@@ -237,16 +237,16 @@ stackhpc_pulp_rpm_repos:
237
237
base_path : " grafana/oss/rpm/"
238
238
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
239
239
240
- - name : RabbitMQ - Erlang
241
- url : " {{ stackhpc_release_pulp_content_url }}/rabbitmq/erlang/el/8 /x86_64/{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
242
- distribution_name : " rabbitmq-erlang-"
243
- base_path : " rabbitmq/erlang/el/8 /x86_64/"
240
+ - name : RabbitMQ - Erlang - RHEL 9
241
+ url : " {{ stackhpc_release_pulp_content_url }}/rabbitmq/erlang/el/9 /x86_64/{{ stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version }}"
242
+ distribution_name : " rhel9- rabbitmq-erlang-"
243
+ base_path : " rabbitmq/erlang/el/9 /x86_64/"
244
244
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
245
245
246
- - name : RabbitMQ - Server
247
- url : " {{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/8 /x86_64/{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
248
- distribution_name : " rabbitmq-server-"
249
- base_path : " rabbitmq/rabbitmq-server/el/8 /x86_64/"
246
+ - name : RabbitMQ - Server - RHEL 9
247
+ url : " {{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9 /x86_64/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
248
+ distribution_name : " rhel9- rabbitmq-server-"
249
+ base_path : " rabbitmq/rabbitmq-server/el/9 /x86_64/"
250
250
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
251
251
252
252
# Base Rocky 9 repositories
@@ -335,16 +335,16 @@ stackhpc_pulp_rpm_repos:
335
335
required : " {{ stackhpc_pulp_sync_el_9 | bool }}"
336
336
337
337
# Additional RHEL 9 repositories
338
- - name : TreasureData 4 for RHEL 9
339
- url : " {{ stackhpc_release_pulp_content_url }}/treasuredata/4/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_4_version }}"
340
- distribution_name : " rhel-9-treasuredata-4 -"
341
- base_path : " treasuredata/4 /redhat/9/x86_64/"
338
+ - name : TreasureData 5 for RHEL 9
339
+ url : " {{ stackhpc_release_pulp_content_url }}/treasuredata/4/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
340
+ distribution_name : " rhel-9-treasuredata-5 -"
341
+ base_path : " treasuredata/5 /redhat/9/x86_64/"
342
342
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
343
343
344
- - name : MariaDB 10.6 for RHEL 9
345
- url : " {{ stackhpc_release_pulp_content_url }}/mariadb-10.6 /yum/rhel/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_mariadb_10_6_version }}"
346
- distribution_name : " rhel-9-mariadb-10-6 -"
347
- base_path : " mariadb-10.6 /yum/rhel/9/x86_64/"
344
+ - name : MariaDB 10.11 for RHEL 9
345
+ url : " {{ stackhpc_release_pulp_content_url }}/mariadb-10.11 /yum/rhel/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
346
+ distribution_name : " rhel-9-mariadb-10-11 -"
347
+ base_path : " mariadb-10.11 /yum/rhel/9/x86_64/"
348
348
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
349
349
350
350
- name : InfluxDB for RHEL 9
0 commit comments