# cluster-api-provider-libvirt **Repository Path**: mirrors_openshift/cluster-api-provider-libvirt ## Basic Information - **Project Name**: cluster-api-provider-libvirt - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenShift cluster-api-provider-libvirt This repository hosts an implementation of a provider for libvirt for the OpenShift [machine-api](https://github.com/openshift/cluster-api). This provider runs as a machine-controller deployed by the [machine-api-operator](https://github.com/openshift/machine-api-operator) ## Allowing the actuator to connect to the libvirt daemon running on the host machine: Libvirt needs to be configured to accept TCP connections as described in the [installer documentation](https://github.com/openshift/installer/tree/master/docs/dev/libvirt#configure-libvirt-to-accept-tcp-connections). You can verify that you can connect through your host private ip with: ```sh virsh -c qemu+tcp://host_private_ip/system ``` ## Video demo https://youtu.be/urvXXfdfzVc