@@ -201,6 +201,97 @@ 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 for Ubuntu Noble
253+ - name: MariaDB 10.11 - Ubuntu Noble
254+ url: https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu
255+ distributions: noble
256+ components: main
257+ base_path: mariadb-10.11/apt/ubuntu/noble/x86_64/
258+ short_name: ubuntu_noble_mariadb_10_11
259+ sync_group: third_party
260+ distribution_name: mariadb-10.11-ubuntu-noble-
261+ # MariaDB 10.11.11 for Ubuntu Noble
262+ - name: MariaDB 10.11.11 - Ubuntu Noble
263+ url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
264+ distributions: noble
265+ components: main
266+ base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
267+ short_name: ubuntu_noble_mariadb_10_11_11
268+ sync_group: third_party
269+ distribution_name: mariadb-10.11.11-ubuntu-noble-
270+ # OpenSearch 2.x
271+ - name: OpenSearch 2.x for Ubuntu
272+ url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt/
273+ components: stable main
274+ base_path: opensearch/2.x/apt/
275+ short_name: opensearch_2_x_ubuntu
276+ sync_group: third_party
277+ distribution_name: opensearch-2.x-apt-
278+ # OpenSearch dashboards
279+ - name: OpenSearch Dashboards 2.x for Ubuntu
280+ url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/apt
281+ components: stable main
282+ base_path: opensearch-dashboards/2.x/apt/
283+ short_name: opensearch_dashboards_2_x_ubuntu
284+ sync_group: third_party
285+ distribution_name: opensearch_dashboards-2.x-apt-
286+ # ProxySQL for Ubuntu Noble
287+ - name: ProxySQL for Ubuntu Noble
288+ url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/
289+ components: ./
290+ base_path: proxysql/ubuntu/noble/
291+ short_name: proxysql_ubuntu_noble
292+ sync_group: third_party
293+ distribution_name: proxysql-ubuntu-noble-
294+
204295# Default filter string for Deb package repositories.
205296deb_package_repo_filter: ""
206297
0 commit comments