Guruprasad has proposed merging ~lgp171188/launchpad-mojo-specs/+git/private:enable-noble-only-for-bos03-riscv64 into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Commit message: vbuilder: use noble images only in the bos03 riscv64 g-s-s Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~lgp171188/launchpad-mojo-specs/+git/private/+merge/472765 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad-mojo-specs/+git/private:enable-noble-only-for-bos03-riscv64 into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml index 6e295a4..a0115bc 100644 --- a/vbuilder/bundle.yaml +++ b/vbuilder/bundle.yaml @@ -14,6 +14,7 @@ {%- set domain_lcy02 = "vbuilder.lcy02.scalingstack" %} {%- set extra_constraints = "root-disk-source=volume" %} {%- set gss_series = "focal|jammy" %} +{%- set gss_series_bos03_riscv64 = gss_series %} {%- set instance_key_name_bos01 = "vbuilder-manage-bos01" %} {%- set instance_key_name_bos02 = "vbuilder-manage-bos02" %} {%- set instance_key_name_bos03 = "vbuilder-manage-bos03" %} @@ -64,6 +65,7 @@ {%- set domain_lcy02 = "vbuilder.staging.lcy02.scalingstack" %} {%- set extra_constraints = "" %} {%- set gss_series = "focal|jammy" %} +{%- set gss_series_bos03_riscv64 = gss_series %} {%- set instance_key_name_bos01 = "ppa-manage-test" %} {%- set instance_key_name_bos02 = "ppa-manage-test" %} {%- set instance_key_name_bos03 = "ppa-manage-test" %} @@ -106,7 +108,8 @@ {%- set domain_bos03 = "vbuilder.qastaging.bos03.scalingstack" %} {%- set domain_lcy02 = "vbuilder.qastaging.lcy02.scalingstack" %} {%- set extra_constraints = "" %} -{%- set gss_series = "focal|jammy|noble" %} +{%- set gss_series = "focal|jammy" %} +{%- set gss_series_bos03_riscv64 = gss_series + "|noble" %} {%- set instance_key_name_bos01 = "ppa-manage-test-qastaging" %} {%- set instance_key_name_bos02 = "ppa-manage-test-qastaging" %} {%- set instance_key_name_bos03 = "ppa-manage-test-qastaging" %} @@ -318,7 +321,7 @@ applications: content_id_template: "{{ content_id_template }}" custom_properties: "hw_emulation_architecture=riscv64 hw_machine_type=virt kernel_id={{ kernel_id_bos03_riscv64 }}" 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~(riscv64)", "ftype~(disk1.img|disk.img)"]}] + [{url: "http://cloud-images.ubuntu.com/daily/", name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series_bos03_riscv64 }})", "arch~(riscv64)", "ftype~(disk1.img|disk.img)"]}] name_prefix: "{{ name_prefix }}/" openstack-auth-url: "https://keystone.ps6.canonical.com:5000/v3" openstack-identity-api-version: "3"
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : launchpad-reviewers@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp