|
|
|
@ -5,20 +5,20 @@
|
|
|
|
|
variable "os_version_9" {
|
|
|
|
|
description = "The target MSVSphere 9 version"
|
|
|
|
|
type = string
|
|
|
|
|
default = "9.2"
|
|
|
|
|
default = "9.3"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// TODO: switch to the boot ISO on production
|
|
|
|
|
variable "iso_url_9_x86_64" {
|
|
|
|
|
description = "MSVSphere 9 x86_64 installation ISO URL"
|
|
|
|
|
type = string
|
|
|
|
|
default = "https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-x86_64-minimal.iso"
|
|
|
|
|
default = "https://rsync.inferitos.ru/msvsphere/9.3/isos/x86_64/MSVSphere-9.3-x86_64-minimal.iso"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "iso_checksum_9_x86_64" {
|
|
|
|
|
description = "MSVSphere 9 x86_64 installation ISO checksum"
|
|
|
|
|
type = string
|
|
|
|
|
default = "file:https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-x86_64-minimal.iso.CHECKSUM"
|
|
|
|
|
default = "file:https://rsync.inferitos.ru/msvsphere/9.3/isos/x86_64/MSVSphere-9.3-x86_64-minimal.iso.CHECKSUM"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "headless" {
|
|
|
|
@ -152,7 +152,7 @@ variable "gencloud_boot_cmd_9_x86_64_uefi" {
|
|
|
|
|
"c<wait>",
|
|
|
|
|
"linuxefi",
|
|
|
|
|
" /images/pxeboot/vmlinuz",
|
|
|
|
|
" inst.stage2=hd:LABEL=MSVSphere-9-2-Minimal-x86_64 ro",
|
|
|
|
|
" inst.stage2=hd:LABEL=MSVSphere-9-3-Minimal-x86_64 ro",
|
|
|
|
|
" inst.text biosdevname=0 net.ifnames=0",
|
|
|
|
|
" inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/msvsphere-9-gencloud.x86_64.ks",
|
|
|
|
|
"<enter>",
|
|
|
|
|