packer-cn/builder/proxmox/common
lollen 2bdfd53756 Proxmox-builder pass through boot-order
Adding the boot field supported by Proxmox api and proxmox-api-go library.
This is due to a change in Proxmox to allow for multiple boot harddrives which would break the packer proxmox builder (the hardcoded cdn boot value).

Can be specified like the following example:     
      "disks": [
        {
          "type": "scsi",
          "disk_size": "20G",
          "storage_pool": "vmstorage",
          "storage_pool_type": "lvm"
        }
      ],
      "boot": "order=scsi0;ide2",
      "iso_file": "media:iso/{{ user `ubuntu_iso_file` }}"

Not sure this is ideal, but it's a workaround for the #10252 issue.
2020-11-14 07:27:55 +01:00
..
artifact.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
bootcommand_driver.go Merge remote-tracking branch 'origin/master' into pr/featheredtoast/9626-1 2020-10-06 11:11:04 +02:00
builder.go REFACTOR: do not pass comm ref through statebag 2020-10-06 22:45:19 -07:00
config.go Proxmox-builder pass through boot-order 2020-11-14 07:27:55 +01:00
config.hcl2spec.go Merge remote-tracking branch 'origin/master' into azr_selectable_temp_keygen_type_gcp 2020-10-26 15:47:29 +01:00
config_test.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_convert_to_template.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_convert_to_template_test.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_finalize_template_config.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_finalize_template_config_test.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_start_vm.go Proxmox-builder pass through boot-order 2020-11-14 07:27:55 +01:00
step_start_vm_test.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_success.go Split proxmox builder into a common part and iso/clone builders 2020-09-04 23:53:09 +02:00
step_type_boot_command.go Merge remote-tracking branch 'origin/master' into pr/featheredtoast/9626-1 2020-10-06 11:11:04 +02:00
step_type_boot_command_test.go Merge remote-tracking branch 'origin/master' into pr/featheredtoast/9626-1 2020-10-06 11:11:04 +02:00