From 96027bbe86e497cf7793396e45393901e07d0052 Mon Sep 17 00:00:00 2001 From: Damien Thenot Date: Tue, 19 Nov 2024 11:10:32 +0100 Subject: [PATCH] Add linstor repo xcp-ng.repo Signed-off-by: Damien Thenot --- files/xcp-ng.repo.8.x.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/files/xcp-ng.repo.8.x.in b/files/xcp-ng.repo.8.x.in index 0829e49..9fdf089 100644 --- a/files/xcp-ng.repo.8.x.in +++ b/files/xcp-ng.repo.8.x.in @@ -52,6 +52,22 @@ repo_gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng priority=1 +[xcp-ng-linstor] +name=XCP-ng LINSTOR Repository +baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor/x86_64/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng + +[xcp-ng-linstor-testing] +name=XCP-ng LINSTOR Testing Repository +baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor-testing/x86_64/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng + # Source repositories [xcp-ng-base-src]