Feature #37685
closed
Add Secure Boot and Virtual TPM options to VMware hosts
Added by Nofar Alfassi 6 months ago.
Updated about 1 month ago.
Description
To create a new VMware host with Secure Boot enabled, set the firmware type to `uefi_sb`.
To enable Virtual TPM on a new VMware host, set the `virtual_tpm` parameter to 1.
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/630 added
Example for the hammer command I used for testing:
hammer host create --hostgroup-id=2 --location-id=2 --organization-id=1 --build=true --name="nofar-hammer-vmware-test-machine" \
--compute-attributes "cluster"="my_cluster","path"="/my_vm_path","resource_pool"="Resources","memory_mb"=2048,"firmware"="uefi_secure_boot","virtual_tpm"=1 \
--volume "storage_pod"="my_storage_pod",size_gb=1 \
--interface "compute_network"="network-47"
- Fixed in Releases hammer-cli-foreman-3.14.0 added
- Status changed from Ready For Testing to Closed
Also available in: Atom
PDF