Fix some packer bugs

This commit is contained in:
2024-09-20 21:41:26 +03:00
parent 0514eae7f6
commit 5a5644735b
3 changed files with 5 additions and 3 deletions

View File

@ -5,11 +5,11 @@ vcenter_folder = "VLAN-0221"
vcenter_datastore = "Cluster01-LUN02"
vm_name = "z-ubuntu-packer-vm"
vm_num_cpu = 2
vm_ram = 4096
vm_num_cpu = 1
vm_ram = 2048
vm_hardware_version = "20"
vm_guest_os_type = "ubuntu64Guest"
vm_disk_size = "6144"
vm_disk_size = "5120"
vm_network = "VLAN-0221"
vm_network_nic_type = "vmxnet3"