Project

General

Profile

Actions

Feature #37685

open

Add Secure Boot and Virtual TPM options to VMware hosts

Added by Nofar Alfassi 3 months ago. Updated 3 months ago.

Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:

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.

Actions #1

Updated by The Foreman Bot 3 months ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/hammer-cli-foreman/pull/630 added
Actions #2

Updated by Nofar Alfassi 3 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"

Actions

Also available in: Atom PDF