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
I tested “(NoCloudNet): Add network-config support” (24.3+) with a RHEL KVM instance and found that when network-config contains static IP, cloud-init created configuration file but it was ineffective.
The root cause is the command ['systemctl', 'reload-or-try-restart', 'NetworkManager.service'] does not restart the interface.
We may need the solution that Ani mentioned before, see this comment #5512 (comment)
I also have another question about "“Applying network configuration from fallback” in " "init-local" stage, which created the DHCP network configuration, is it expected or not?
Steps to reproduce the problem
Prepare network data in http server and then launch a KVM instance
For example, using rhel9 guest image which contains cloud-init 24.4 to create a KVM instance,
Bug report
I tested “(NoCloudNet): Add network-config support” (24.3+) with a RHEL KVM instance and found that when network-config contains static IP, cloud-init created configuration file but it was ineffective.
The root cause is the command ['systemctl', 'reload-or-try-restart', 'NetworkManager.service'] does not restart the interface.
We may need the solution that Ani mentioned before, see this comment
#5512 (comment)
I also have another question about "“Applying network configuration from fallback” in " "init-local" stage, which created the DHCP network configuration, is it expected or not?
Steps to reproduce the problem
Prepare network data in http server and then launch a KVM instance
For example, using rhel9 guest image which contains cloud-init 24.4 to create a KVM instance,
br1.xml
virsh net-define br1.xml
virsh net-start br1
sudo virt-install --name ${DOMAIN_NAME} --disk /var/lib/libvirt/images/${RHEL_CLOUD_IMAGE},device=disk,bus=virtio,format=qcow2 --os-variant rhel-unknown --network bridge=virbr1,model=virtio --graphics none --sysinfo system.serial="ds=nocloud;s=http://10.0.2.1:8000/" --import
Environment details
cloud-init logs
cloud-init_rhel9.log
The text was updated successfully, but these errors were encountered: