Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-05-02 Thread Luca 'remix_tj' Lorenzetto
On Tue, Mar 21, 2017 at 12:59 PM, Luca 'remix_tj' Lorenzetto wrote: > Hello Marcin, hello all, > > the provider failure was due to neutron services not behaving > correctly. Now when i try to start a VM attached to an external > network i get this in vdsm.log: > > [cut]

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-21 Thread Luca 'remix_tj' Lorenzetto
Hello Marcin, hello all, the provider failure was due to neutron services not behaving correctly. Now when i try to start a VM attached to an external network i get this in vdsm.log: 2017-03-21 12:51:38,893 INFO (vm/23ea52a8) [vds] prepared volume path:

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-13 Thread Marcin Mirecki
PROVIDER_FAILURE indicates a problem with the external network provider. The detailed cause of the error should be present in the vdsm logs. On Mon, Mar 13, 2017 at 11:37 AM, Luca 'remix_tj' Lorenzetto < lorenzetto.l...@gmail.com> wrote: > About VM failing i can add this from engine.log: > >

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-13 Thread Luca 'remix_tj' Lorenzetto
About VM failing i can add this from engine.log: 2017-03-13 11:12:35,662+01 INFO [org.ovirt.engine.core.vdsbroker.UpdateVmDynamicDataVDSCommand] (org.ovirt.thread.pool-6-thread-5) [462b7528-dce7-4b9e-98e4-f44ab9a551a5] START, UpdateVmDynamicDataVDSCommand(

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-13 Thread Marcin Mirecki
Yes, or when you attach an external network vnic to a VM 2017-03-10 16:02 GMT+01:00 Luca 'remix_tj' Lorenzetto < lorenzetto.l...@gmail.com>: > On Fri, Mar 10, 2017 at 2:41 PM, Marcin Mirecki > wrote: > > Luca, > > > > Can you please send me the vdsm log of plugging a vnic

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Luca 'remix_tj' Lorenzetto
On Fri, Mar 10, 2017 at 2:41 PM, Marcin Mirecki wrote: > Luca, > > Can you please send me the vdsm log of plugging a vnic to an external > network? > The relevant log file is: /var/log/vdsm/vdsm.log You mean when i power on a VM that is using that external network? -- "E'

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Marcin Mirecki
Luca, Can you please send me the vdsm log of plugging a vnic to an external network? The relevant log file is: /var/log/vdsm/vdsm.log On Fri, Mar 10, 2017 at 12:11 PM, Luca 'remix_tj' Lorenzetto < lorenzetto.l...@gmail.com> wrote: > > > Il 10 mar 2017 11:48 AM, "Marcin Mirecki"

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Marcin Mirecki
>[root@fltiovirt002 ~]# ovs-vsctl show >53bfa8a8-80c5-4372-abb1-633c29eb1e60 > ovs_version: "2.6.90 This show that ovs is up. It's however missing the integration bridge (br-int). The integration bridge is the bridge to which the vm vnics should be connected. Try: ovs-vsctl add-br br-int

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Marcin Mirecki
> No i haven't defined any security policy, explicitly. I'm using a network defined through horizon without any special option. This is strange, as the basic flow should only connect the vnic to the ovs integration bridge. Please give me some time to look at the code. > Where i find the xml

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Luca 'remix_tj' Lorenzetto
On Fri, Mar 10, 2017 at 12:11 PM, Luca 'remix_tj' Lorenzetto wrote: > >>[root@ovirt002 ~]# ovs-vsctl show >>ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection >>failed (No such file or directory) > > This is quite worrying. Is ovs on the host working

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Luca 'remix_tj' Lorenzetto
Il 10 mar 2017 11:48 AM, "Marcin Mirecki" ha scritto: Hello Luca >Name: openstack-networks >Type: OpenStack Networking >Description: >Provider URL: http://openstack.example.com:9696 I assume Networking Plugin: Open vSwitch Yes, i confirm. Do you have any security

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-10 Thread Marcin Mirecki
Hello Luca >Name: openstack-networks >Type: OpenStack Networking >Description: >Provider URL: http://openstack.example.com:9696 I assume Networking Plugin: Open vSwitch Do you have any security groups defined for the vnic profile on your external network? Looking at the output you provided is

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-09 Thread Luca 'remix_tj' Lorenzetto
On Thu, Mar 9, 2017 at 2:24 PM, Marcin Mirecki wrote: > Hello Luca, Hello Marcin, > The osn provider basically only connects the vnics to the osn networks, > items like dhcp must be handled on the osn networks itself. Yes, i know. The network is defined by neutron, which

Re: [ovirt-users] oVirt and Openstack Neutron: network not working

2017-03-09 Thread Marcin Mirecki
Hello Luca, The osn provider basically only connects the vnics to the osn networks, items like dhcp must be handled on the osn networks itself. Have you tried connecting any nics manually and checking connectivity between them? No connectivity with static IP's could hint at some configuration