Implement inline `BMC` access for `Server`
afritzler opened this issue · 0 comments
afritzler commented
Summary
The Server
resource has 2 ways to interact with a BMC
: you either reference a BMC
object via .spec.bmcRef
or you directly provide the BMC
access information via .spec.bmc
in the Server
spec. Currently only the bmcRef
is honoured for client instantiation.