Skip to content

Commit

Permalink
upgrade to the release iso url
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Oct 15, 2021
1 parent 564e637 commit 2611512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export GOVC_PASSWORD='password'
export GOVC_DATACENTER='Datacenter'
export GOVC_CLUSTER='Cluster'
export GOVC_DATASTORE='Datastore'
export VSPHERE_OS_ISO="[$GOVC_DATASTORE] iso/ubuntu-21.10-beta-live-server-amd64.iso"
export VSPHERE_OS_ISO="[$GOVC_DATASTORE] iso/ubuntu-21.10-live-server-amd64.iso"
export VSPHERE_ESXI_HOST='esxi.local'
export VSPHERE_TEMPLATE_FOLDER='test/templates'
export VSPHERE_TEMPLATE_NAME="$VSPHERE_TEMPLATE_FOLDER/ubuntu-21.10-amd64-vsphere"
Expand Down
4 changes: 2 additions & 2 deletions ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ variable "disk_size" {

variable "iso_url" {
type = string
default = "https://releases.ubuntu.com/21.10/ubuntu-21.10-beta-live-server-amd64.iso"
default = "https://releases.ubuntu.com/21.10/ubuntu-21.10-live-server-amd64.iso"
}

variable "iso_checksum" {
type = string
default = "sha256:9359978b0a800b4df71fefc14d0dff87d606f50008581c0127a519256f04e3a8"
default = "sha256:e84f546dfc6743f24e8b1e15db9cc2d2c698ec57d9adfb852971772d1ce692d4"
}

variable "hyperv_switch_name" {
Expand Down

0 comments on commit 2611512

Please sign in to comment.