Skip to content

Commit 80b1e08

Browse files
committed
Disable fluent 6 syncs, broken upstream
1 parent 6799817 commit 80b1e08

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -921,20 +921,23 @@ rpm_package_repos:
921921
short_name: rhel10_rabbitmq_erlang_27_aarch64
922922
sync_group: rocky_10_aarch64
923923
distribution_name: rhel10-rabbitmq-erlang-27-aarch64-
924-
# Fluent Package v6 for RHEL 10
925-
- name: Fluent Package v6 - RHEL 10
926-
url: https://fluentd.cdn.cncf.io/lts/6/redhat/10/x86_64/
927-
base_path: fluentd/lts/6/redhat/10/x86_64/
928-
short_name: rhel_10_fluent_6
929-
sync_group: third_party
930-
distribution_name: rhel_10_fluent-6-
931-
# Fluent Package v6 for RHEL 10 (aarch64)
932-
- name: Fluent Package v6 - RHEL 10 (aarch64)
933-
url: https://fluentd.cdn.cncf.io/lts/6/redhat/10/aarch64/
934-
base_path: fluentd/lts/6/redhat/10/aarch64/
935-
short_name: rhel_10_fluent_6_aarch64
936-
sync_group: third_party
937-
distribution_name: rhel_10_fluent-6-aarch64-
924+
# FIXME: Fluent package does not sync properly due to broken checksums, so is
925+
# disabled for now. See issue
926+
# https://github.com/fluent/fluent-package-builder/issues/994 for details
927+
# # Fluent Package v6 for RHEL 10
928+
# - name: Fluent Package v6 - RHEL 10
929+
# url: https://fluentd.cdn.cncf.io/lts/6/redhat/10/x86_64/
930+
# base_path: fluentd/lts/6/redhat/10/x86_64/
931+
# short_name: rhel_10_fluent_6
932+
# sync_group: third_party
933+
# distribution_name: rhel_10_fluent-6-
934+
# # Fluent Package v6 for RHEL 10 (aarch64)
935+
# - name: Fluent Package v6 - RHEL 10 (aarch64)
936+
# url: https://fluentd.cdn.cncf.io/lts/6/redhat/10/aarch64/
937+
# base_path: fluentd/lts/6/redhat/10/aarch64/
938+
# short_name: rhel_10_fluent_6_aarch64
939+
# sync_group: third_party
940+
# distribution_name: rhel_10_fluent-6-aarch64-
938941
# MariaDB 10.11 for RHEL 10
939942
- name: MariaDB 10.11 - RHEL 10
940943
url: https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/10/x86_64

0 commit comments

Comments
 (0)