Skip to content

Commit

Permalink
Incorporate suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennonka committed Jan 28, 2025
1 parent e493afd commit 397d43b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To use the CLI instead of the {ProjectWebUI}, see the xref:cli-Adding_VMware_Det
. In the *Cores per socket* field, enter the number of cores to allocate to each CPU.
. In the *Memory* field, enter the amount of memory in MiB to allocate to the host.
. In the *Firmware* field, select the firmware type for the host.
By default, this is set to *automatic*.
. In the *Cluster* list, select the name of the target host cluster on the VMware environment.
. From the *Resource pool* list, select an available resource allocations for the host.
. In the *Folder* list, select the folder to organize the host.
Expand All @@ -27,7 +28,8 @@ To use the CLI instead of the {ProjectWebUI}, see the xref:cli-Adding_VMware_Det
. From the *SCSI controller* list, select the disk access method for the host.
. If you want to use eager zero thick provisioning, select the *Eager zero* checkbox.
By default, the disk uses lazy zero thick provisioning.
. Select *Virtual TPM* if you want to add a Virtual Trusted Platform Module for enhanced security.
. Optional: Select *Virtual TPM* if you want to add a Virtual Trusted Platform Module for enhanced security.
This is compatible with UEFI firmware only.
. From the *Network Interfaces* list, select the network parameters for the host's network interface.
At least one interface must point to a {SmartProxy}-managed network.
. Optional: Click *Add Interface* to create another network interfaces.
Expand All @@ -46,7 +48,7 @@ $ hammer compute-profile create --name "_My_Compute_Profile_"
[options="nowrap" subs="+quotes"]
----
$ hammer compute-profile values create \
--compute-attributes "cpus=1,corespersocket=2,memory_mb=1024,firmware=uefi_secure_boot,cluster=MyCluster,path=MyVMs,virtual_tpm=true,start=true" \
--compute-attributes "cpus=1,corespersocket=2,memory_mb=1024,cluster=MyCluster,path=MyVMs,virtual_tpm=true,start=true" \
--compute-profile "_My_Compute_Profile_" \
--compute-resource "_My_VMware_" \
--interface "compute_type=VirtualE1000,compute_network=mynetwork \
Expand Down

0 comments on commit 397d43b

Please sign in to comment.