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