From 8c89deaa955069af7d3d9b3e9dc6c9aa4689c0ef Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 5 Jan 2021 15:32:46 -0500 Subject: [PATCH] Further defer use of deploycfg as normal In ESXi flow, it is highly likely that IPv4 cannot be ready yet, delay a bit more. --- confluent_osdeploy/esxi7/profiles/hypervisor/scripts/modinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/modinstall b/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/modinstall index 4a021e61..ed10f3f2 100644 --- a/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/modinstall +++ b/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/modinstall @@ -1,5 +1,7 @@ #!/bin/sh +mv /etc/confluent/confluent.deploycfg /etc/confluent/confluent.newdeploycfg /opt/confluent/bin/apiclient /confluent-public/os/$profile/scripts/makeksnet >> /tmp/makeksnet +mv /etc/confluent/confluent.newdeploycfg /etc/confluent/confluent.deploycfg chmod +x /tmp/makeksnet /tmp/makeksnet > /tmp/ksnet rootpw=$(grep ^rootpassword: /etc/confluent/confluent.deploycfg|sed -e 's/^rootpassword: //')