Open ekohl opened 10 months ago
Every Foreman compute resource has a list of capabilities. 2 are special, and they're build and image. These can be found in the code.
build
image
So there's:
Build is essentially the bare metal provisioning method (PXE, HTTPBoot, etc). Image means booting up an image and then customizing it (like with cloud-init).
There may be more compute resource plugins, but the method is always the same.
Another Plugin is Proxmox using build and image.
Every Foreman compute resource has a list of capabilities. 2 are special, and they're
build
andimage
. These can be found in the code.So there's:
Build is essentially the bare metal provisioning method (PXE, HTTPBoot, etc). Image means booting up an image and then customizing it (like with cloud-init).
There may be more compute resource plugins, but the method is always the same.