Skip to content

Commit 209e991

Browse files
authored
Merge pull request #493 from stackhpc/disable-influx
Disable InfluxDB aarch64 syncs
2 parents 641db34 + 1e40297 commit 209e991

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

ansible/inventory/group_vars/all/rpm-package-repos

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -578,13 +578,16 @@ rpm_package_repos:
578578
short_name: rhel_9_influxdb
579579
sync_group: third_party
580580
distribution_name: influxdb-rhel-9-
581-
# InfluxDB for RHEL 9 (aarch64)
582-
- name: InfluxDB - RHEL 9 (aarch64)
583-
url: https://repos.influxdata.com/rhel/9/aarch64/stable/
584-
base_path: influxdb/rhel/9/aarch64/stable/
585-
short_name: rhel_9_influxdb_aarch64
586-
sync_group: third_party
587-
distribution_name: influxdb-rhel-9-aarch64-
581+
# FIXME: aarch64 InfluxDB RPMs don't sync properly, some RPMs are missing, so
582+
# is disabled for now. See issue
583+
# https://github.com/influxdata/influxdb/issues/27277 for details
584+
# # InfluxDB for RHEL 9 (aarch64)
585+
# - name: InfluxDB - RHEL 9 (aarch64)
586+
# url: https://repos.influxdata.com/rhel/9/aarch64/stable/
587+
# base_path: influxdb/rhel/9/aarch64/stable/
588+
# short_name: rhel_9_influxdb_aarch64
589+
# sync_group: third_party
590+
# distribution_name: influxdb-rhel-9-aarch64-
588591
# MLNX OFED 5.9-0.5.6.0 RHEL 9.1 repository
589592
- name: Mellanox Technologies mlnx_ofed 5.9-0.5.6.0
590593
url: https://linux.mellanox.com/public/repo/mlnx_ofed/5.9-0.5.6.0/rhel9.1/x86_64/
@@ -973,13 +976,16 @@ rpm_package_repos:
973976
short_name: rhel_10_influxdb
974977
sync_group: third_party
975978
distribution_name: influxdb-rhel-10-
976-
# InfluxDB for RHEL 10 (aarch64)
977-
- name: InfluxDB - RHEL 10 (aarch64)
978-
url: https://repos.influxdata.com/rhel/10/aarch64/stable/
979-
base_path: influxdb/rhel/10/aarch64/stable/
980-
short_name: rhel_10_influxdb_aarch64
981-
sync_group: third_party
982-
distribution_name: influxdb-rhel-10-aarch64-
979+
# FIXME: aarch64 InfluxDB RPMs don't sync properly, some RPMs are missing, so
980+
# is disabled for now. See issue
981+
# https://github.com/influxdata/influxdb/issues/27277 for details
982+
# # InfluxDB for RHEL 10 (aarch64)
983+
# - name: InfluxDB - RHEL 10 (aarch64)
984+
# url: https://repos.influxdata.com/rhel/10/aarch64/stable/
985+
# base_path: influxdb/rhel/10/aarch64/stable/
986+
# short_name: rhel_10_influxdb_aarch64
987+
# sync_group: third_party
988+
# distribution_name: influxdb-rhel-10-aarch64-
983989
# OpenSearch 3.x
984990
- name: OpenSearch 3.x
985991
url: https://artifacts.opensearch.org/releases/bundle/opensearch/3.x/yum

0 commit comments

Comments
 (0)