@@ -201,6 +201,109 @@ deb_package_repos:
201
201
sync_group: third_party
202
202
distribution_name: ceph-reef-debian-
203
203
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/lts/5/ubuntu/noble/
208
+ short_name: ubuntu_noble_treasuredata_5
209
+ sync_group: third_party
210
+ distribution_name: ubuntu-noble-treasuredata-5-
211
+ # RabbitMQ - Erlang for Ubuntu Noble
212
+ - name: RabbitMQ - Erlang - Ubuntu Noble
213
+ url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
214
+ distributions: noble
215
+ component: "main"
216
+ # mirror_complete fails with:
217
+ # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
218
+ sync_policy: mirror_content_only
219
+ base_path: rabbitmq/erlang/ubuntu/noble/x86_64/
220
+ short_name: ubuntu_noble_rabbitmq_erlang
221
+ sync_group: third_party
222
+ distribution_name: ubuntu-noble-rabbitmq-erlang-
223
+ # RabbitMQ for Ubuntu Noble
224
+ - name: RabbitMQ - Server - Ubuntu Noble
225
+ url: https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/ubuntu
226
+ distributions: noble
227
+ # mirror_complete fails with:
228
+ # "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
229
+ sync_policy: mirror_content_only
230
+ base_path: rabbitmq/rabbitmq-server/ubuntu/noble/noarch/
231
+ short_name: ubuntu_noble_rabbitmq_server
232
+ sync_group: third_party
233
+ distribution_name: ubuntu-noble-rabbitmq-server-
234
+ # InfluxDB for Ubuntu Jammy
235
+ - name: InfluxDB - Ubuntu Jammy
236
+ url: https://repos.influxdata.com/ubuntu
237
+ distributions: jammy
238
+ components: stable
239
+ base_path: influxdb/ubuntu/jammy/x86_64/stable/
240
+ short_name: ubuntu_jammy_influxdb
241
+ sync_group: third_party
242
+ distribution_name: influxdb-ubuntu-jammy-
243
+ # MariaDB 10.11 for Ubuntu Noble
244
+ - name: MariaDB 10.11 - Ubuntu Noble
245
+ url: https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu
246
+ distributions: noble
247
+ components: main
248
+ architectures: amd64
249
+ base_path: mariadb-server/10.11/repo/ubuntu/
250
+ short_name: ubuntu_noble_mariadb_10_11
251
+ sync_group: third_party
252
+ distribution_name: mariadb-10.11-ubuntu-noble-
253
+ # MariaDB 10.11.11 for Ubuntu Noble
254
+ - name: MariaDB 10.11.11 - Ubuntu Noble
255
+ url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
256
+ distributions: noble
257
+ components: main
258
+ architectures: amd64
259
+ base_path: mariadb-server/mariadb-10.11.11/repo/ubuntu/
260
+ short_name: ubuntu_noble_mariadb_10_11_11
261
+ sync_group: third_party
262
+ distribution_name: mariadb-10.11.11-ubuntu-noble-
263
+ # Grafana for Ubuntu Noble
264
+ - name: Grafana - Ubuntu Noble
265
+ url: https://apt.grafana.com
266
+ policy: immediate
267
+ distributions: stable
268
+ components: main
269
+ base_path: grafana/oss/apt/
270
+ short_name: ubuntu_noble_grafana
271
+ sync_group: alex_test
272
+ distribution_name: ubuntu-noble-grafana-
273
+ # OpenSearch for Ubuntu Noble
274
+ - name: OpenSearch - Ubuntu Noble
275
+ url: https://artifacts.opensearch.org/releases/bundle/opensearch/3.x/apt
276
+ policy: immediate
277
+ architectures: amd64
278
+ distributions: stable
279
+ components: main
280
+ base_path: opensearch/3.x/apt/
281
+ short_name: ubuntu_noble_opensearch
282
+ sync_group: alex_test
283
+ distribution_name: ubuntu-noble-opensearch-
284
+ # OpenSearch Dashboards for Ubuntu Noble
285
+ - name: OpenSearch Dashboards - Ubuntu Noble
286
+ url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/3.x/apt
287
+ policy: immediate
288
+ architectures: amd64
289
+ distributions: stable
290
+ components: main
291
+ base_path: opensearch-dashboards/3.x/apt/
292
+ short_name: ubuntu_noble_opensearch_dashboards
293
+ sync_group: alex_test
294
+ distribution_name: ubuntu-noble-opensearch-dashboards-
295
+ # ProxySQL for Ubuntu Noble
296
+ - name: ProxySQL - Ubuntu Noble
297
+ url: https://repo.proxysql.com/ProxySQL
298
+ policy: immediate
299
+ architectures: amd64
300
+ distributions: noble
301
+ components: main
302
+ base_path: ProxySQL/proxysql-3.0.x/noble/
303
+ short_name: ubuntu_noble_proxysql
304
+ sync_group: alex_test
305
+ distribution_name: ubuntu-noble-proxysql-
306
+
204
307
# Default filter string for Deb package repositories.
205
308
deb_package_repo_filter: ""
206
309
0 commit comments