GitHub user rbaweja added a comment to the discussion: VM not picking assigned 
IP through VR

yes the label and configuration is perfect. 

below for your reference:

network:
  version: 2
  ethernets:
    ens160: {}  # MNGT Network
    ens192: {}  # GUEST Trunk
    ens224: {}  # PUBLIC Trunk 
  bridges:
    cloudbr0:
      addresses:
        - 172.27.5.31/24
      dhcp4: false
      routes:
        - to: default
          via: 172.27.5.1
      nameservers:
        addresses:
          - 8.8.8.8
          - 1.1.1.1
        search: []
      interfaces:
        - ens160
      parameters:
        stp: false
        forward-delay: 5
    cloudbr1:
      dhcp4: false
      interfaces:
        - ens192
    cloudbr2:
      dhcp4: false
      interfaces:
        - ens224
      parameters:
        stp: false
        forward-delay: 5

/etc/cloudstack/agent/agent.properties 
private.network.device=cloudbr0
guest.network.device=cloudbr1
hypervisor.type=kvm
port=8250
public.network.device=cloudbr2


GitHub link: 
https://github.com/apache/cloudstack/discussions/10693#discussioncomment-12789703

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to