The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/106
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === This change enables the Config and Final boot stages of cloud-init on the cloud variant of the Fedora image. This is necessary for all the documented features of cloud-init to work, such as the "packages" and "runcmd" config keys. Signed-off-by: Michael McCallister <m...@mccllstr.com>
From 2aa9ac3d14a644955d89bc8ca8a75018e095d30d Mon Sep 17 00:00:00 2001 From: Mike McCallister <m...@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 <m...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel