2025-10-02 07:51:49.743 INFO os_net_config.main Using config file at: /etc/os-net-config/config.yaml 2025-10-02 07:51:49.743 INFO os_net_config.main Not using any mapping file. 2025-10-02 07:51:49.743 INFO os_net_config.get_iface_config Reading /etc/os-net-config/config.yaml for remove_config section 2025-10-02 07:51:49.748 INFO os_net_config.common.print_config remove_config: null ... 2025-10-02 07:51:49.748 ERROR os_net_config.get_iface_config No interfaces defined in config: /etc/os-net-config/config.yaml 2025-10-02 07:51:49.748 INFO os_net_config.get_iface_config Reading /etc/os-net-config/config.yaml for network_config section 2025-10-02 07:51:49.754 INFO os_net_config.common.print_config network_config: - addresses: - ip_netmask: 192.168.122.100/24 dns_servers: - 192.168.122.80 domain: - ctlplane.example.com - internalapi.example.com - storage.example.com - tenant.example.com members: - mtu: 1500 name: nic1 primary: true type: interface - addresses: - ip_netmask: 172.17.0.100/24 mtu: 1500 routes: [] type: vlan vlan_id: 20 - addresses: - ip_netmask: 172.18.0.100/24 mtu: 1500 routes: [] type: vlan vlan_id: 21 - addresses: - ip_netmask: 172.19.0.100/24 mtu: 1500 routes: [] type: vlan vlan_id: 22 mtu: 1500 name: br-ex routes: - destination: 0.0.0.0/0 nexthop: 192.168.122.1 type: ovs_bridge use_dhcp: false 2025-10-02 07:51:49.954 INFO os_net_config.main nmstate: Applying network_config section 2025-10-02 07:51:49.954 INFO os_net_config.config_provider nmstate: Configuring network_config 2025-10-02 07:51:50.312 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:50.312 INFO os_net_config.impl_nmstate.__dump_key_config Initial network settings dns-resolver: config: search: - ctlplane.example.com server: - 192.168.122.80 hostname: config: edpm-compute-0 running: edpm-compute-0 interfaces: - accept-all-mac-addresses: false driver: virtio_net ethernet: auto-negotiation: false ethtool: coalesce: rx-frames: 1 rx-usecs: 0 tx-frames: 1 tx-usecs: 0 feature: rx-gro: true rx-gro-hw: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ip-generic: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 identifier: name ipv4: address: - ip: 192.168.122.100 prefix-length: 24 dhcp: false enabled: true forwarding: true ipv6: addr-gen-mode: stable-privacy address: - ip: fe80::5054:ff:fec3:1fff prefix-length: 64 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true dhcp-send-hostname: true enabled: true lldp: enabled: false mac-address: 52:54:00:C3:1F:FF mptcp: address-flags: [] mtu: 1500 name: enp1s0 permanent-mac-address: 52:54:00:C3:1F:FF profile-name: cloud-init enp1s0 state: up type: ethernet wait-ip: ipv4 - accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true ipv4: address: - ip: 127.0.0.1 prefix-length: 8 enabled: true forwarding: true ipv6: address: - ip: ::1 prefix-length: 128 enabled: true mac-address: 00:00:00:00:00:00 mtu: 65536 name: lo state: up type: loopback ovs-db: external_ids: hostname: edpm-compute-baremetal-00 rundir: /var/run/openvswitch system-id: ce9b4b30-6cc9-432b-9b89-3401fe521fe5 other_config: {} route-rules: config: [] routes: config: - destination: 0.0.0.0/0 metric: 100 next-hop-address: 192.168.122.1 next-hop-interface: enp1s0 table-id: 254 2025-10-02 07:51:50.312 INFO os_net_config.impl_nmstate.__init__ nmstate net config provider created. 2025-10-02 07:51:50.312 INFO os_net_config.utils._ordered_nics Finding active nics 2025-10-02 07:51:50.313 INFO os_net_config.utils._ordered_nics enp1s0: an active nic 2025-10-02 07:51:50.313 INFO os_net_config.utils._ordered_nics lo: not an active nic 2025-10-02 07:51:50.313 INFO os_net_config.utils._ordered_nics No DPDK mapping available in path /var/lib/os-net-config/dpdk_mapping.yaml 2025-10-02 07:51:50.313 INFO os_net_config.utils._ordered_nics Active nics: ['enp1s0'] 2025-10-02 07:51:50.313 INFO os_net_config.objects.mapped_nics nic1 => enp1s0 2025-10-02 07:51:50.314 INFO os_net_config.utils.get_interface_maxmtu enp1s0: running ip -d -j link show enp1s0 2025-10-02 07:51:50.326 DEBUG os_net_config.utils.get_interface_maxmtu enp1s0: Max MTU supported is 65535 2025-10-02 07:51:50.327 INFO os_net_config.utils.get_interface_maxmtu vlan20: running ip -d -j link show vlan20 2025-10-02 07:51:50.350 ERROR os_net_config.utils.get_interface_maxmtu vlan20: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'vlan20'] Unexpected error while running command. Command: ip -d -j link show vlan20 Exit code: 1 Stdout: '' Stderr: 'Device "vlan20" does not exist.\n' 2025-10-02 07:51:50.352 INFO os_net_config.utils.get_interface_maxmtu vlan21: running ip -d -j link show vlan21 2025-10-02 07:51:50.370 ERROR os_net_config.utils.get_interface_maxmtu vlan21: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'vlan21'] Unexpected error while running command. Command: ip -d -j link show vlan21 Exit code: 1 Stdout: '' Stderr: 'Device "vlan21" does not exist.\n' 2025-10-02 07:51:50.372 INFO os_net_config.utils.get_interface_maxmtu vlan22: running ip -d -j link show vlan22 2025-10-02 07:51:50.388 ERROR os_net_config.utils.get_interface_maxmtu vlan22: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'vlan22'] Unexpected error while running command. Command: ip -d -j link show vlan22 Exit code: 1 Stdout: '' Stderr: 'Device "vlan22" does not exist.\n' 2025-10-02 07:51:50.390 INFO os_net_config.utils.get_interface_maxmtu br-ex: running ip -d -j link show br-ex 2025-10-02 07:51:50.407 ERROR os_net_config.utils.get_interface_maxmtu br-ex: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'br-ex'] Unexpected error while running command. Command: ip -d -j link show br-ex Exit code: 1 Stdout: '' Stderr: 'Device "br-ex" does not exist.\n' 2025-10-02 07:51:50.409 INFO os_net_config.utils.get_interface_maxmtu enp1s0: running ip -d -j link show enp1s0 2025-10-02 07:51:50.420 DEBUG os_net_config.utils.get_interface_maxmtu enp1s0: Max MTU supported is 65535 2025-10-02 07:51:50.421 INFO os_net_config.utils.get_interface_maxmtu vlan20: running ip -d -j link show vlan20 2025-10-02 07:51:50.437 ERROR os_net_config.utils.get_interface_maxmtu vlan20: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'vlan20'] Unexpected error while running command. Command: ip -d -j link show vlan20 Exit code: 1 Stdout: '' Stderr: 'Device "vlan20" does not exist.\n' 2025-10-02 07:51:50.438 INFO os_net_config.utils.get_interface_maxmtu vlan21: running ip -d -j link show vlan21 2025-10-02 07:51:50.458 ERROR os_net_config.utils.get_interface_maxmtu vlan21: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'vlan21'] Unexpected error while running command. Command: ip -d -j link show vlan21 Exit code: 1 Stdout: '' Stderr: 'Device "vlan21" does not exist.\n' 2025-10-02 07:51:50.459 INFO os_net_config.utils.get_interface_maxmtu vlan22: running ip -d -j link show vlan22 2025-10-02 07:51:50.485 ERROR os_net_config.utils.get_interface_maxmtu vlan22: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'vlan22'] Unexpected error while running command. Command: ip -d -j link show vlan22 Exit code: 1 Stdout: '' Stderr: 'Device "vlan22" does not exist.\n' 2025-10-02 07:51:50.486 INFO os_net_config.utils.get_interface_maxmtu br-ex: running ip -d -j link show br-ex 2025-10-02 07:51:50.510 ERROR os_net_config.utils.get_interface_maxmtu br-ex: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'br-ex'] Unexpected error while running command. Command: ip -d -j link show br-ex Exit code: 1 Stdout: '' Stderr: 'Device "br-ex" does not exist.\n' 2025-10-02 07:51:50.579 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.579 DEBUG os_net_config.impl_nmstate.__dump_config enp1s0: Present state accept-all-mac-addresses: false driver: virtio_net ethernet: auto-negotiation: false ethtool: coalesce: rx-frames: 1 rx-usecs: 0 tx-frames: 1 tx-usecs: 0 feature: rx-gro: true rx-gro-hw: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ip-generic: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 identifier: name ipv4: address: - ip: 192.168.122.100 prefix-length: 24 dhcp: false enabled: true forwarding: true ipv6: addr-gen-mode: stable-privacy address: - ip: fe80::5054:ff:fec3:1fff prefix-length: 64 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true dhcp-send-hostname: true enabled: true lldp: enabled: false mac-address: 52:54:00:C3:1F:FF mptcp: address-flags: [] mtu: 1500 name: enp1s0 permanent-mac-address: 52:54:00:C3:1F:FF profile-name: cloud-init enp1s0 state: up type: ethernet wait-ip: ipv4 2025-10-02 07:51:50.579 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_iface br-ex: Parse - set bridge br-ex fail_mode=standalone 2025-10-02 07:51:50.580 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_iface br-ex: Parse - del-controller br-ex 2025-10-02 07:51:50.580 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_ports br-ex: Parse - set bridge br-ex fail_mode=standalone 2025-10-02 07:51:50.580 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_ports br-ex: Parse - del-controller br-ex 2025-10-02 07:51:50.580 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_bridge br-ex: Parse - set bridge br-ex fail_mode=standalone 2025-10-02 07:51:50.581 INFO os_net_config.impl_nmstate._ovs_extra_cfg_eq_val bridge->options->fail-mode=standalone 2025-10-02 07:51:50.582 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_bridge br-ex: Parse - del-controller br-ex 2025-10-02 07:51:50.582 INFO os_net_config.impl_nmstate._ovs_extra_cfg_eq_val ['del-controller', 'br-ex']: No action required 2025-10-02 07:51:50.583 INFO os_net_config.utils.get_interface_maxmtu br-ex: running ip -d -j link show br-ex 2025-10-02 07:51:50.604 ERROR os_net_config.utils.get_interface_maxmtu br-ex: Failed to execute cmnd ['ip', '-d', '-j', 'link', 'show', 'br-ex'] Unexpected error while running command. Command: ip -d -j link show br-ex Exit code: 1 Stdout: '' Stderr: 'Device "br-ex" does not exist.\n' 2025-10-02 07:51:50.604 INFO os_net_config.impl_nmstate.add_ovs_interface br-ex: adding ovs interface 2025-10-02 07:51:50.604 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, nm_controlled is always true.Deprecating it from next release 2025-10-02 07:51:50.605 DEBUG os_net_config.impl_nmstate._add_dns_servers DNS: Adding DNS server 192.168.122.80 2025-10-02 07:51:50.605 DEBUG os_net_config.impl_nmstate._add_dns_domain DNS: Adding DNS domain ctlplane.example.com 2025-10-02 07:51:50.605 DEBUG os_net_config.impl_nmstate._add_dns_domain DNS: Adding DNS domain internalapi.example.com 2025-10-02 07:51:50.605 DEBUG os_net_config.impl_nmstate._add_dns_domain DNS: Adding DNS domain storage.example.com 2025-10-02 07:51:50.605 DEBUG os_net_config.impl_nmstate._add_dns_domain DNS: Adding DNS domain tenant.example.com 2025-10-02 07:51:50.605 INFO os_net_config.impl_nmstate._add_routes br-ex: adding custom route 2025-10-02 07:51:50.605 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.606 DEBUG os_net_config.impl_nmstate.__dump_config Contents of /etc/iproute2/rt_tables {} 2025-10-02 07:51:50.606 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.606 DEBUG os_net_config.impl_nmstate.__dump_config br-ex: Prepared route config - destination: 0.0.0.0/0 next-hop-address: 192.168.122.1 next-hop-interface: br-ex 2025-10-02 07:51:50.607 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.607 DEBUG os_net_config.impl_nmstate.__dump_config br-ex: Prepared config ipv4: address: - ip: 192.168.122.100 prefix-length: 24 auto-dns: false dhcp: false enabled: true ipv6: auto-dns: false autoconf: false dhcp: false enabled: false mac-address: 52:54:00:C3:1F:FF mtu: 1500 name: br-ex state: up type: ovs-interface 2025-10-02 07:51:50.607 INFO os_net_config.impl_nmstate.add_bridge br-ex: adding bridge 2025-10-02 07:51:50.607 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, nm_controlled is always true.Deprecating it from next release 2025-10-02 07:51:50.661 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.661 DEBUG os_net_config.impl_nmstate.__dump_config enp1s0: Present state accept-all-mac-addresses: false driver: virtio_net ethernet: auto-negotiation: false ethtool: coalesce: rx-frames: 1 rx-usecs: 0 tx-frames: 1 tx-usecs: 0 feature: rx-gro: true rx-gro-hw: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ip-generic: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 identifier: name ipv4: address: - ip: 192.168.122.100 prefix-length: 24 dhcp: false enabled: true forwarding: true ipv6: addr-gen-mode: stable-privacy address: - ip: fe80::5054:ff:fec3:1fff prefix-length: 64 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true dhcp-send-hostname: true enabled: true lldp: enabled: false mac-address: 52:54:00:C3:1F:FF mptcp: address-flags: [] mtu: 1500 name: enp1s0 permanent-mac-address: 52:54:00:C3:1F:FF profile-name: cloud-init enp1s0 state: up type: ethernet wait-ip: ipv4 2025-10-02 07:51:50.661 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_bridge br-ex: Parse - set bridge br-ex fail_mode=standalone 2025-10-02 07:51:50.661 INFO os_net_config.impl_nmstate._ovs_extra_cfg_eq_val bridge->options->fail-mode=standalone 2025-10-02 07:51:50.661 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_bridge br-ex: Parse - del-controller br-ex 2025-10-02 07:51:50.661 INFO os_net_config.impl_nmstate._ovs_extra_cfg_eq_val ['del-controller', 'br-ex']: No action required 2025-10-02 07:51:50.661 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_bridge br-ex: Parse - set bridge br-ex other-config:mac-table-size=50000 2025-10-02 07:51:50.662 INFO os_net_config.impl_nmstate._ovs_extra_cfg_eq_val ovs-db->other_config->mac-table-size=50000 2025-10-02 07:51:50.662 INFO os_net_config.impl_nmstate.parse_ovs_extra_for_bridge br-ex: Parse - set bridge br-ex other_config:hwaddr=52:54:00:C3:1F:FF 2025-10-02 07:51:50.662 INFO os_net_config.impl_nmstate._ovs_extra_cfg_eq_val ovs-db->other_config->hwaddr=52:54:00:C3:1F:FF 2025-10-02 07:51:50.662 DEBUG os_net_config.impl_nmstate.add_bridge br-ex: adding ovs ports - enp1s0 vlan20 vlan21 vlan22 br-ex 2025-10-02 07:51:50.664 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.664 DEBUG os_net_config.impl_nmstate.__dump_config br-ex: Prepared config bridge: allow-extra-patch-ports: true options: fail-mode: standalone mcast-snooping-enable: false rstp: false stp: false port: - name: enp1s0 - name: vlan20 vlan: mode: access tag: 20 - name: vlan21 vlan: mode: access tag: 21 - name: vlan22 vlan: mode: access tag: 22 - name: br-ex name: br-ex ovs-db: external_ids: {} other_config: hwaddr: 52:54:00:C3:1F:FF mac-table-size: 50000 state: up type: ovs-bridge 2025-10-02 07:51:50.664 INFO os_net_config.impl_nmstate.add_interface enp1s0: adding interface 2025-10-02 07:51:50.665 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, nm_controlled is always true.Deprecating it from next release 2025-10-02 07:51:50.665 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, hotplug is always set totrue. Deprecating it from next release 2025-10-02 07:51:50.727 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.727 DEBUG os_net_config.impl_nmstate.__dump_config enp1s0: Present state accept-all-mac-addresses: false driver: virtio_net ethernet: auto-negotiation: false ethtool: coalesce: rx-frames: 1 rx-usecs: 0 tx-frames: 1 tx-usecs: 0 feature: rx-gro: true rx-gro-hw: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ip-generic: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 identifier: name ipv4: address: - ip: 192.168.122.100 prefix-length: 24 dhcp: false enabled: true forwarding: true ipv6: addr-gen-mode: stable-privacy address: - ip: fe80::5054:ff:fec3:1fff prefix-length: 64 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true dhcp-send-hostname: true enabled: true lldp: enabled: false mac-address: 52:54:00:C3:1F:FF mptcp: address-flags: [] mtu: 1500 name: enp1s0 permanent-mac-address: 52:54:00:C3:1F:FF profile-name: cloud-init enp1s0 state: up type: ethernet wait-ip: ipv4 2025-10-02 07:51:50.728 INFO os_net_config.utils.get_totalvfs enp1s0: sriov_totalvfs can't be read. SR-IOV is not enabled. 2025-10-02 07:51:50.729 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:50.729 INFO os_net_config.impl_nmstate.__dump_key_config enp1s0: Prepared config ethernet: {} ipv4: dhcp: false enabled: false ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: enp1s0 state: up type: ethernet 2025-10-02 07:51:50.729 INFO os_net_config.impl_nmstate.add_vlan vlan20: adding vlan 2025-10-02 07:51:50.729 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, nm_controlled is always true.Deprecating it from next release 2025-10-02 07:51:50.730 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:50.730 INFO os_net_config.impl_nmstate.__dump_key_config vlan20: Prepared config ipv4: address: - ip: 172.17.0.100 prefix-length: 24 dhcp: false enabled: true ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: vlan20 state: up type: ovs-interface 2025-10-02 07:51:50.730 INFO os_net_config.impl_nmstate.add_vlan vlan21: adding vlan 2025-10-02 07:51:50.730 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, nm_controlled is always true.Deprecating it from next release 2025-10-02 07:51:50.731 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:50.731 INFO os_net_config.impl_nmstate.__dump_key_config vlan21: Prepared config ipv4: address: - ip: 172.18.0.100 prefix-length: 24 dhcp: false enabled: true ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: vlan21 state: up type: ovs-interface 2025-10-02 07:51:50.731 INFO os_net_config.impl_nmstate.add_vlan vlan22: adding vlan 2025-10-02 07:51:50.732 INFO os_net_config.impl_nmstate._add_common Using NetworkManager, nm_controlled is always true.Deprecating it from next release 2025-10-02 07:51:50.733 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:50.733 INFO os_net_config.impl_nmstate.__dump_key_config vlan22: Prepared config ipv4: address: - ip: 172.19.0.100 prefix-length: 24 dhcp: false enabled: true ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: vlan22 state: up type: ovs-interface 2025-10-02 07:51:50.733 INFO os_net_config.impl_nmstate.apply applying network configs.... 2025-10-02 07:51:50.827 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.827 DEBUG os_net_config.impl_nmstate.__dump_config br-ex-if: Present route config [] 2025-10-02 07:51:50.827 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.827 DEBUG os_net_config.impl_nmstate.__dump_config br-ex-if: Desired route config [] 2025-10-02 07:51:50.884 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.885 DEBUG os_net_config.impl_nmstate.__dump_config enp1s0: Present state accept-all-mac-addresses: false driver: virtio_net ethernet: auto-negotiation: false ethtool: coalesce: rx-frames: 1 rx-usecs: 0 tx-frames: 1 tx-usecs: 0 feature: rx-gro: true rx-gro-hw: true rx-gro-list: false rx-udp-gro-forwarding: false tx-checksum-ip-generic: true tx-generic-segmentation: true tx-nocache-copy: false tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: false tx-tcp-segmentation: true tx-tcp6-segmentation: true ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 identifier: name ipv4: address: - ip: 192.168.122.100 prefix-length: 24 dhcp: false enabled: true forwarding: true ipv6: addr-gen-mode: stable-privacy address: - ip: fe80::5054:ff:fec3:1fff prefix-length: 64 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true dhcp-send-hostname: true enabled: true lldp: enabled: false mac-address: 52:54:00:C3:1F:FF mptcp: address-flags: [] mtu: 1500 name: enp1s0 permanent-mac-address: 52:54:00:C3:1F:FF profile-name: cloud-init enp1s0 state: up type: ethernet wait-ip: ipv4 2025-10-02 07:51:50.937 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.937 DEBUG os_net_config.impl_nmstate.__dump_config enp1s0: Present route config - destination: 0.0.0.0/0 metric: 100 next-hop-address: 192.168.122.1 next-hop-interface: enp1s0 table-id: 254 2025-10-02 07:51:50.938 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:50.938 DEBUG os_net_config.impl_nmstate.__dump_config enp1s0: Desired route config [] 2025-10-02 07:51:50.938 INFO os_net_config.impl_nmstate.generate_routes Prepare to remove route - {'destination': '0.0.0.0/0', 'next-hop-interface': 'enp1s0', 'next-hop-address': '192.168.122.1', 'metric': 100, 'table-id': 254, 'state': 'absent'} 2025-10-02 07:51:51.067 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.067 DEBUG os_net_config.impl_nmstate.__dump_config br-ex: Present route config [] 2025-10-02 07:51:51.068 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.068 DEBUG os_net_config.impl_nmstate.__dump_config br-ex: Desired route config - destination: 0.0.0.0/0 next-hop-address: 192.168.122.1 next-hop-interface: br-ex 2025-10-02 07:51:51.201 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.201 DEBUG os_net_config.impl_nmstate.__dump_config vlan20: Present route config [] 2025-10-02 07:51:51.201 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.201 DEBUG os_net_config.impl_nmstate.__dump_config vlan20: Desired route config [] 2025-10-02 07:51:51.281 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.281 DEBUG os_net_config.impl_nmstate.__dump_config vlan21: Present route config [] 2025-10-02 07:51:51.281 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.282 DEBUG os_net_config.impl_nmstate.__dump_config vlan21: Desired route config [] 2025-10-02 07:51:51.355 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.355 DEBUG os_net_config.impl_nmstate.__dump_config vlan22: Present route config [] 2025-10-02 07:51:51.355 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:51.355 DEBUG os_net_config.impl_nmstate.__dump_config vlan22: Desired route config [] 2025-10-02 07:51:51.355 INFO os_net_config.impl_nmstate.cleanup_all_ifaces cleaning up all network configs... 2025-10-02 07:51:51.393 DEBUG os_net_config.impl_nmstate.cleanup_all_ifaces Interface name excluded: br-ex-if, enp1s0, br-ex, vlan20, vlan21, vlan22, lo 2025-10-02 07:51:51.393 DEBUG os_net_config.impl_nmstate.cleanup_all_ifaces Interface type excluded: ovs-bridge, ovs-interface 2025-10-02 07:51:51.393 INFO os_net_config.impl_nmstate.cleanup_all_ifaces enp1s0: Interface name is excluded from cleanup 2025-10-02 07:51:51.393 INFO os_net_config.impl_nmstate.cleanup_all_ifaces lo: Interface name is excluded from cleanup 2025-10-02 07:51:51.398 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:51.398 INFO os_net_config.impl_nmstate.__dump_key_config Applying the config with nmstate interfaces: - ipv4: address: - ip: 192.168.122.100 prefix-length: 24 auto-dns: false dhcp: false enabled: true ipv6: auto-dns: false autoconf: false dhcp: false enabled: false mac-address: 52:54:00:C3:1F:FF mtu: 1500 name: br-ex state: up type: ovs-interface - ethernet: {} ipv4: dhcp: false enabled: false ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: enp1s0 state: up type: ethernet - bridge: allow-extra-patch-ports: true options: fail-mode: standalone mcast-snooping-enable: false rstp: false stp: false port: - name: enp1s0 - name: vlan20 vlan: mode: access tag: 20 - name: vlan21 vlan: mode: access tag: 21 - name: vlan22 vlan: mode: access tag: 22 - name: br-ex name: br-ex ovs-db: external_ids: {} other_config: hwaddr: 52:54:00:C3:1F:FF mac-table-size: 50000 state: up type: ovs-bridge - ipv4: address: - ip: 172.17.0.100 prefix-length: 24 dhcp: false enabled: true ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: vlan20 state: up type: ovs-interface - ipv4: address: - ip: 172.18.0.100 prefix-length: 24 dhcp: false enabled: true ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: vlan21 state: up type: ovs-interface - ipv4: address: - ip: 172.19.0.100 prefix-length: 24 dhcp: false enabled: true ipv6: autoconf: false dhcp: false enabled: false mtu: 1500 name: vlan22 state: up type: ovs-interface 2025-10-02 07:51:53.132 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:53.133 INFO os_net_config.impl_nmstate.__dump_key_config Applying the config with nmstate routes: config: - destination: 0.0.0.0/0 metric: 100 next-hop-address: 192.168.122.1 next-hop-interface: enp1s0 state: absent table-id: 254 2025-10-02 07:51:53.983 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:53.983 INFO os_net_config.impl_nmstate.__dump_key_config Applying the config with nmstate routes: config: - destination: 0.0.0.0/0 next-hop-address: 192.168.122.1 next-hop-interface: br-ex 2025-10-02 07:51:55.063 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:55.063 DEBUG os_net_config.impl_nmstate.__dump_config Present set of ip rules [] 2025-10-02 07:51:55.064 DEBUG os_net_config.impl_nmstate.__dump_config ---------------------------- 2025-10-02 07:51:55.064 DEBUG os_net_config.impl_nmstate.__dump_config Desired ip rules [] 2025-10-02 07:51:55.064 INFO os_net_config.impl_nmstate.__dump_key_config ---------------------------- 2025-10-02 07:51:55.065 INFO os_net_config.impl_nmstate.__dump_key_config Applying the config with nmstate dns-resolver: config: search: - ctlplane.example.com - internalapi.example.com - storage.example.com - tenant.example.com server: - 192.168.122.80 2025-10-02 07:51:55.984 DEBUG os_net_config.impl_nmstate.apply Updated the interfaces: br-ex-if enp1s0 br-ex vlan20 vlan21 vlan22 2025-10-02 07:51:55.984 INFO os_net_config.impl_nmstate.apply Succesfully applied the network config with nmstate provider 2025-10-02 07:51:55.984 INFO os_net_config.config_provider nmstate: Successfully configured network_config 2025-10-02 07:51:55.985 INFO os_net_config.main nmstate: Configured network_config successfully