Help with configuration VLAN network

Hi.
I need some help or explain how configure a VLAN network on Opennebula.
I have 2 KVM nodes and before i used bridged. My configuration is:

ifcfg-eth0

NAME=“eth0”
DEVICE=“eth0”
ONBOOT=yes
BRIDGE=br0
TYPE=Ethernet

ifcfg-br0

DEVICE=“br0”
ONBOOT=yes
NETBOOT=yes
IPV6INIT=no
BOOTPROTO=static
TYPE=“Bridge”
IPADDR=192.168.1.10
PREFIX=24
GATEWAY=192.168.1.1
DNS1=192.168.1.2

Now i want to use VLANs. I switched physical ports for nodes to trunk mode on the switch.
And on nodes i want to use VLAN 10 and for my virtual networks i want to use VLANS 60 and 70.
How should i reconfigure my network on nodes?
Please help me.