launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32792
[Merge] ~axino/launchpad-mojo-specs/+git/private:axino into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Junien F has proposed merging ~axino/launchpad-mojo-specs/+git/private:axino into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~axino/launchpad-mojo-specs/+git/private/+merge/489624
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~axino/launchpad-mojo-specs/+git/private:axino into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index a408a95..cded3dc 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -194,7 +194,7 @@ applications:
num_units: 1
options:
content_id_template: "{{ content_id_template }}"
- custom_properties: "hypervisor_type=kvm hw_firmware_type=uefi"
+ custom_properties: "hypervisor_type=kvm hw_firmware_type=uefi img_config_drive=mandatory hw_cdrom_bus=scsi"
mirror_list: |-
[{url: "http://cloud-images.ubuntu.com/daily/", name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series_with_noble }})", "arch~(arm64|aarch64)", "ftype~(disk1.img|disk.img)"]}]
name_prefix: "{{ name_prefix }}/"
@@ -211,7 +211,7 @@ applications:
num_units: 1
options:
content_id_template: "{{ content_id_template }}:gpu"
- custom_properties: "hypervisor_type=kvm hw_firmware_type=uefi"
+ custom_properties: "hypervisor_type=kvm hw_firmware_type=uefi img_config_drive=mandatory hw_cdrom_bus=scsi"
mirror_list: |-
[{url: "http://cloud-images.ubuntu.com/daily/", name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series }})", "arch~(arm64|aarch64)", "ftype~(disk1.img|disk.img)"]}]
name_prefix: "{{ name_prefix }}-gpu/"
@@ -229,7 +229,7 @@ applications:
num_units: 1
options:
content_id_template: "{{ content_id_template }}"
- custom_properties: "hw_emulation_architecture=riscv64 hw_machine_type=virt hw_video_model=virtio kernel_id={{ kernel_id_bos03_riscv64 }}"
+ custom_properties: "hw_emulation_architecture=riscv64 hw_machine_type=virt hw_video_model=virtio kernel_id={{ kernel_id_bos03_riscv64 }} img_config_drive=mandatory hw_cdrom_bus=scsi"
mirror_list: |-
[{url: "http://cloud-images.ubuntu.com/daily/", name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series_only_noble }})", "arch~(riscv64)", "ftype~(disk1.img|disk.img)"]}]
name_prefix: "{{ name_prefix }}/"
@@ -247,7 +247,7 @@ applications:
num_units: 1
options:
content_id_template: "{{ content_id_template }}"
- custom_properties: "hypervisor_type=kvm"
+ custom_properties: "hypervisor_type=kvm img_config_drive=mandatory hw_cdrom_bus=scsi"
mirror_list: |-
[{url: "http://cloud-images.ubuntu.com/daily/", name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series }})", "arch~(s390x)", "ftype~(disk1.img|disk.img)"]}]
name_prefix: "{{ name_prefix }}/"
@@ -264,7 +264,7 @@ applications:
num_units: 1
options:
content_id_template: "{{ content_id_template }}"
- custom_properties: "hypervisor_type=kvm"
+ custom_properties: "hypervisor_type=kvm img_config_drive=mandatory hw_cdrom_bus=scsi"
mirror_list: |-
[{url: "http://cloud-images.ubuntu.com/daily/", name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series }})", "arch~(ppc64el)", "ftype~(disk1.img|disk.img)"]}]
name_prefix: "{{ name_prefix }}/"
Follow ups