Skip to content

Commit e6728b5

Browse files
committed
Add missing Ubuntu third party repos
1 parent 784ef5a commit e6728b5

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,68 @@ deb_package_repos:
201201
sync_group: third_party
202202
distribution_name: ceph-reef-debian-
203203

204+
# TreasureData 5 for Ubuntu Noble
205+
- name: TreasureData5 for Ubuntu Noble
206+
url: https://packages.treasuredata.com/lts/5/ubuntu/noble/
207+
base_path: treasuredata/ubuntu-noble/
208+
short_name: ubuntu_noble_treasuredata_5
209+
sync_group: third_party
210+
distribution_name: ubuntu-noble-treasuredata-5-
211+
# RabbitMQ - Erlang for Ubuntu Noble
212+
- name: RabbitMQ - Erlang - Ubuntu Noble
213+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
214+
distributions: noble
215+
component: "main"
216+
# mirror_complete fails with:
217+
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
218+
sync_policy: mirror_content_only
219+
base_path: rabbitmq/erlang/ubuntu/noble/x86_64/
220+
short_name: ubuntu_noble_rabbitmq_erlang
221+
sync_group: third_party
222+
distribution_name: ubuntu-noble-rabbitmq-erlang-
223+
# RabbitMQ for Ubuntu Noble
224+
- name: RabbitMQ - Server - Ubuntu Noble
225+
url: https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/ubuntu
226+
distributions: noble
227+
# mirror_complete fails with:
228+
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
229+
sync_policy: mirror_content_only
230+
base_path: rabbitmq/rabbitmq-server/ubuntu/noble/noarch/
231+
short_name: ubuntu_noble_rabbitmq_server
232+
sync_group: third_party
233+
distribution_name: ubuntu-noble-rabbitmq-server-
234+
# InfluxDB for Ubuntu Jammy
235+
- name: InfluxDB - Ubuntu Jammy
236+
url: https://repos.influxdata.com/ubuntu
237+
distributions: jammy
238+
components: stable
239+
base_path: influxdb/ubuntu/jammy/x86_64/stable/
240+
short_name: ubuntu_jammy_influxdb
241+
sync_group: third_party
242+
distribution_name: influxdb-ubuntu-jammy-
243+
# MariaDB 10.11 for Ubuntu Noble
244+
- name: MariaDB 10.11 - Ubuntu Noble
245+
url: https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu
246+
distributions: noble
247+
components: main
248+
architectures: amd64
249+
base_path: mariadb-10.11/apt/ubuntu/noble/x86_64/
250+
short_name: ubuntu_noble_mariadb_10_11
251+
sync_group: third_party
252+
distribution_name: mariadb-10.11-ubuntu-noble-
253+
# MariaDB 10.11.11 for Ubuntu Noble
254+
- name: MariaDB 10.11.11 - Ubuntu Noble
255+
url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
256+
distributions: noble
257+
components: main
258+
architectures: amd64
259+
base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
260+
short_name: ubuntu_noble_mariadb_10_11_11
261+
sync_group: third_party
262+
distribution_name: mariadb-10.11.11-ubuntu-noble-
263+
# TODO: Add Opensearch, Opensearch Dashboards, Grafana, and ProxySQL
264+
# repositories for Ubuntu
265+
204266
# Default filter string for Deb package repositories.
205267
deb_package_repo_filter: ""
206268

0 commit comments

Comments
 (0)