alces-software / metalware

Tools and conventions for improving bare metal machine management
Other
2 stars 0 forks source link

Basic build_method not rendering appropriate build files #439

Closed ColonelPanics closed 6 years ago

ColonelPanics commented 6 years ago

Original issue for adding build_method - https://github.com/alces-software/metalware/issues/145

When using basic build_method on a node I'd expect it to render basic/default from the metalware repo however what seems to happen is that it just runs a pxe_kickstart build method (as I can see it putting in place rendered/kickstart/nodename and /var/lib/tftpboot/pxelinux.cfg/nodename).

Am I misunderstanding the basic build method implementation? The idea was that it could create a file we could curl to begin the installation.

bobwhitelock commented 6 years ago

@ColonelPanicks do you have a machine I can use to try this out + minimal steps to reproduce?