Re: [libvirt] Unable to provision VM attaching it directly to a OVS bridge

2013-10-31 Thread Laine Stump
On 10/30/2013 04:46 PM, Lucas Brasilino wrote: > Laine Stump wrote: >> AFAIK, virt-install has no method of specifying the >> parameters for an interface. What you're asking for here is an interface >> definition of: > Yes, up to version 0.10. there's not. > >> As long as the OVS service is runnin

Re: [libvirt] Unable to provision VM attaching it directly to a OVS bridge

2013-10-30 Thread Lucas Brasilino
Hi! > AFAIK, virt-install has no method of specifying the > parameters for an interface. What you're asking for here is an interface > definition of: Yes, up to version 0.10. there's not. > You need to change you virt-install commandline so that the --network > argument is something like this:

Re: [libvirt] Unable to provision VM attaching it directly to a OVS bridge

2013-10-30 Thread Laine Stump
On 10/29/2013 04:04 PM, Lucas Brasilino wrote: > Moving this discussion from libvirt-users: > > Getting deeper and deeper :) > > $ egrep '^int vir*' util/virnetdevopenvswitch.c > int virNetDevOpenvswitchAddPort(const char *brname, const char *ifname, > int virNetDevOpenvswitchRemovePort(const char

Re: [libvirt] Unable to provision VM attaching it directly to a OVS bridge

2013-10-29 Thread Lucas Brasilino
Moving this discussion from libvirt-users: Getting deeper and deeper :) $ egrep '^int vir*' util/virnetdevopenvswitch.c int virNetDevOpenvswitchAddPort(const char *brname, const char *ifname, int virNetDevOpenvswitchRemovePort(const char *brname ATTRIBUTE_UNUSED, const char *ifname) int virNetDev