-
Notifications
You must be signed in to change notification settings - Fork 129
COS-2902: Add C10s variant #1498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
be84a56
build-node-image.sh: include yum repos from git as part of build
jlebon 3748c96
EL9: Split containernetworking-plugins & glusterfs-fuse
travier 2cf5e0e
c9s.repo: add note about why we use a mirror URL here
dustymabe 6597f80
c9s.repo: move the c9s-extras-common repo definition down
dustymabe 55f3c3d
extensions-okd-c9s: rework repo usage
dustymabe b997ba0
extensions-okd-c9s: add c9s-sig-nfv repo to global list
dustymabe ebdb5cf
manifests: Add initial c10s based variants
travier 5d19d0f
ci/prow-entrypoint: Setup C10S test entrypoints
travier 6bf3112
tests: update replace-rt-kernel with c10s repos
joelcapitao 452cd35
tests/replace-rt-kernel: Adapt for RHEL 10
jbtrystram b3f460c
initramfs/40rhcos-fips: do not execute 'fips-mode-setup' on EL10
joelcapitao f703f16
kola-denylist.yaml: Update for c10s variant
travier 87facb8
ci/prow-entrypoint: move to OSBuild for most image building
dustymabe 9c5abea
prow-entrypoint.sh: drop cosa_buildextend_all
dustymabe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # These are the official c10s repos. They are slower to update, but contain older | ||
| # versions of packages, which is useful when pinning for lack of a "coreos-pool" | ||
| # equivalent. When no pinning is needed you may find the compose repo URLs | ||
| # defined in c10s.repo are quicker to get new content. | ||
|
|
||
| [c10s-baseos-mirror] | ||
| name=CentOS Stream 10 - BaseOS | ||
| baseurl=https://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| [c10s-appstream-mirror] | ||
| name=CentOS Stream 10 - AppStream | ||
| baseurl=https://mirror.stream.centos.org/10-stream/AppStream/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| [c10s-nfv-mirror] | ||
| name=CentOS Stream 10 - NFV | ||
| baseurl=https://mirror.stream.centos.org/10-stream/NFV/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| [c10s-rt-mirror] | ||
| name=CentOS Stream 10 - RT | ||
| baseurl=https://mirror.stream.centos.org/10-stream/RT/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| # These are compose repo URLs that represent the latest composes in | ||
| # CentOS Stream 10. Sometimes these repos get content a little faster | ||
| # than the mirror repos defined in c10s-mirror.repo, but they won't | ||
| # have multiple versions of packages, which make them not ideal when | ||
| # needing to pin on older package versions. | ||
|
|
||
| [c10s-baseos] | ||
| name=CentOS Stream 10 - BaseOS | ||
| baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| [c10s-appstream] | ||
| name=CentOS Stream 10 - AppStream | ||
| baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/AppStream/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| [c10s-nfv] | ||
| name=CentOS Stream 10 - NFV | ||
| baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/NFV/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| [c10s-rt] | ||
| name=CentOS Stream 10 - RT | ||
| baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/RT/$basearch/os | ||
| gpgcheck=1 | ||
| repo_gpgcheck=0 | ||
| enabled=1 | ||
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 | ||
|
|
||
| # Note: We can't find a composes.stream.centos.org URL for this repo | ||
| # so we use the mirror.stream.centos.org URL here. | ||
| [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:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 | ||
|
|
||
| # Note: We can't find a composes.stream.centos.org URL for this repo | ||
| # so we use the mirror.stream.centos.org URL here. | ||
| [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:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV | ||
|
|
||
| # Note: We can't find a composes.stream.centos.org URL for this repo | ||
| # so we use the mirror.stream.centos.org URL here. | ||
| [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:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization | ||
|
|
||
| # Note: We can't find a composes.stream.centos.org URL for this repo | ||
| # so we use the mirror.stream.centos.org URL here. | ||
| [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:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.