Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement rudimentary version of ORI & controllers #524

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Conversation

adracus
Copy link
Contributor

@adracus adracus commented Oct 28, 2022

Proposed Changes

ORI is the onmetal-runtime-interface, a protobuf-based interface for creating any MachinePool provider implementation.

The ori api defines the types and operations expected, the machinepoollet/controllers tries to create a basic controller that, using the ori interface, can reconcile Machines for an ori implementation.

ORI is the `onmetal-runtime-interface`, a protobuf-based interface for
creating any `MachinePool` provider implementation.

The `ori` api defines the types and operations expected, the
`machinepoollet/controllers` tries to create a basic controller that,
using the `ori` interface, can reconcile `Machine`s for an `ori`
implementation.
@adracus adracus requested a review from a team as a code owner October 28, 2022 14:27
@adracus adracus merged commit b359256 into main Oct 31, 2022
@adracus adracus deleted the feature/ori branch October 31, 2022 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant