From c28269f8d9bdaa876ff45e8b1a72de695954ec0b Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 11 Aug 2022 16:43:09 +0200 Subject: [PATCH] manifests: enable cloud-init services in commit It is instabled, but not a enabled via presets so we have to explicitly enable it. --- test/data/manifests/fedora-ostree-commit.json | 11 +++++++++++ test/data/manifests/fedora-ostree-commit.mpp.json | 11 +++++++++++ test/data/manifests/fedora-ostree-image.json | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/test/data/manifests/fedora-ostree-commit.json b/test/data/manifests/fedora-ostree-commit.json index c51fcbd6..8f75aafb 100644 --- a/test/data/manifests/fedora-ostree-commit.json +++ b/test/data/manifests/fedora-ostree-commit.json @@ -872,6 +872,17 @@ } } }, + { + "type": "org.osbuild.systemd", + "options": { + "enabled_services": [ + "cloud-config", + "cloud-final", + "cloud-init", + "cloud-init-local" + ] + } + }, { "type": "org.osbuild.locale", "options": { diff --git a/test/data/manifests/fedora-ostree-commit.mpp.json b/test/data/manifests/fedora-ostree-commit.mpp.json index 14a589de..fe081dac 100644 --- a/test/data/manifests/fedora-ostree-commit.mpp.json +++ b/test/data/manifests/fedora-ostree-commit.mpp.json @@ -81,6 +81,17 @@ } } }, + { + "type": "org.osbuild.systemd", + "options": { + "enabled_services": [ + "cloud-config", + "cloud-final", + "cloud-init", + "cloud-init-local" + ] + } + }, { "type": "org.osbuild.locale", "options": { diff --git a/test/data/manifests/fedora-ostree-image.json b/test/data/manifests/fedora-ostree-image.json index 8a5c7964..d7c588cc 100644 --- a/test/data/manifests/fedora-ostree-image.json +++ b/test/data/manifests/fedora-ostree-image.json @@ -872,6 +872,17 @@ } } }, + { + "type": "org.osbuild.systemd", + "options": { + "enabled_services": [ + "cloud-config", + "cloud-final", + "cloud-init", + "cloud-init-local" + ] + } + }, { "type": "org.osbuild.locale", "options": {