Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow manual bmc configuration for bare metal machines
Introduce the resources and controllers to configure the BMC address and credentials manually: - Add the user-managed `omni.InfraMachineBMCConfig` resource which can be read/modified only by admins. - Add the controller-managed `infra.BMCConfig` resource which lives in the `infra-provider` namespace and holds the matching provider ID label to satisfy the data access checks for the infra providers (can only be read by the matching infra provider and admins). Signed-off-by: Utku Ozdemir <[email protected]>
- Loading branch information