Skip to content

Commit b8cde98

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

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

ansible/inventory/group_vars/all/package-repos

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

0 commit comments

Comments
 (0)