Skip to content

Commit d024078

Browse files
committed
Add Ubuntu OpenSearch, Grafana, ProxySQL repos
1 parent e6728b5 commit d024078

File tree

1 file changed

+46
-5
lines changed

1 file changed

+46
-5
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ deb_package_repos:
204204
# TreasureData 5 for Ubuntu Noble
205205
- name: TreasureData5 for Ubuntu Noble
206206
url: https://packages.treasuredata.com/lts/5/ubuntu/noble/
207-
base_path: treasuredata/ubuntu-noble/
207+
base_path: treasuredata/lts/5/ubuntu/noble/
208208
short_name: ubuntu_noble_treasuredata_5
209209
sync_group: third_party
210210
distribution_name: ubuntu-noble-treasuredata-5-
@@ -246,7 +246,7 @@ deb_package_repos:
246246
distributions: noble
247247
components: main
248248
architectures: amd64
249-
base_path: mariadb-10.11/apt/ubuntu/noble/x86_64/
249+
base_path: mariadb-server/10.11/repo/ubuntu/
250250
short_name: ubuntu_noble_mariadb_10_11
251251
sync_group: third_party
252252
distribution_name: mariadb-10.11-ubuntu-noble-
@@ -256,12 +256,53 @@ deb_package_repos:
256256
distributions: noble
257257
components: main
258258
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/
260260
short_name: ubuntu_noble_mariadb_10_11_11
261261
sync_group: third_party
262262
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-
265306

266307
# Default filter string for Deb package repositories.
267308
deb_package_repo_filter: ""

0 commit comments

Comments
 (0)