diff --git a/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart b/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart index 69b2dcfd..eeba686c 100644 --- a/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart +++ b/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart @@ -4,3 +4,8 @@ install --firstdisk --overwritevmfs %include /tmp/ksnet %include /tmp/rootpw reboot +%post +localcli network firewall unload +STATUP=$(mktemp) +echo '{"status": "complete"}' > $STATUP +/opt/confluent/bin/apiclient /confluent-api/self/updatestatus $STATUP