-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from kubevirt-bot/cherry-pick-219-to-release-1.1
[release-1.1] Add preferences for RHEL 10 Beta and CentOS 10 Stream
- Loading branch information
Showing
24 changed files
with
221 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 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,14 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../base | ||
|
||
components: | ||
- ./metadata | ||
- ./requirements | ||
- ../../components/rng | ||
- ../../components/disk-dedicatediothread | ||
|
||
nameSuffix: ".stream10" |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./metadata.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./metadata.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
This file contains 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,7 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: metadata | ||
annotations: | ||
openshift.io/display-name: "CentOS Stream 10" |
11 changes: 11 additions & 0 deletions
11
preferences/centos/10_stream/requirements/kustomization.yaml
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./requirements.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./requirements.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
12 changes: 12 additions & 0 deletions
12
preferences/centos/10_stream/requirements/requirements.yaml
This file contains 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,12 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: requirements | ||
spec: | ||
# https://access.redhat.com/articles/rhel-limits#minimum-required-memory-3 | ||
requirements: | ||
cpu: | ||
guest: 1 | ||
memory: | ||
guest: 1.5Gi |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../10_stream | ||
|
||
components: | ||
- ../../components/tablet-virtio | ||
|
||
nameSuffix: ".desktop" |
This file contains 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 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,9 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: efi | ||
spec: | ||
firmware: | ||
preferredUseEfi: true | ||
preferredUseSecureBoot: false |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./efi.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./efi.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
This file contains 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,15 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../../base | ||
|
||
components: | ||
- ./metadata | ||
- ./requirements | ||
- ../../../components/disk-dedicatediothread | ||
- ../../../components/efi | ||
- ../../../components/rng | ||
|
||
nameSuffix: ".10" |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./metadata.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./metadata.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
This file contains 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,9 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: metadata | ||
annotations: | ||
openshift.io/display-name: "Red Hat Enterprise Linux 10 Beta (amd64)" | ||
labels: | ||
instancetype.kubevirt.io/arch: "amd64" |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./requirements.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./requirements.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
This file contains 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,12 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: requirements | ||
spec: | ||
# https://access.redhat.com/articles/rhel-limits#minimum-required-memory-3 | ||
requirements: | ||
cpu: | ||
guest: 1 | ||
memory: | ||
guest: 1.5Gi |
This file contains 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,14 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../../base | ||
|
||
components: | ||
- ./metadata | ||
- ./requirements | ||
- ../../../components/disk-dedicatediothread | ||
- ../../../components/rng | ||
|
||
nameSuffix: ".10.arm64" |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./metadata.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./metadata.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
This file contains 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,9 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: metadata | ||
annotations: | ||
openshift.io/display-name: "Red Hat Enterprise Linux 10 Beta (arm64)" | ||
labels: | ||
instancetype.kubevirt.io/arch: "arm64" |
This file contains 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,11 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- path: ./requirements.yaml | ||
target: | ||
kind: VirtualMachinePreference | ||
- path: ./requirements.yaml | ||
target: | ||
kind: VirtualMachineClusterPreference |
This file contains 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,12 @@ | ||
--- | ||
apiVersion: instancetype.kubevirt.io/v1beta1 | ||
kind: VirtualMachinePreference | ||
metadata: | ||
name: requirements | ||
spec: | ||
# https://access.redhat.com/articles/rhel-limits#minimum-required-memory-3 | ||
requirements: | ||
cpu: | ||
guest: 1 | ||
memory: | ||
guest: 1.5Gi |
This file contains 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,7 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ./arm64 | ||
- ./amd64 |
This file contains 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 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 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