[lxc-devel] [lxc-ci/master] Add openSUSE 15.2

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Jul 14 11:08:03 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200714/af028de1/attachment.bin>
-------------- next part --------------
From 90d6b9d79e431b743c88f35af5fe1938e3ede8fd Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 7 Jul 2020 15:29:42 +0200
Subject: [PATCH 1/2] jenkins/jobs: Add openSUSE 15.2

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-opensuse.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/jobs/image-opensuse.yaml b/jenkins/jobs/image-opensuse.yaml
index 1739427..9c47ad4 100644
--- a/jenkins/jobs/image-opensuse.yaml
+++ b/jenkins/jobs/image-opensuse.yaml
@@ -21,6 +21,7 @@
         type: user-defined
         values:
         - "15.1"
+        - "15.2"
         - "tumbleweed"
 
     - axis:

From bd2482c7914e65d834c288aa89255b997a989aa6 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 14 Jul 2020 13:07:40 +0200
Subject: [PATCH 2/2] images: Add openSUSE 15.2

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/opensuse.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/images/opensuse.yaml b/images/opensuse.yaml
index 7deb6c6..2e5998a 100644
--- a/images/opensuse.yaml
+++ b/images/opensuse.yaml
@@ -108,6 +108,7 @@ files:
   - vm
   releases:
   - 15.1
+  - 15.2
 
 - name: ifcfg-enp5s0
   path: /etc/sysconfig/network/ifcfg-enp5s0
@@ -148,6 +149,15 @@ files:
   types:
   - vm
 
+- path: /etc/dracut.conf.d/lxd.conf
+  generator: dump
+  content: |-
+    add_drivers+="virtio_scsi"
+  types:
+  - vm
+  release:
+  - 15.2
+
 packages:
   manager: zypper
   update: true
@@ -246,6 +256,7 @@ actions:
     sed -i "s|'opensuse'|'opensuse-leap'|" $(find /usr -wholename '*/cloudinit/net/sysconfig.py')
   releases:
   - 15.1
+  - 15.2
   variants:
   - cloud
 


More information about the lxc-devel mailing list