Skip to content
Merged
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
12 changes: 0 additions & 12 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@ aliases:
- Gal-Zaidman
- eslutsky
- janosdebugs
kubevirt-approvers:
- nirarg
- bardielle
- ravidbro
- rgolangh
- chenyosef
kubevirt-reviewers:
- nirarg
- bardielle
- ravidbro
- rgolangh
- chenyosef
ibmcloud-approvers:
- bobbyradford
- hasueki
Expand Down
1 change: 0 additions & 1 deletion cmd/openshift-install/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"github.com/openshift/installer/pkg/destroy/bootstrap"
_ "github.com/openshift/installer/pkg/destroy/gcp"
_ "github.com/openshift/installer/pkg/destroy/ibmcloud"
_ "github.com/openshift/installer/pkg/destroy/kubevirt"
_ "github.com/openshift/installer/pkg/destroy/libvirt"
_ "github.com/openshift/installer/pkg/destroy/openstack"
_ "github.com/openshift/installer/pkg/destroy/ovirt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ then
copy_static_resources_for openstack
copy_static_resources_for ovirt
copy_static_resources_for vsphere
copy_static_resources_for kubevirt

cp mco-bootstrap/manifests/* manifests/

Expand Down
7 changes: 0 additions & 7 deletions data/data/bootstrap/kubevirt/OWNERS

This file was deleted.

2 changes: 0 additions & 2 deletions data/data/bootstrap/kubevirt/README.md

This file was deleted.

This file was deleted.

93 changes: 0 additions & 93 deletions data/data/install.openshift.io_installconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,23 +269,6 @@ spec:
type: string
type: array
type: object
kubevirt:
description: Kubevirt is the configuration used when installing
on Kubevirt.
properties:
cpu:
description: CPU is the amount of CPUs used.
format: int32
type: integer
memory:
description: 'Memory is the size of a VM''s memory. Format:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go'
type: string
storageSize:
description: 'StorageSize is the size of VM''s boot volume.
Format: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go'
type: string
type: object
libvirt:
description: Libvirt is the configuration used when installing
on libvirt.
Expand Down Expand Up @@ -694,23 +677,6 @@ spec:
type: string
type: array
type: object
kubevirt:
description: Kubevirt is the configuration used when installing
on Kubevirt.
properties:
cpu:
description: CPU is the amount of CPUs used.
format: int32
type: integer
memory:
description: 'Memory is the size of a VM''s memory. Format:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go'
type: string
storageSize:
description: 'StorageSize is the size of VM''s boot volume.
Format: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go'
type: string
type: object
libvirt:
description: Libvirt is the configuration used when installing
on libvirt.
Expand Down Expand Up @@ -1654,65 +1620,6 @@ spec:
required:
- region
type: object
kubevirt:
description: Kubevirt is the configuration used when installing on
kubevirt.
properties:
apiVIP:
description: APIVIP is the virtual IP address for the api endpoint.
format: ip
type: string
defaultMachinePlatform:
description: DefaultMachinePlatform is the default configuration
used when installing on Kubevirt for machine pools which do
not define their own platform configuration.
properties:
cpu:
description: CPU is the amount of CPUs used.
format: int32
type: integer
memory:
description: 'Memory is the size of a VM''s memory. Format:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go'
type: string
storageSize:
description: 'StorageSize is the size of VM''s boot volume.
Format: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go'
type: string
type: object
ingressVIP:
description: IngressIP is an external IP which routes to the default
ingress controller.
format: ip
type: string
interfaceBindingMethod:
description: InterfaceBindingMethod is the the interface binding
method of the nodes of the tenantcluster (Bridge | SRIOV).
type: string
namespace:
description: Namespace is the namespace in the infra cluster,
which the control plane (master vms) and the compute (worker
vms) are installed in.
type: string
networkName:
description: NetworkName is the target network of all the network
interfaces of the nodes.
type: string
persistentVolumeAccessMode:
default: ReadWriteMany
description: PersistentVolumeAccessMode is the access mode should
be use with the persistent volumes.
type: string
storageClass:
description: StorageClass is the Storage Class used in the infra
cluster.
type: string
required:
- apiVIP
- ingressVIP
- namespace
- networkName
type: object
libvirt:
description: Libvirt is the configuration used when installing on
libvirt.
Expand Down
7 changes: 0 additions & 7 deletions data/data/kubevirt/OWNERS

This file was deleted.

135 changes: 0 additions & 135 deletions data/data/kubevirt/bootstrap/main.tf

This file was deleted.

68 changes: 0 additions & 68 deletions data/data/kubevirt/bootstrap/variables.tf

This file was deleted.

Loading