Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Roy Golan edited this page Aug 13, 2018 · 1 revision

The project is the home for:

ovirt-volume-provisioner
A kubernetes controller that creates/deletes persistent volumes, and allocates disks
in ovirt as a result. This is the first part for providing volumes from ovirt.

ovirt-flexvolume-driver
A kubernetes node plugin that attaches/detaches a volume to a container.
It attaches the ovirt disk to the kube node(which is an ovirt vm, It identifies the disk device on the os,
prepares a filesystem, then mounts it so it is ready as a volume mount into a container.

ovirt-cloudprovider A controller that manages the admission of new nodes for openshift, from ovirt vms. The code is still under this repo[1] and the merge is in progress. [1] https://github.com/rgolangh/ovirt-k8s-cloudprovider

Blog post in ovirt: https://www.ovirt.org/blog/2018/02/your-container-volumes-served-by-ovirt/

Youtube Demo: https://youtu.be/_E9pUVrI0hs

Upstream bugs: https://github.com/oVirt/ovirt-openshift-extensions/issues

Trello Board: ovirt-openshift-extensions (may change to Jira)

Bugzilla tracker bug: https://bugzilla.redhat.com/show_bug.cgi?id=1581638 (see the bugzilla tracker for the component under rhev)

IRC: upstream: #ovirt @ oftc.net

Mailing List: devel@ovirt.org

Clone this wiki locally