diff --git a/http/msvsphere-9-gencloud.x86_64.ks b/http/msvsphere-9-gencloud.x86_64.ks index 2235629..15dc8e8 100644 --- a/http/msvsphere-9-gencloud.x86_64.ks +++ b/http/msvsphere-9-gencloud.x86_64.ks @@ -1,9 +1,9 @@ # MSVSphere 9 Generic Cloud image kickstart file # TODO: change url to the kickstart one when we have it -url --url https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ -repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ -repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/AppStream/x86_64/kickstart/ +url --url https://rsync.inferitos.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/ +repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/ +repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.3/AppStream/x86_64/kickstart/ text skipx diff --git a/http/msvsphere-9-vagrant.x86_64.ks b/http/msvsphere-9-vagrant.x86_64.ks index 369a69a..4e2ff55 100644 --- a/http/msvsphere-9-vagrant.x86_64.ks +++ b/http/msvsphere-9-vagrant.x86_64.ks @@ -1,9 +1,9 @@ # MSVSphere 9 Vagrant boxes kickstart file # TODO: change url to the kickstart one when we have it -url --url https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ -repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ -repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/AppStream/x86_64/kickstart/ +url --url https://rsync.inferitos.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/ +repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/ +repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.3/AppStream/x86_64/kickstart/ text skipx diff --git a/variables.pkr.hcl b/variables.pkr.hcl index fcd674c..9e61665 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -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", "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", "",