This repository contains the OpenStack Provider implementation for the Machine API.
A declarative API for creating and managing machines in an OpenShift cluster. The project is based on v1alpha2 version of Cluster API.
The provider imports Machine controller from machine-api-operator
and provides implementation for Actuator interface. The Actuator implementation is responsible for CRUD operations on OpenStack API.
make build && ./machine-controller-manager
In order to run unit tests use make test
.
Not yet implemented.