From 3af0c1952d0b31f4889cd4b08db82d3ad554cc8a 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 Also add repo for lab Signed-off-by: Damien Thenot --- files/xcp-ng.repo.8.x.in | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/files/xcp-ng.repo.8.x.in b/files/xcp-ng.repo.8.x.in index 0829e49..818fe6a 100644 --- a/files/xcp-ng.repo.8.x.in +++ b/files/xcp-ng.repo.8.x.in @@ -52,6 +52,34 @@ repo_gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng priority=1 + +[xcp-ng-lab] +name=XCP-ng Lab Source Repository +baseurl=http://mirrors.xcp-ng.org/8/@XCP_NG_BRANCH@/lab/x86_64/ +enabled=0 +gpgcheck=1 +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 +priority=1 + +[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 +priority=1 + # Source repositories [xcp-ng-base-src] @@ -116,3 +144,21 @@ gpgcheck=1 repo_gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng priority=1 + +[xcp-ng-linstor-src] +name=XCP-ng LINSTOR Repository +baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor/Source/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng +priority=1 + +[xcp-ng-linstor-testing-src] +name=XCP-ng LINSTOR Testing Repository +baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor-testing/Source/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng +priority=1