← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/launchpad-mojo-specs/+git/private:pin-lxd-to-5.21/stable-for-focal-builders into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Tushar Gupta has proposed merging ~tushar5526/launchpad-mojo-specs/+git/private:pin-lxd-to-5.21/stable-for-focal-builders into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Requested reviews:
  Alvaro Crespo Serrano (alvarocs)

For more details, see:
https://code.launchpad.net/~tushar5526/launchpad-mojo-specs/+git/private/+merge/484308
-- 
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 19eb047..4ede028 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -314,6 +314,9 @@ applications:
       # token.
       launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
       linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false"
+{%- if stage_name in ("qastaging") %}
+      lxd-channel: "5.21/stable"
+{%- endif %}
   launchpad-buildd-image-modifier-bos03-arm64:
     charm: {{ charm_dir }}/launchpad-buildd-image-modifier
     options:
@@ -334,6 +337,9 @@ applications:
       arch-modifier: 'arm64_gpu'
       remote-modifier-private-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder
       remote-modifier-public-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder.pub
+{%- if stage_name in ("qastaging") %}
+      lxd-channel: "5.21/stable"
+{%- endif %}
 {%- if stage_name in ("production", "qastaging") %}
   launchpad-buildd-image-modifier-bos03-riscv64:
     charm: {{ charm_dir }}/launchpad-buildd-image-modifier
@@ -355,6 +361,9 @@ applications:
       remote-modifiers: '{{ modifiers_bos03 }}'
       remote-modifier-private-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder
       remote-modifier-public-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder.pub
+{%- if stage_name in ("qastaging") %}
+      lxd-channel: "5.21/stable"
+{%- endif %}
   launchpad-buildd-image-modifier-bos03-ppc64el:
     charm: {{ charm_dir }}/launchpad-buildd-image-modifier
     options:
@@ -364,6 +373,9 @@ applications:
       remote-modifiers: '{{ modifiers_bos03 }}'
       remote-modifier-private-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder
       remote-modifier-public-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder.pub
+{%- if stage_name in ("qastaging") %}
+      lxd-channel: "5.21/stable"
+{%- endif %}
   vbuilder-manage-bos03:
     charm: {{ charm_dir }}/vbuilder-manage
     constraints: "cores=4 mem=8G root-disk=50G {{ extra_constraints }}"

Follow ups