From d0e73c887b788936063b5be6439bf670d5836110 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 7 May 2024 10:05:50 -0400 Subject: [PATCH] Load firewall before esxi installation begins Parts of esxi install depend on firewall running. When we are done with 'odd' networking, restore firewall to meet that expectation. --- confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel b/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel index 74d47104..f88c730d 100644 --- a/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel +++ b/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel @@ -116,4 +116,5 @@ profile=$(grep ^profile: /etc/confluent/confluent.deploycfg.new | sed -e 's/^pro mv /etc/confluent/confluent.deploycfg.new /etc/confluent/confluent.deploycfg export node mgr profile . /tmp/modinstall +localcli network firewall load exec /bin/install