"...composable_kernel.git" did not exist on "00089cd6e579d159bf452334e54510a521327cf8"
Commit fa20c8b8 authored by Marvin Meiers's avatar Marvin Meiers Committed by Antoine Kaufmann
Browse files

images: change cloud-init data source to nocloud

Switch cloud-init data source from nocloud-net to nocloud, since
noncloud-net is now marked as deprecated and same functionality is
provided by nocloud.
parent 901f759a
...@@ -36,7 +36,7 @@ source "qemu" "autogenerated_1" { ...@@ -36,7 +36,7 @@ source "qemu" "autogenerated_1" {
memory = "${var.memory}" memory = "${var.memory}"
net_device = "virtio-net" net_device = "virtio-net"
output_directory = "output-${var.outname}" output_directory = "output-${var.outname}"
qemuargs = [["-smbios", "type=1,serial=ds=nocloud-net;instance-id=packer;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/"], qemuargs = [["-smbios", "type=1,serial=ds=nocloud;instance-id=packer;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/"],
["-machine", "pc-q35-4.2,accel=kvm:tcg,usb=off,vmport=off,dump-guest-core=off"]] ["-machine", "pc-q35-4.2,accel=kvm:tcg,usb=off,vmport=off,dump-guest-core=off"]]
shutdown_command = "sudo shutdown --poweroff --no-wall now" shutdown_command = "sudo shutdown --poweroff --no-wall now"
ssh_password = "ubuntu" ssh_password = "ubuntu"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment