Skip to content

uccps-samples/cluster-api-provider-libvirt

 
 

Repository files navigation

OpenShift cluster-api-provider-libvirt

This repository hosts an implementation of a provider for libvirt for the OpenShift machine-api.

This provider runs as a machine-controller deployed by the 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.

You can verify that you can connect through your host private ip with:

virsh -c qemu+tcp://host_private_ip/system

Video demo

https://youtu.be/urvXXfdfzVc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.5%
  • Shell 4.7%
  • HCL 2.9%
  • Makefile 2.5%
  • Dockerfile 0.4%