[lxc-devel] [lxc-ci/master] images/centos: Use NetworkManager on CentOS 7 VM

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Mar 24 15:23:28 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 357 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200324/d4e69d22/attachment.bin>
-------------- next part --------------
From 1919ac85251915a44cf2653bb6759a6777047e75 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 24 Mar 2020 16:23:12 +0100
Subject: [PATCH] images/centos: Use NetworkManager on CentOS 7 VM

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

diff --git a/images/centos.yaml b/images/centos.yaml
index 4a307a7..792d304 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -565,6 +565,14 @@ packages:
     - 8
     - 8-Stream
 
+  - packages:
+    - NetworkManager
+    action: install
+    releases:
+    - 7
+    types:
+    - vm
+
   - packages:
     - cloud-init
     action: install


More information about the lxc-devel mailing list