From 95ea913108fbad8df033330250f9ee75b34dddc0 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 13 Sep 2021 10:26:50 -0400 Subject: [PATCH] Have genesis opt into ipv6 deploycfg --- .../genesis/initramfs/opt/confluent/bin/rungenesis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index 63e63f3c..36607b86 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -76,7 +76,7 @@ for hdl in $(tpm2_getcap handles-persistent|awk '{print $2}'); do done cd - > /dev/null rm -rf $tpmdir -/usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-api/self/deploycfg > /etc/confluent/confluent.deploycfg +/usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-api/self/deploycfg2 > /etc/confluent/confluent.deploycfg umask $oldumask new_apikey=$(cat /etc/confluent/confluent.apikey) if [ "$new_apikey" != "$confluent_apikey" ]; then