From b27542ec0008140c02e79a83e6500c3970ec4ff2 Mon Sep 17 00:00:00 2001 From: Simon Thompson Date: Thu, 17 Aug 2023 10:30:36 +0200 Subject: [PATCH] Confignet does not set autoconnect with network manager so disk installed images do not bring up interface on reboot --- confluent_osdeploy/common/profile/scripts/confignet | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/common/profile/scripts/confignet b/confluent_osdeploy/common/profile/scripts/confignet index b2cee959..e7ecc3fa 100644 --- a/confluent_osdeploy/common/profile/scripts/confignet +++ b/confluent_osdeploy/common/profile/scripts/confignet @@ -253,6 +253,7 @@ class NetworkManager(object): def apply_configuration(self, cfg): cmdargs = {} + cmdargs['connection.autoconnect'] = 'yes' stgs = cfg['settings'] cmdargs['ipv6.method'] = stgs.get('ipv6_method', 'link-local') if stgs.get('ipv6_address', None):