[lxc-devel] [lxc-ci/master] Fully enable cloud-init on Fedora

mikemccllstr on Github lxc-bot at linuxcontainers.org
Sat Jan 25 00:20:35 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 591 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200124/c4029094/attachment.bin>
-------------- next part --------------
From 2aa9ac3d14a644955d89bc8ca8a75018e095d30d Mon Sep 17 00:00:00 2001
From: Mike McCallister <mike at mccllstr.com>
Date: Fri, 24 Jan 2020 17:44:45 -0600
Subject: [PATCH] Fully enable cloud-init on Fedora

This change enables the Config and Final boot stages on the cloud variant of the Fedora image.

Signed-off-by: Michael McCallister <mike at mccllstr.com>
---
 images/fedora.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/images/fedora.yaml b/images/fedora.yaml
index 8d4c47e..68056c1 100644
--- a/images/fedora.yaml
+++ b/images/fedora.yaml
@@ -163,5 +163,7 @@ actions:
       systemctl disable systemd-networkd
       systemctl enable NetworkManager
       systemctl enable cloud-init
+      systemctl enable cloud-config
+      systemctl enable cloud-final
     variants:
       - cloud


More information about the lxc-devel mailing list