Skip to content

Commit

Permalink
fixup! manifests: Add initial c10s based variants
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Feb 19, 2025
1 parent 7ffb23a commit 2f8dc31
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
56 changes: 28 additions & 28 deletions c10s.repo
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

# [c10s-extras-common]
# name=CentOS Stream 10 - Extras packages
# baseurl=https://mirror.stream.centos.org/SIGs/10-stream/extras/$basearch/extras-common
# gpgcheck=1
# repo_gpgcheck=0
# enabled=1
# gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
[c10s-extras-common]
name=CentOS Stream 10 - Extras packages
baseurl=https://mirror.stream.centos.org/SIGs/10-stream/extras/$basearch/extras-common
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512

[c10s-nfv]
name=CentOS Stream 10 - NFV
Expand All @@ -38,26 +38,26 @@ repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

# [c10s-sig-nfv]
# name=CentOS Stream 10 - SIG NFV
# baseurl=https://mirror.stream.centos.org/SIGs/10-stream/nfv/$basearch/openvswitch-2/
# gpgcheck=1
# repo_gpgcheck=0
# enabled=1
# gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-NFV
[c10s-sig-nfv]
name=CentOS Stream 10 - SIG NFV
baseurl=https://mirror.stream.centos.org/SIGs/10-stream/nfv/$basearch/openvswitch-2/
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-NFV

# [c10s-sig-virtualization]
# name=CentOS Stream 10 - SIG Virtualization
# baseurl=https://mirror.stream.centos.org/SIGs/10-stream/virt/$basearch/kata-containers/
# gpgcheck=1
# repo_gpgcheck=0
# enabled=1
# gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Virtualization
[c10s-sig-virtualization]
name=CentOS Stream 10 - SIG Virtualization
baseurl=https://mirror.stream.centos.org/SIGs/10-stream/virt/$basearch/kata-containers/
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Virtualization

# [c10s-sig-cloud-okd]
# name=CentOS Stream 10 - SIG Cloud OKD 4.15
# baseurl=https://mirror.stream.centos.org/SIGs/10-stream/cloud/$basearch/okd-4.15/
# gpgcheck=1
# repo_gpgcheck=0
# enabled=1
# gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Cloud
[c10s-sig-cloud-okd]
name=CentOS Stream 10 - SIG Cloud OKD 4.19
baseurl=https://mirror.stream.centos.org/SIGs/10-stream/cloud/$basearch/okd-4.19/
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Cloud
18 changes: 9 additions & 9 deletions manifest-okd-c10s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ include:

# Additional repos we need for OKD components
repos:
# For containernetworking-plugins for cri-o
- rhel-9.6-appstream
# CentOS Extras Common repo for SIG RPM GPG keys
# - c10s-extras-common
- c10s-extras-common
# CentOS NFV SIG repo for openvswitch
# - c10s-sig-nfv
- c10s-sig-nfv
# For openvswitch
- rhel-9.6-fast-datapath
# CentOS Cloud SIG repo for cri-o, cri-tools and conmon-rs
# - c10s-sig-cloud-okd
- c10s-sig-cloud-okd
# For containernetworking-plugins for cri-o
- rhel-9.6-appstream
# Include RHCOS 9 repo for oc, hyperkube
- rhel-9.6-server-ose-4.19

Expand Down Expand Up @@ -96,10 +96,10 @@ postprocess:
ln -s /usr/lib/issue /etc/issue.net
packages:
# RPM GPG keys for CentOS SIG repos
# - centos-release-cloud-common
# - centos-release-nfv-common
# - centos-release-virt-common
# RPM GPG keys for CentOS SIG repos
- centos-release-cloud-common
# - centos-release-nfv-common
- centos-release-virt-common

# Packages pinned to specific repos in SCOS 9
repo-packages:
Expand Down

0 comments on commit 2f8dc31

Please sign in to comment.