kinvolk / racker

rack provisioning utility for Kinvolk projects
Apache License 2.0
14 stars 3 forks source link

bootstrap: simplify mapping of MAC addr to BMC MAC addr #19

Closed pothos closed 3 years ago

pothos commented 3 years ago

The hook for Terraform (pxe_commands) used a large "case" statement to map the MAC address to BMC MAC address. This is not needed anymore because with "grep … /usr/share/oem/nodes.csv" we can resolve it on the fly.

pothos commented 3 years ago

During testing I found another issue, will push a commit