Skip to content

Commit

Permalink
Merge pull request #317 from stackhpc/package-repo-2024.1
Browse files Browse the repository at this point in the history
Add package repositories for 2024.1
  • Loading branch information
markgoddard authored Jul 10, 2024
2 parents 36c66c1 + b15fdd8 commit 5b50ede
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ deb_package_repos:
policy: immediate
architectures: amd64
components: main
distributions: focal-updates/yoga jammy-updates/zed jammy-updates/antelope
distributions: focal-updates/yoga jammy-updates/zed jammy-updates/antelope jammy-updates/caracal
mirror: true
mode: verbatim
base_path: ubuntu-cloud-archive/
Expand Down Expand Up @@ -347,7 +347,7 @@ rpm_package_repos:
base_path: mariadb-10.6/yum/centos8-amd64/
short_name: mariadb_10_6_centos8
distribution_name: mariadb-10.6-centos8
# RabbitMQ - Erlang for Redhat family, version 8/9 agnostic
# RabbitMQ - Erlang for Redhat family, version 8
- name: RabbitMQ - Erlang
url: https://packagecloud.io/rabbitmq/erlang/el/8/x86_64
# mirror_complete fails with:
Expand All @@ -356,7 +356,7 @@ rpm_package_repos:
base_path: rabbitmq/erlang/el/8/x86_64/
short_name: rabbitmq_erlang
distribution_name: rabbitmq-erlang-
# RabbitMQ for Redhat family, version 8/9 agnostic
# RabbitMQ for Redhat family, version 8
- name: RabbitMQ - Server
url: https://packagecloud.io/rabbitmq/rabbitmq-server/el/8/x86_64
# mirror_complete fails with:
Expand Down Expand Up @@ -754,20 +754,56 @@ rpm_package_repos:
base_path: centos/9-stream/cloud/x86_64/openstack-antelope/
short_name: centos_stream_9_openstack_antelope
distribution_name: centos-stream-9-openstack-antelope-
# OpenStack Caracal for CentOS Stream 9
- name: CentOS Stream 9 - OpenStack Caracal
url: https://mirror.stream.centos.org/SIGs/9-stream/cloud/x86_64/openstack-caracal/
base_path: centos/9-stream/cloud/x86_64/openstack-caracal/
short_name: centos_stream_9_openstack_caracal
distribution_name: centos-stream-9-openstack-caracal-

# Additional RHEL 9 repositories
# RabbitMQ - Erlang for Redhat family, version 9
- name: RabbitMQ - Erlang - RHEL 9
url: https://packagecloud.io/rabbitmq/erlang/el/9/x86_64
# mirror_complete fails with:
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
sync_policy: mirror_content_only
base_path: rabbitmq/erlang/el/9/x86_64/
short_name: rhel9_rabbitmq_erlang
distribution_name: rhel9-rabbitmq-erlang-
# RabbitMQ for Redhat family, version 9
- name: RabbitMQ - Server - RHEL 9
url: https://packagecloud.io/rabbitmq/rabbitmq-server/el/9/x86_64
# mirror_complete fails with:
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
sync_policy: mirror_content_only
base_path: rabbitmq/rabbitmq-server/el/9/x86_64/
short_name: rhel9_rabbitmq_server
distribution_name: rhel9-rabbitmq-server-
# TreasureData 4 for RHEL 9
- name: TreasureData 4 - RHEL 9
url: http://packages.treasuredata.com/4/redhat/9/x86_64
base_path: treasuredata/4/redhat/9/x86_64/
short_name: rhel_9_treasuredata_4
distribution_name: rhel_9_treasuredata-4-
distribution_name: rhel_9_treasuredata-4-
# TreasureData 5 for RHEL 9
- name: TreasureData 5 - RHEL 9
url: https://packages.treasuredata.com/lts/5/redhat/9/x86_64
base_path: treasuredata/lts/5/redhat/9/x86_64/
short_name: rhel_9_treasuredata_5
distribution_name: rhel_9_treasuredata-5-
# MariaDB 10.6 for RHEL 9
- name: MariaDB 10.6 - RHEL 9
url: https://dlm.mariadb.com/repo/mariadb-server/10.6/yum/rhel/9/x86_64
base_path: mariadb-10.6/yum/rhel/9/x86_64/
short_name: rhel_9_mariadb_10_6
distribution_name: mariadb-10.6-rhel-9-
# MariaDB 10.11 for RHEL 9
- name: MariaDB 10.11 - RHEL 9
url: https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/9/x86_64
base_path: mariadb-10.11/yum/rhel/9/x86_64/
short_name: rhel_9_mariadb_10_11
distribution_name: mariadb-10.11-rhel-9-
# InfluxDB for RHEL 9
- name: InfluxDB - RHEL 9
url: https://repos.influxdata.com/rhel/9/x86_64/stable/
Expand Down

0 comments on commit 5b50ede

Please sign in to comment.