Merge ~skatsaounis/maas:lp-2048399-3.4 into maas:3.4

Proposed by Stamatis Katsaounis
Status: Merged
Approved by: Stamatis Katsaounis
Approved revision: 395185e9514f9dfa33c66e6accbb5019d9fb4709
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~skatsaounis/maas:lp-2048399-3.4
Merge into: maas:3.4
Diff against target: 30 lines (+4/-4)
2 files modified
src/metadataserver/tests/test_vendor_data.py (+2/-2)
src/metadataserver/vendor_data.py (+2/-2)
Reviewer Review Type Date Requested Status
MAAS Lander Approve
Stamatis Katsaounis Approve
Review via email: mp+460689@code.launchpad.net

Commit message

fix: pin LXD version to 5.19

(cherry picked from commit 9d6efa19ee764707aea8934425b3f74fc939b4e2)

To post a comment you must log in.
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b lp-2048399-3.4 lp:~skatsaounis/maas/+git/maas into -b 3.4 lp:~maas-committers/maas

STATUS: FAILED
LOG: http://maas-ci.internal:8080/job/maas-tester/4654/console
COMMIT: 5205b3221744b2c224f5a142fe8371825c987b0f

review: Needs Fixing
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b lp-2048399-3.4 lp:~skatsaounis/maas/+git/maas into -b 3.4 lp:~maas-committers/maas

STATUS: FAILED
LOG: http://maas-ci.internal:8080/job/maas-tester/4655/console
COMMIT: 395185e9514f9dfa33c66e6accbb5019d9fb4709

review: Needs Fixing
Revision history for this message
Stamatis Katsaounis (skatsaounis) wrote :

jenkins: !test

Revision history for this message
Stamatis Katsaounis (skatsaounis) wrote :

Self-approve backport

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b lp-2048399-3.4 lp:~skatsaounis/maas/+git/maas into -b 3.4 lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: 395185e9514f9dfa33c66e6accbb5019d9fb4709

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/metadataserver/tests/test_vendor_data.py b/src/metadataserver/tests/test_vendor_data.py
2index b15c56a..a8272c7 100644
3--- a/src/metadataserver/tests/test_vendor_data.py
4+++ b/src/metadataserver/tests/test_vendor_data.py
5@@ -462,8 +462,8 @@ class TestGenerateKVMPodConfiguration(MAASServerTestCase):
6 "runcmd",
7 [
8 "apt autoremove --purge --yes lxd lxd-client lxcfs",
9- "snap install lxd --channel=latest",
10- "snap refresh lxd --channel=latest",
11+ "snap install lxd --channel=5.19/stable",
12+ "snap refresh lxd --channel=5.19/stable",
13 "lxd init --auto --network-address=[::]",
14 "lxc project create maas",
15 "lxc config trust add /root/lxd.crt --restricted --projects maas",
16diff --git a/src/metadataserver/vendor_data.py b/src/metadataserver/vendor_data.py
17index 807428c..d68f9b4 100644
18--- a/src/metadataserver/vendor_data.py
19+++ b/src/metadataserver/vendor_data.py
20@@ -237,8 +237,8 @@ def generate_kvm_pod_configuration(node):
21 # installed by default in Focal.
22 yield "runcmd", [
23 "apt autoremove --purge --yes lxd lxd-client lxcfs",
24- "snap install lxd --channel=latest",
25- "snap refresh lxd --channel=latest",
26+ "snap install lxd --channel=5.19/stable",
27+ "snap refresh lxd --channel=5.19/stable",
28 "lxd init --auto --network-address=[::]",
29 f"lxc project create {maas_project}",
30 f"lxc config trust add {cert_file} --restricted --projects {maas_project}",

Subscribers

People subscribed via source and target branches