From f0d01bf1140591da5cf1ff55fc21c899fc236501 Mon Sep 17 00:00:00 2001 From: Christian Glombek Date: Tue, 14 Jul 2020 18:38:44 +0200 Subject: [PATCH] templates/common/_base/units: disable zincati Zincati is the update agent used on standalone Fedora CoreOS installations; it is not used on OKD clusters. Zincati is not shipped in RHEL CoreOS. This adds a condition to zincati.service which it can't fullfil, so that Fedora CoreOS nodes will not run it. --- templates/common/_base/units/zincati.service.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/common/_base/units/zincati.service.yaml diff --git a/templates/common/_base/units/zincati.service.yaml b/templates/common/_base/units/zincati.service.yaml new file mode 100644 index 0000000000..ff56a131df --- /dev/null +++ b/templates/common/_base/units/zincati.service.yaml @@ -0,0 +1,6 @@ +name: zincati.service +dropins: +- name: mco-disabled.conf + contents: | + [Unit] + ConditionPathExists=/enoent