@@ -201,6 +201,94 @@ 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+ distribution: 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+ policy: immediate
221+ base_path: grafana/oss/apt/
222+ short_name: ubuntu_noble_grafana
223+ sync_group: grafana
224+ distribution_name: ubuntu_noble_grafana-
225+ # RabbitMQ - Erlang for Ubuntu Noble
226+ - name: RabbitMQ - Erlang - Ubuntu Noble
227+ url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
228+ suite: "noble"
229+ component: "main"
230+ # mirror_complete fails with:
231+ # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
232+ sync_policy: mirror_content_only
233+ base_path: rabbitmq/erlang/ubuntu/noble/x86_64/
234+ short_name: ubuntu_noble_rabbitmq_erlang
235+ sync_group: third_party
236+ distribution_name: ubuntu-noble-rabbitmq-erlang-
237+ # RabbitMQ for Ubuntu Noble
238+ - name: RabbitMQ - Server - Ubuntu Noble
239+ url: https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/ubuntu
240+ # mirror_complete fails with:
241+ # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
242+ sync_policy: mirror_content_only
243+ base_path: rabbitmq/rabbitmq-server/ubuntu/noble/noarch/
244+ short_name: ubuntu_noble_rabbitmq_server
245+ sync_group: third_party
246+ distribution_name: ubuntu-noble-rabbitmq-server-
247+ # InfluxDB for Ubuntu Jammy
248+ - name: InfluxDB - Ubuntu Jammy
249+ url: https://repos.influxdata.com/ubuntu
250+ suite: jammy
251+ components: stable
252+ base_path: influxdb/ubuntu/jammy/x86_64/stable/
253+ short_name: ubuntu_jammy_influxdb
254+ sync_group: third_party
255+ distribution_name: influxdb-ubuntu-jammy-
256+ # MariaDB 10.11.11 for Ubuntu Noble
257+ - name: MariaDB 10.11.11 - Ubuntu Noble
258+ url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
259+ suite: "noble"
260+ components: "main"
261+ base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
262+ short_name: ubuntu_noble_mariadb_10_11_11
263+ sync_group: third_party
264+ distribution_name: mariadb-10.11.11-ubuntu-noble-
265+ # OpenSearch 2.x
266+ - name: OpenSearch 2.x for Ubuntu
267+ url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt/
268+ suite: stable
269+ components: main
270+ base_path: opensearch/2.x/apt/
271+ short_name: opensearch_2_x_ubuntu
272+ sync_group: third_party
273+ distribution_name: opensearch-2.x-apt-
274+ # OpenSearch dashboards
275+ - name: OpenSearch Dashboards 2.x for Ubuntu
276+ url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/apt
277+ suite: stable
278+ components: main
279+ base_path: opensearch-dashboards/2.x/apt/
280+ short_name: opensearch_dashboards_2_x_ubuntu
281+ sync_group: third_party
282+ distribution_name: opensearch_dashboards-2.x-apt-
283+ # ProxySQL for Ubuntu Noble
284+ - name: ProxySQL for Ubuntu Noble
285+ url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/
286+ suite: ./
287+ base_path: proxysql/ubuntu/noble/
288+ short_name: proxysql_ubuntu_noble
289+ sync_group: third_party
290+ distribution_name: proxysql-ubuntu-noble-
291+
204292# Default filter string for Deb package repositories.
205293deb_package_repo_filter: ""
206294
0 commit comments