BMH can be set several MAC Addresses
matthewei opened this issue · 7 comments
User Story
As a user I would like to [high level description] for [reasons]
As is known to all, the bare metal server
almost has six Physical-Nics. We chose two Phy-Nics as provisioning interface. But the BMH only support to one MAC.
Detailed Description
apiVersion: metal3.io/v1alpha1
kind: BareMetalHost
metadata:
name: demo-provisioning
labels:
metal3demo: ""
spec:
online: true
bmc:
address: ipmi://192.168.122.6:6233
credentialsName: demo-provisioning-secret
bootMACAddress:
- 00:c6:14:04:61:b2
- 00:c6:14:04:61:b3
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
/kind feature
This issue is currently awaiting triage.
If Metal3.io contributors determine this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Why exactly would you like to have two there? You can pick any, and it should work (as long as having two NICs on provisioning network works at all - some hardware may not like it).