hammer host create \
--name "$hostname" \
--hostgroup-id $hostgroupid \
--operatingsystem "$operatingsystem" \
--architecture "$arch" \
--subnet "$subnet" \
--ip "$ip" \
--compute-resource-id 3 \
--provision-method build \
--compute-attributes "cpus=1,corespersocket=1,cluster=$VM_CLUSTER,path=$PATH,guest_id=$VmWare_guest_ID,memory_mb=2048,start=1,scsi_controller_type=ParaVirtualSCSIController" \
--interface "primary=true,managed=true,provision=true,execution=true,compute_type=VirtualVmxnet3,type=interface,compute_network=$VM_Compute_Network,_destroy=0,virtual=0" \
--volume "datastore="VM_StorageTier",thin=true,eager_zero=false,size_gb=20G" \
--compute-profile-id 1 \
--build=true \
--ask-root-password no