From 8d3374b1e78203548fbe662d1b5e7c2ade676ddf Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 30 Jun 2020 16:55:01 -0400 Subject: [PATCH] Move confluent.info to correct location --- .../initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh b/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh index 3586facc..ba8fb79b 100644 --- a/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh +++ b/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh @@ -30,6 +30,8 @@ umask 0077 echo $apikey > /etc/confluent.apikey umask $oum mgr="[$mgr]" +mkdir /etc/confluent +cp /tmp/confluent.info /etc/confluent/ /usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-api/self/deploycfg > /tmp/confluent.deploycfg dnsdomain=$(grep ^dnsdomain: /tmp/confluent.deploycfg)