Actions
Feature #37685
closedAdd Secure Boot and Virtual TPM options to VMware hosts
Difficulty:
Triaged:
No
Team Backlog:
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.
Updated by The Foreman Bot 6 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/630 added
Updated by Nofar Alfassi 6 months ago
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"
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases hammer-cli-foreman-3.14.0 added
Updated by Nofar Alfassi about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|70fb0e0bbcf6f0b34a25f2e64c539ff1c4c374be.
Actions