Make bootMACAddress optional #1766
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
triage/accepted
Indicates an issue is ready to be actively worked on.
User Story
As a user deploying only with virtualmedia I would like to omit
bootMACAddress
from my BMH definitions, so I can simplify the definition and reduce the pre-requisite information needed from the environment.Detailed Description
Historically there have been issues which meant Ironic required the bootMACAddress even for non-PXE deployments handled via VirtualMedia (where in theory we shouldn't need any host network information).
Recent discussion on Slack with @dtantsur indicates we may be able to remove this restriction now given changes in Ironic since the original
bootMACAddress
API decision.We should identify the relevant Ironic changes which remove the need for this information, then test on baremetal to ensure it's safe to make this field optional, and if so adjust the BMH schema to avoid requiring this information in all cases.
/kind feature
The text was updated successfully, but these errors were encountered: