@@ -204,7 +204,7 @@ deb_package_repos:
204
204
# TreasureData 5 for Ubuntu Noble
205
205
- name: TreasureData5 for Ubuntu Noble
206
206
url: https://packages.treasuredata.com/lts/5/ubuntu/noble/
207
- base_path: treasuredata/ubuntu- noble/
207
+ base_path: treasuredata/lts/5/ ubuntu/ noble/
208
208
short_name: ubuntu_noble_treasuredata_5
209
209
sync_group: third_party
210
210
distribution_name: ubuntu-noble-treasuredata-5-
@@ -246,7 +246,7 @@ deb_package_repos:
246
246
distributions: noble
247
247
components: main
248
248
architectures: amd64
249
- base_path: mariadb-10.11/apt /ubuntu/noble/x86_64 /
249
+ base_path: mariadb-server/ 10.11/repo /ubuntu/
250
250
short_name: ubuntu_noble_mariadb_10_11
251
251
sync_group: third_party
252
252
distribution_name: mariadb-10.11-ubuntu-noble-
@@ -256,12 +256,53 @@ deb_package_repos:
256
256
distributions: noble
257
257
components: main
258
258
architectures: amd64
259
- base_path: mariadb-10.11.11/apt /ubuntu/noble/x86_64 /
259
+ base_path: mariadb-server/mariadb- 10.11.11/repo /ubuntu/
260
260
short_name: ubuntu_noble_mariadb_10_11_11
261
261
sync_group: third_party
262
262
distribution_name: mariadb-10.11.11-ubuntu-noble-
263
- # TODO: Add Opensearch, Opensearch Dashboards, Grafana, and ProxySQL
264
- # repositories for Ubuntu
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/apt/x86_64/
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: releases/bundle/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: releases/bundle/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-
265
306
266
307
# Default filter string for Deb package repositories.
267
308
deb_package_repo_filter: ""
0 commit comments