2025-06-12 03:27:52.320 INFO os_net_config.main Using config file at: /etc/os-net-config/config.yaml 2025-06-12 03:27:52.320 INFO os_net_config.main Not using any mapping file. 2025-06-12 03:27:52.324 DEBUG os_net_config.main network_config: [{'type': 'ovs_bridge', 'name': 'br-ex', 'mtu': 1500, 'use_dhcp': False, 'dns_servers': ['192.168.122.80'], 'domain': ['ctlplane.example.com', 'internalapi.example.com', 'storage.example.com', 'tenant.example.com'], 'addresses': [{'ip_netmask': '192.168.122.100/24'}], 'routes': [{'destination': '0.0.0.0/0', 'nexthop': '192.168.122.1'}], 'members': [{'type': 'interface', 'name': 'nic1', 'mtu': 1500, 'primary': True}, {'type': 'vlan', 'mtu': 1500, 'vlan_id': 20, 'addresses': [{'ip_netmask': '172.17.0.100/24'}], 'routes': []}, {'type': 'vlan', 'mtu': 1500, 'vlan_id': 21, 'addresses': [{'ip_netmask': '172.18.0.100/24'}], 'routes': []}, {'type': 'vlan', 'mtu': 1500, 'vlan_id': 22, 'addresses': [{'ip_netmask': '172.19.0.100/24'}], 'routes': []}]}] 2025-06-12 03:27:52.480 INFO os_net_config.impl_ifcfg.__init__ Ifcfg net config provider created. 2025-06-12 03:27:52.481 INFO os_net_config.utils._ordered_nics Finding active nics 2025-06-12 03:27:52.481 INFO os_net_config.utils._ordered_nics enp1s0: an active nic 2025-06-12 03:27:52.482 INFO os_net_config.utils._ordered_nics lo: not an active nic 2025-06-12 03:27:52.482 INFO os_net_config.utils._ordered_nics No DPDK mapping available in path /var/lib/os-net-config/dpdk_mapping.yaml 2025-06-12 03:27:52.482 INFO os_net_config.utils._ordered_nics Active nics: ['enp1s0'] 2025-06-12 03:27:52.482 INFO os_net_config.objects.mapped_nics nic1 => enp1s0 2025-06-12 03:27:52.482 INFO os_net_config.impl_ifcfg.add_bridge br-ex: adding bridge 2025-06-12 03:27:52.483 DEBUG os_net_config.impl_ifcfg.add_bridge bridge data: # This file is autogenerated by os-net-config DEVICE=br-ex ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no DEVICETYPE=ovs TYPE=OVSBridge MTU=1500 BOOTPROTO=static IPADDR=192.168.122.100 NETMASK=255.255.255.0 OVS_EXTRA="set bridge br-ex other-config:mac-table-size=50000 -- set bridge br-ex other-config:hwaddr=52:54:00:15:7f:5c -- set bridge br-ex fail_mode=standalone -- del-controller br-ex" DNS1=192.168.122.80 DOMAIN="ctlplane.example.com internalapi.example.com storage.example.com tenant.example.com" 2025-06-12 03:27:52.483 INFO os_net_config.impl_ifcfg._add_routes br-ex: adding custom route 2025-06-12 03:27:52.483 DEBUG os_net_config.impl_ifcfg._add_routes br-ex: route data: 0.0.0.0/0 via 192.168.122.1 dev br-ex 2025-06-12 03:27:52.483 DEBUG os_net_config.impl_ifcfg._add_routes br-ex: ipv6 route data: 2025-06-12 03:27:52.483 INFO os_net_config.impl_ifcfg.add_interface enp1s0: adding interface 2025-06-12 03:27:52.483 DEBUG os_net_config.impl_ifcfg.add_interface interface data: # This file is autogenerated by os-net-config DEVICE=enp1s0 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSPort OVS_BRIDGE=br-ex BOOTPROTO=none MTU=1500 2025-06-12 03:27:52.483 INFO os_net_config.impl_ifcfg.add_vlan vlan20: adding vlan 2025-06-12 03:27:52.483 DEBUG os_net_config.impl_ifcfg.add_vlan vlan data: # This file is autogenerated by os-net-config DEVICE=vlan20 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=20" MTU=1500 BOOTPROTO=static IPADDR=172.17.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.483 INFO os_net_config.impl_ifcfg.add_vlan vlan21: adding vlan 2025-06-12 03:27:52.484 DEBUG os_net_config.impl_ifcfg.add_vlan vlan data: # This file is autogenerated by os-net-config DEVICE=vlan21 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=21" MTU=1500 BOOTPROTO=static IPADDR=172.18.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.484 INFO os_net_config.impl_ifcfg.add_vlan vlan22: adding vlan 2025-06-12 03:27:52.484 DEBUG os_net_config.impl_ifcfg.add_vlan vlan data: # This file is autogenerated by os-net-config DEVICE=vlan22 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=22" MTU=1500 BOOTPROTO=static IPADDR=172.19.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.484 INFO os_net_config.impl_ifcfg.apply applying network configs... 2025-06-12 03:27:52.484 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart Original ifcfg file: # Created by cloud-init automatically, do not edit. # AUTOCONNECT_PRIORITY=120 BOOTPROTO=none DEFROUTE=yes DEVICE=enp1s0 GATEWAY=192.168.122.1 IPADDR=192.168.122.100 NETMASK=255.255.255.0 ONBOOT=yes TYPE=Ethernet USERCTL=no 2025-06-12 03:27:52.484 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart New ifcfg file: # This file is autogenerated by os-net-config DEVICE=enp1s0 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSPort OVS_BRIDGE=br-ex BOOTPROTO=none MTU=1500 2025-06-12 03:27:52.484 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.484 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.484 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.484 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff data: # This file is autogenerated by os-net-config DEVICE=br-ex ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no DEVICETYPE=ovs TYPE=OVSBridge MTU=1500 BOOTPROTO=static IPADDR=192.168.122.100 NETMASK=255.255.255.0 OVS_EXTRA="set bridge br-ex other-config:mac-table-size=50000 -- set bridge br-ex other-config:hwaddr=52:54:00:15:7f:5c -- set bridge br-ex fail_mode=standalone -- del-controller br-ex" DNS1=192.168.122.80 DOMAIN="ctlplane.example.com internalapi.example.com storage.example.com tenant.example.com" 2025-06-12 03:27:52.485 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart Original ifcfg file: 2025-06-12 03:27:52.485 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart New ifcfg file: # This file is autogenerated by os-net-config DEVICE=br-ex ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no DEVICETYPE=ovs TYPE=OVSBridge MTU=1500 BOOTPROTO=static IPADDR=192.168.122.100 NETMASK=255.255.255.0 OVS_EXTRA="set bridge br-ex other-config:mac-table-size=50000 -- set bridge br-ex other-config:hwaddr=52:54:00:15:7f:5c -- set bridge br-ex fail_mode=standalone -- del-controller br-ex" DNS1=192.168.122.80 DOMAIN="ctlplane.example.com internalapi.example.com storage.example.com tenant.example.com" 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff data: 0.0.0.0/0 via 192.168.122.1 dev br-ex 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.485 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff data: # This file is autogenerated by os-net-config DEVICE=vlan20 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=20" MTU=1500 BOOTPROTO=static IPADDR=172.17.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.486 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart Original ifcfg file: 2025-06-12 03:27:52.486 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart New ifcfg file: # This file is autogenerated by os-net-config DEVICE=vlan20 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=20" MTU=1500 BOOTPROTO=static IPADDR=172.17.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.486 DEBUG os_net_config.utils.diff Diff data: # This file is autogenerated by os-net-config DEVICE=vlan21 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=21" MTU=1500 BOOTPROTO=static IPADDR=172.18.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.487 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart Original ifcfg file: 2025-06-12 03:27:52.487 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart New ifcfg file: # This file is autogenerated by os-net-config DEVICE=vlan21 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=21" MTU=1500 BOOTPROTO=static IPADDR=172.18.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.487 DEBUG os_net_config.utils.diff Diff data: # This file is autogenerated by os-net-config DEVICE=vlan22 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=22" MTU=1500 BOOTPROTO=static IPADDR=172.19.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.487 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart Original ifcfg file: 2025-06-12 03:27:52.487 DEBUG os_net_config.impl_ifcfg.ifcfg_requires_restart New ifcfg file: # This file is autogenerated by os-net-config DEVICE=vlan22 ONBOOT=yes HOTPLUG=no NM_CONTROLLED=no PEERDNS=no DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ex OVS_OPTIONS="tag=22" MTU=1500 BOOTPROTO=static IPADDR=172.19.0.100 NETMASK=255.255.255.0 2025-06-12 03:27:52.488 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.488 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.488 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.488 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.488 DEBUG os_net_config.utils.diff Diff file data: 2025-06-12 03:27:52.488 DEBUG os_net_config.utils.diff Diff data: 2025-06-12 03:27:52.488 DEBUG os_net_config.impl_ifcfg.apply br-ex: Applying routes for interface 2025-06-12 03:27:52.488 INFO os_net_config.execute Running ip route add 0.0.0.0/0 via 192.168.122.1 dev br-ex 2025-06-12 03:27:52.503 WARNING os_net_config.impl_ifcfg.apply Error in 'ip route add 0.0.0.0/0 via 192.168.122.1 dev br-ex', restarting br-ex: Unexpected error while running command. Command: /sbin/ip route add 0.0.0.0/0 via 192.168.122.1 dev br-ex Exit code: 1 Stdout: '' Stderr: 'Cannot find device "br-ex"\n' 2025-06-12 03:27:52.503 INFO os_net_config.execute running ifdown on interface: vlan20 2025-06-12 03:27:52.531 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.531 INFO os_net_config.execute running ifdown on interface: vlan21 2025-06-12 03:27:52.557 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.557 INFO os_net_config.execute running ifdown on interface: vlan22 2025-06-12 03:27:52.582 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.582 INFO os_net_config.execute running ifdown on interface: enp1s0 2025-06-12 03:27:52.738 ERROR os_net_config.execute stderr : WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated. WARN : [ifdown] 'network-scripts' will be removed from distribution in near future. WARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:27:52.739 DEBUG os_net_config.execute stdout : Device 'enp1s0' successfully disconnected. 2025-06-12 03:27:52.740 INFO os_net_config.execute interface enp1s0 is up, trying with ip command 2025-06-12 03:27:52.748 INFO os_net_config.execute running ifdown on interface: vlan22 2025-06-12 03:27:52.773 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.774 INFO os_net_config.execute running ifdown on interface: vlan21 2025-06-12 03:27:52.795 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.795 INFO os_net_config.execute running ifdown on interface: vlan20 2025-06-12 03:27:52.818 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.819 INFO os_net_config.execute running ifdown on interface: br-ex 2025-06-12 03:27:52.840 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.841 INFO os_net_config.execute running ifdown on interface: enp1s0 2025-06-12 03:27:52.918 ERROR os_net_config.execute stderr : WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated. WARN : [ifdown] 'network-scripts' will be removed from distribution in near future. WARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:27:52.919 INFO os_net_config.execute running ifdown on interface: vlan22 2025-06-12 03:27:52.943 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.943 INFO os_net_config.execute running ifdown on interface: vlan21 2025-06-12 03:27:52.966 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.966 INFO os_net_config.execute running ifdown on interface: vlan20 2025-06-12 03:27:52.989 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:52.989 INFO os_net_config.execute running ifdown on bridge: br-ex 2025-06-12 03:27:53.011 ERROR os_net_config.execute stderr : usage: ifdown 2025-06-12 03:27:53.011 INFO os_net_config.write_config Writing config /etc/sysconfig/network-scripts/ifcfg-enp1s0 2025-06-12 03:27:53.012 INFO os_net_config.write_config Writing config /etc/sysconfig/network-scripts/ifcfg-br-ex 2025-06-12 03:27:53.012 INFO os_net_config.write_config Writing config /etc/sysconfig/network-scripts/route-br-ex 2025-06-12 03:27:53.013 INFO os_net_config.write_config Writing config /etc/sysconfig/network-scripts/ifcfg-vlan20 2025-06-12 03:27:53.013 INFO os_net_config.write_config Writing config /etc/sysconfig/network-scripts/ifcfg-vlan21 2025-06-12 03:27:53.013 INFO os_net_config.write_config Writing config /etc/sysconfig/network-scripts/ifcfg-vlan22 2025-06-12 03:27:53.013 INFO os_net_config.execute running ifup on bridge: br-ex 2025-06-12 03:27:55.372 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:27:55.372 DEBUG os_net_config.impl_ifcfg.apply enp1s0: Calling stop_dhclient_interfaces() 2025-06-12 03:27:55.373 INFO os_net_config.execute running ifup on interface: enp1s0 2025-06-12 03:27:57.691 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:27:57.692 DEBUG os_net_config.execute stdout : INFO : [ipv6_wait_tentative] Waiting for interface enp1s0 IPv6 address(es) to leave the 'tentative' state INFO : [ipv6_wait_tentative] Waiting for interface enp1s0 IPv6 address(es) to leave the 'tentative' state 2025-06-12 03:27:57.692 INFO os_net_config.execute running ifup on interface: vlan22 2025-06-12 03:27:59.995 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:27:59.996 INFO os_net_config.execute running ifup on interface: vlan21 2025-06-12 03:28:02.308 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:02.308 INFO os_net_config.execute running ifup on interface: vlan20 2025-06-12 03:28:04.610 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:04.611 INFO os_net_config.execute running ifup on interface: br-ex 2025-06-12 03:28:04.683 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:04.683 INFO os_net_config.execute running ifup on interface: enp1s0 2025-06-12 03:28:04.953 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:04.953 INFO os_net_config.execute running ifup on interface: vlan22 2025-06-12 03:28:05.183 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:05.183 INFO os_net_config.execute running ifup on interface: vlan21 2025-06-12 03:28:05.421 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:05.421 INFO os_net_config.execute running ifup on interface: vlan20 2025-06-12 03:28:05.689 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:05.689 INFO os_net_config.execute running ifup on interface: vlan20 2025-06-12 03:28:05.951 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:05.951 INFO os_net_config.execute running ifup on interface: vlan21 2025-06-12 03:28:06.208 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:06.208 INFO os_net_config.execute running ifup on interface: vlan22 2025-06-12 03:28:06.466 ERROR os_net_config.execute stderr : WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. 2025-06-12 03:28:06.467 INFO os_net_config.main Succesfully applied the network configuration with ifcfg provider