Skip to content

Commit 5fd9252

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

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,83 @@ 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+
# Grafana for Ubuntu
212+
- name: Grafana for Ubuntu
213+
url: https://apt.grafana.com
214+
components: main
215+
policy: immediate
216+
base_path: grafana/oss/apt/
217+
short_name: ubuntu_grafana
218+
sync_group: grafana
219+
distribution_name: ubuntu-grafana-
220+
# RabbitMQ - Erlang for Ubuntu Noble
221+
- name: RabbitMQ - Erlang - Ubuntu Noble
222+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
223+
distributions: noble
224+
component: "main"
225+
# mirror_complete fails with:
226+
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
227+
sync_policy: mirror_content_only
228+
base_path: rabbitmq/erlang/ubuntu/noble/x86_64/
229+
short_name: ubuntu_noble_rabbitmq_erlang
230+
sync_group: third_party
231+
distribution_name: ubuntu-noble-rabbitmq-erlang-
232+
# RabbitMQ for Ubuntu Noble
233+
- name: RabbitMQ - Server - Ubuntu Noble
234+
url: https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/ubuntu
235+
distributions: noble
236+
# mirror_complete fails with:
237+
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
238+
sync_policy: mirror_content_only
239+
base_path: rabbitmq/rabbitmq-server/ubuntu/noble/noarch/
240+
short_name: ubuntu_noble_rabbitmq_server
241+
sync_group: third_party
242+
distribution_name: ubuntu-noble-rabbitmq-server-
243+
# InfluxDB for Ubuntu Jammy
244+
- name: InfluxDB - Ubuntu Jammy
245+
url: https://repos.influxdata.com/ubuntu
246+
distributions: jammy
247+
components: stable
248+
base_path: influxdb/ubuntu/jammy/x86_64/stable/
249+
short_name: ubuntu_jammy_influxdb
250+
sync_group: third_party
251+
distribution_name: influxdb-ubuntu-jammy-
252+
# MariaDB 10.11.11 for Ubuntu Noble
253+
- name: MariaDB 10.11.11 - Ubuntu Noble
254+
url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/apt/ubuntu/noble/x86_64
255+
base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
256+
short_name: ubuntu_noble_mariadb_10_11_11
257+
sync_group: third_party
258+
distribution_name: mariadb-10.11.11-ubuntu-noble-
259+
# OpenSearch 2.x
260+
- name: OpenSearch 2.x for Ubuntu
261+
url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt/
262+
base_path: opensearch/2.x/apt/
263+
short_name: opensearch_2_x_ubuntu
264+
sync_group: third_party
265+
distribution_name: opensearch-2.x-apt-
266+
# OpenSearch dashboards
267+
- name: OpenSearch Dashboards 2.x for Ubuntu
268+
url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/apt
269+
base_path: opensearch-dashboards/2.x/apt/
270+
short_name: opensearch_dashboards_2_x_ubuntu
271+
sync_group: third_party
272+
distribution_name: opensearch_dashboards-2.x-apt-
273+
# ProxySQL for Ubuntu Noble
274+
- name: ProxySQL for Ubuntu Noble
275+
url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/
276+
base_path: proxysql/ubuntu/noble/
277+
short_name: proxysql_ubuntu_noble
278+
sync_group: third_party
279+
distribution_name: proxysql-ubuntu-noble-
280+
204281
# Default filter string for Deb package repositories.
205282
deb_package_repo_filter: ""
206283

0 commit comments

Comments
 (0)