Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions c9s.repo
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-NFV

[copr:copr.fedorainfracloud.org:amoralej:openvswitch-s390x]
name=Copr repo for openvswitch-s390x owned by amoralej
baseurl=https://download.copr.fedorainfracloud.org/results/amoralej/openvswitch-s390x/centos-stream-9-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/amoralej/openvswitch-s390x/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

[sig-virtualization]
name=CentOS Stream 9 - SIG Virtualization
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/virt/x86_64/kata-containers/
Expand Down
2 changes: 2 additions & 0 deletions manifest-c9s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ repos:
# For NFV & Virtualization SIG GPG keys
- extras-common
- sig-nfv
# Temporary repo for openvswitch on s390x
- copr:copr.fedorainfracloud.org:amoralej:openvswitch-s390x
# Include RHCOS 9 repo for oc, hyperkube, cri-o, conmon-rs
- rhel-9.0-server-ose-4.13
# Use this repo to build SCOS with OKD SCOS packages
Expand Down