launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30232
[Merge] ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-jammy-production-build into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Colin Watson has proposed merging ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-jammy-production-build into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Commit message:
vbuilder: Build both focal and jammy images for production
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-mojo-specs/+git/private/+merge/446727
Staging has been working fine with jammy for a while now, so it seems about time to start the process of upgrading production.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-jammy-production-build into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 97d2838..e35185c 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -13,7 +13,7 @@
{%- set domain_lcy02 = "vbuilder.lcy02.scalingstack" %}
{%- set domain_lgw01 = "vbuilder.lgw01.scalingstack" %}
{%- set extra_constraints = "root-disk-source=volume" %}
-{%- set gss_series = "focal" %}
+{%- set gss_series = "focal|jammy" %}
{%- set instance_key_name_bos01 = "vbuilder-manage-bos01" %}
{%- set instance_key_name_bos02 = "vbuilder-manage-bos02" %}
{%- set instance_key_name_bos03 = "vbuilder-manage-bos03" %}
Follow ups