Skip to content

Commit 2be8f78

Browse files
committed
test
1 parent e6728b5 commit 2be8f78

File tree

1 file changed

+43
-12
lines changed

1 file changed

+43
-12
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 43 additions & 12 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,22 +246,53 @@ 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-
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
253+
# Grafana for Ubuntu Noble
254+
- name: Grafana - Ubuntu Noble
255+
url: https://apt.grafana.com
256+
policy: immediate
257+
distributions: stable
257258
components: main
259+
base_path: grafana/apt/x86_64/
260+
short_name: ubuntu_noble_grafana
261+
sync_group: alex_test
262+
distribution_name: ubuntu-noble-grafana-
263+
# OpenSearch for Ubuntu Noble
264+
- name: OpenSearch - Ubuntu Noble
265+
url: https://artifacts.opensearch.org/releases/bundle/opensearch/3.x/apt
266+
policy: immediate
258267
architectures: amd64
259-
base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
260-
short_name: ubuntu_noble_mariadb_10_11_11
261-
sync_group: third_party
262-
distribution_name: mariadb-10.11.11-ubuntu-noble-
263-
# TODO: Add Opensearch, Opensearch Dashboards, Grafana, and ProxySQL
264-
# repositories for Ubuntu
268+
distributions: stable
269+
components: main
270+
base_path: releases/bundle/opensearch/3.x/apt/
271+
short_name: ubuntu_noble_opensearch
272+
sync_group: alex_test
273+
distribution_name: ubuntu-noble-opensearch-
274+
# OpenSearch Dashboards for Ubuntu Noble
275+
- name: OpenSearch - Ubuntu Noble
276+
url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/3.x/apt
277+
policy: immediate
278+
architectures: amd64
279+
distributions: stable
280+
components: main
281+
base_path: releases/bundle/opensearch-dashboards/3.x/apt/
282+
short_name: ubuntu_noble_opensearch_dashboards
283+
sync_group: alex_test
284+
distribution_name: ubuntu-noble-opensearch-dashboards-
285+
# ProxySQL for Ubuntu Noble
286+
- name: ProxySQL - Ubuntu Noble
287+
url: https://repo.proxysql.com/ProxySQL
288+
policy: immediate
289+
architectures: amd64
290+
distributions: noble
291+
components: main
292+
base_path: ProxySQL/proxysql-3.0.x/noble/
293+
short_name: ubuntu_noble_proxysql
294+
sync_group: alex_test
295+
distribution_name: ubuntu-noble-proxysql-
265296

266297
# Default filter string for Deb package repositories.
267298
deb_package_repo_filter: ""

0 commit comments

Comments
 (0)