This repository is inactive, please refer to: https://github.com/openshift
Implementation of the oVirt provider for the [cluster-api project] version v1beta
using openshift/cluster-api-provider api, which implements the machine actuator.
Fast development cycle is to build the binaries, manager
and machine-controller-manager
and run those against a running cluster kubeconfig.
make build
$ export KUBECONFIG=path/to/kubecofig
$ bin/manager &
$ bin/machine-controller-manager --namespace openshift-machine-api --metrics-addr=:8888 &