← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~clinton-fung/launchpad-mojo-specs/+git/private:new-kernel-id-for-uboot-edk-ii-change-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Clinton Fung has proposed merging ~clinton-fung/launchpad-mojo-specs/+git/private:new-kernel-id-for-uboot-edk-ii-change-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Commit message:
Update production kernel_id value for uboot/edk-ii change
Fix the comments that were not fixed previously

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~clinton-fung/launchpad-mojo-specs/+git/private/+merge/489061

This provides the production part of the prior commit, and also fixes the comments above the `kernel_id` specification.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~clinton-fung/launchpad-mojo-specs/+git/private:new-kernel-id-for-uboot-edk-ii-change-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 0674679..caf443f 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -23,8 +23,8 @@
 {%-   set instance_router = "vbuilder_router" %}
 {%-   set instance_router_bos03 = "router_launchpad-vbuilder-production" %}
 {%-   set instance_router_lcy02 = "router_launchpad-vbuilder-production" %}
-{#-   Output of "openstack image show -c id -f value qemu-riscv64-uboot". #}
-{%-   set kernel_id_bos03_riscv64 = "c5015509-91c3-4684-80cc-b8a2ef44c8b5" %}
+{#-   Output of "openstack image show -c id -f value riscv-uboot-2025.01" which is the value specified by ManSol. #}
+{%-   set kernel_id_bos03_riscv64 = "586d080f-88d5-4a58-b458-cab9f8cf3b56" %}
 {%-   set launchpad_buildd_repository = "ppa:launchpad/buildd" %}
 {%-   set lp_buildd_managers = "10.131.66.156 10.131.215.202" %}
 {%-   set lp_environment = "production" %}
@@ -115,7 +115,7 @@
 {%-   set instance_router = "vbuilder_staging_router" %}
 {%-   set instance_router_bos03 = "router_launchpad-vbuilder-staging" %}
 {%-   set instance_router_lcy02 = "router_launchpad-vbuilder-staging" %}
-{#-   Output of "openstack image show -c id -f value qemu-riscv64-uboot". #}
+{#-   Output of "openstack image show -c id -f value riscv-uboot-2025.01" which is the value specified by ManSol. #}
 {%-   set kernel_id_bos03_riscv64 = "586d080f-88d5-4a58-b458-cab9f8cf3b56" %}
 {%-   set launchpad_buildd_repository = "ppa:launchpad/buildd-staging" %}
 {%-   set lp_buildd_managers = "10.132.54.196" %}

Follow ups