Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-14 Thread Pavel Zhukov
Looks like that vdsm parses null value in the gateway=null as True and raise Exception. Can you raise a bugreport? -- Best regards, Pavel Zhukov mailto:pzhu...@redhat.com On Wed, 13 Feb 2013, Matt . wrote: | Thanks indeed, I'm with Nicolas, also working on a nice setup with this |

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-14 Thread Gianluca Cecchi
On Tue, Feb 12, 2013 at 10:27 PM, Moti Asayag wrote: You should follow the next steps: 1. Create a new logical network from the networks main tab: define its data-center and set its vlan-id to 50 (the VM network checkbox should be checked) 2. Click on the created network in the networks

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-14 Thread Mike Kolesnik
- Original Message - On Tue, Feb 12, 2013 at 10:27 PM, Moti Asayag wrote: You should follow the next steps: 1. Create a new logical network from the networks main tab: define its data-center and set its vlan-id to 50 (the VM network checkbox should be checked) 2.

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-14 Thread Gianluca Cecchi
On Thu, Feb 14, 2013 at 10:37 AM, Mike Kolesnik wrote: client will have ip of the form 10.10.10.x/24 with gw 10.10.10.1 and eventually I would like to give an ip address to the created bond itself. Can I? You can specify IP Netmask statically on the interface that you attach the network

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-14 Thread Mike Kolesnik
- Original Message - Thanks indeed, I'm with Nicolas, also working on a nice setup with this information! Here is some more logging: Thanks for the log. Unfortunately I can't tell much from it, can you please send a log of the setup networks command from VDSM log, where it is

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-13 Thread Matt .
Thanks indeed, I'm with Nicolas, also working on a nice setup with this information! Here is some more logging: The error came after I added WAN_02_02 with no IP. 2013-02-13 10:55:00,455 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-9)

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Nicolas Ecarnot
Le 11/02/2013 11:37, Matt . a écrit : I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network. I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Pavel Zhukov
Hello. Basically Ovirt operates with VLANs by creating tagged devices ethX.ID and attaching them to the bridge named network_name. For example: ovirt has ovirtmgmg, spice and 3 vm's networks: ovirtmgm (VLAN100), spice (VLAN101), vmnet1-3 (VLAN 201-203) Bridges for each networks will be

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Moti Asayag
On 02/12/2013 12:36 PM, Nicolas Ecarnot wrote: Le 11/02/2013 11:37, Matt . a écrit : I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network. I have decent setup switching network using Vlans, this is also

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Moti Asayag
On 02/11/2013 12:37 PM, Matt . wrote: I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network. You should define the 'logical networks' which describe the networks of your setup. See the response to

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Matt .
Hi guys, Thanks, this clears it more why we have VM and display options and how it's used on the nics. What hapens with me on a 3.2 installation when I want to attach a network without IP (VM option or not) to a Nic I get the noticed error like I told before: Error while executing action Setup

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Moti Asayag
On 02/13/2013 12:40 AM, Matt . wrote: Hi guys, Thanks, this clears it more why we have VM and display options and how it's used on the nics. What hapens with me on a 3.2 installation when I want to attach a network without IP (VM option or not) to a Nic I get the noticed error like I

Re: [Users] How do Networks and Vlan-tagging work in oVirt ?

2013-02-12 Thread Mike Kolesnik
- Original Message - On 02/13/2013 12:40 AM, Matt . wrote: Hi guys, Thanks, this clears it more why we have VM and display options and how it's used on the nics. What hapens with me on a 3.2 installation when I want to attach a network without IP (VM option or not) to a