Finished packer scripts for Ubuntu 24.04
This commit is contained in:
20
packer/linux/ubuntu-24.04-x64/conf.pkrvars.hcl
Normal file
20
packer/linux/ubuntu-24.04-x64/conf.pkrvars.hcl
Normal file
@ -0,0 +1,20 @@
|
||||
vcenter_datacenter = "DC01"
|
||||
vcenter_cluster = "Cluster01"
|
||||
vcenter_host = "esxi8-01.lab.loc"
|
||||
vcenter_folder = "VLAN-0221"
|
||||
vcenter_datastore = "Cluster01-LUN02"
|
||||
|
||||
vm_name = "z-ubuntu-packer-vm"
|
||||
vm_num_cpu = 2
|
||||
vm_ram = 4096
|
||||
vm_hardware_version = "20"
|
||||
vm_guest_os_type = "ubuntu64Guest"
|
||||
vm_disk_size = "6144"
|
||||
vm_network = "VLAN-0221"
|
||||
vm_network_nic_type = "vmxnet3"
|
||||
|
||||
iso_checksum = "none"
|
||||
os_iso_paths = "[Cluster01-LUN01] ISO/ubuntu-24.04.1-live-server-amd64.iso"
|
||||
os_iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso"
|
||||
|
||||
boot_command = "<esc><wait>e<wait><down><down><down><end><bs><bs><bs><bs><wait>autoinstall ipv6.disable=1 <wait> ds=\"nocloud-net;s=http://aassdd.ru/.packer/ubuntu/\" ---<wait><f10>"
|
Reference in New Issue
Block a user