You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating two bridges on top of two interfaces using Network-Config version 2 for cloud-init, using NetworkManager renderer, cloud-init failed stage init-local with KeyError. https://issues.redhat.com/browse/RHEL-52718
Environment details
Cloud-init version: cloud-init-23.4
Operating System Distribution: rhel 9.4
Cloud provider, platform or installer type: KVM, NoCloud
How reproducible:
100%
##Steps to reproduce the problem
I used the same Network-Config data with #5574 but using NM renderer.
modified /etc/cloud/cloud.cfg to
network:
renderers: ['network-manager', 'eni', 'netplan', 'sysconfig', 'networkd']
xiachen-rh
changed the title
NoCloud - network_config bridges incorrectly configured by NM renderer
NoCloud - network_config bridges with set-name not configured by NM renderer
Sep 19, 2024
Bug report
Creating two bridges on top of two interfaces using Network-Config version 2 for cloud-init, using NetworkManager renderer, cloud-init failed stage init-local with KeyError.
https://issues.redhat.com/browse/RHEL-52718
Environment details
How reproducible:
100%
##Steps to reproduce the problem
I used the same Network-Config data with #5574 but using NM renderer.
modified /etc/cloud/cloud.cfg to
network:
renderers: ['network-manager', 'eni', 'netplan', 'sysconfig', 'networkd']
network-config
Command used to build config-drive ISO image:
genisoimage -output config-drive.iso -volid CIDATA -joliet
-rock user-data meta-data
network-config
Create a VM in libvirt with two network interfaces, match MAC address of network-config.
Boot the VM
Expected results
The VM should boot and correctly configure the network interfaces and bridges.
Actual results
cloud-init failed stage init-local with KeyError.
cloud-init logs
when I tested #5674, I found the error changed to
The text was updated successfully, but these errors were encountered: