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
Description
In a freshly deployed ON (set up on 5.12.0.1 CE), instantiating a VM based on a template with a default network selected will cause this VM to always be created in this network, even if a different network (and IP address) was applied.
To Reproduce
Create two different virtual networks
Create a template with a default network
Instantiate VM and change the network to use to the one not in the template. Optional: Define a custom IP address within the range of this network.
Expected behavior
The VM is created with an IP lease from the network defined during instantiation, not the default. The Force IPv4 field is taken into account and the VM is created with an virtual network interface holding the provided IP.
(Actual Behavior:) Instead, it is created within the default network of the base template. The custom IP address is not applied.
Details
Affected Component: Sunstone
Hypervisor: KVM
Version: 5.12.0.2
Additional context
The instance was created on 5.12.0.1 and was updated to 5.12.0.2 this morning. The issue existed on 5.12.0.1 as well. A third network was created for testing purposes, same result. Creating a separate template with the desired network and instantiating a VM off that template works for the network, but custom IP addresses are still not applied.
Progress Status
Branch created
Code committed to development branch
Testing - QA
Documentation
Release notes - resolved issues, compatibility, known issues
Code committed to upstream release/hotfix branches
Documentation committed to upstream release/hotfix branches
The text was updated successfully, but these errors were encountered:
Description
In a freshly deployed ON (set up on 5.12.0.1 CE), instantiating a VM based on a template with a default network selected will cause this VM to always be created in this network, even if a different network (and IP address) was applied.
To Reproduce
Expected behavior
The VM is created with an IP lease from the network defined during instantiation, not the default. The Force IPv4 field is taken into account and the VM is created with an virtual network interface holding the provided IP.
(Actual Behavior:) Instead, it is created within the default network of the base template. The custom IP address is not applied.
Details
Additional context
The instance was created on 5.12.0.1 and was updated to 5.12.0.2 this morning. The issue existed on 5.12.0.1 as well. A third network was created for testing purposes, same result. Creating a separate template with the desired network and instantiating a VM off that template works for the network, but custom IP addresses are still not applied.
Progress Status
The text was updated successfully, but these errors were encountered: