From d86aaaf013f6a5237535beb5c520bfe2eba930d8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 19 Jun 2020 08:32:12 -0400 Subject: [PATCH] Add required nodectl init Documentation states this is required. --- confluent_osdeploy/rhvh4/profiles/default/kickstart | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/rhvh4/profiles/default/kickstart b/confluent_osdeploy/rhvh4/profiles/default/kickstart index 89db4e07..741668aa 100644 --- a/confluent_osdeploy/rhvh4/profiles/default/kickstart +++ b/confluent_osdeploy/rhvh4/profiles/default/kickstart @@ -57,6 +57,7 @@ chmod +x /mnt/sysimage/etc/confluent/firstboot.sh %post cat /etc/confluent/tls/*.pem >> /etc/pki/tls/certs/ca-bundle.crt +nodectl init systemctl enable firstboot chgrp ssh_keys /etc/ssh/ssh*key restorecon /etc/ssh/ssh*key /root/.shosts /etc/ssh/shosts.equiv /etc/ssh/ssh_config.d/* /etc/confluent/firstboot.sh