Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-09-01 Thread Cathy Zhang
: Vincent.Chao [mailto:vincentcha...@gmail.com] Sent: Wednesday, August 31, 2016 7:43 PM To: OpenStack Development Mailing List (not for usage questions); Cathy Zhang Cc: Alioune Subject: Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC Hi Neutrons, I met this situation

[openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-09-01 Thread Alioune
ature on your system. >> >> >> >> Thanks, >> >> Cathy >> >> >> >> *From:* Alioune [mailto:baliou...@gmail.com >> <javascript:_e(%7B%7D,'cvml','baliou...@gmail.com');>] >> *Sent:* Tuesday, August 30, 2016 8:03 AM >> *To:*

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-31 Thread Vincent.Chao
on your system. > > > > Thanks, > > Cathy > > > > *From:* Alioune [mailto:baliou...@gmail.com] > *Sent:* Tuesday, August 30, 2016 8:03 AM > *To:* OpenStack Development Mailing List (not for usage questions) > *Cc:* Cathy Zhang; Mohan Kumar; Henry Fourie > *S

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-30 Thread Cathy Zhang
[mailto:baliou...@gmail.com] Sent: Tuesday, August 30, 2016 8:03 AM To: OpenStack Development Mailing List (not for usage questions) Cc: Cathy Zhang; Mohan Kumar; Henry Fourie Subject: Re: [openstack-dev][neutron][networking-sfc] Unable to create openstack SFC Hi, Have you received my previous

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-30 Thread Alioune
Hi, Have you received my previous email ? Regards, On 15 August 2016 at 13:39, Alioune wrote: > Hi all, > I'm trying to launch Openstack SFC as explained in[1] by creating 2 SFs, 1 > Web Server (DST) and the DHCP namespace as the SRC. > I've installed OVS (Open vSwitch)

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-25 Thread Alioune
Hi Mohan, The packets are not going through the SFs after setting the chain and I think that this error is due to a misconfiguration of the pipelines in br-int. I used the flow classifier [0] but only the network address " 55.55.55.0/24" is put in pipeline flow entries see [1] [2] and not the

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-17 Thread Mohan Kumar
Alioune, tcpdump in SF ingress / egress tap interfaces will show packets flows . I guess the packet not going through SFs . You may check flow_rules packet counter and actions field (actions=drop) on br_int to find where the packet actually get dropping . Please make sure you disabled

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-17 Thread Alioune
Hi all, I've solved the error. In fact I did not create a router attached to the tenant subnet and according to neutron logs that was the first exception raised while creating port-chain. Now the port-chain has been created and some flows entries have been pushed in br-int. I think I could be

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-16 Thread Mohan Kumar
Hi Alioune, Please find me in IRC * #openstack-neutron *name:* mohankumar* Yes ,the error looks confusing , but logs at "2016-08-16 17:32:35.255 " showing networking_sfc.services.sfc.drivers.ovs.driver function called as *'ingress': None * , Hence the create port_chain at sfc driver

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-16 Thread Mohan Kumar
Hi Alioune, Could you share neutron log as well ? also let us know your sfc code base., If possible shall we have quick chat on this in neutron IRC channel ? Thanks., Mohankumar.N On Mon, Aug 15, 2016 at 5:09 PM, Alioune wrote: > Hi all, > I'm trying to launch Openstack

Re: [openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-16 Thread Alioune
Hi all, You can see below the debuf logs at the creation of service chain Regards, vagrant@ubuntu:~/openstack_sfc$ neutron --debug port-chain-create --port-pair-group PG1 --port-pair-group PG2 --flow-classifier FC15 PC1 DEBUG: keystoneclient.session REQ: curl -g -i -X GET

[openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-15 Thread Farhad Sunavala
  <openstack-dev@lists.openstack.org> Subject: [openstack-dev] [neutron][networking-sfc] Unable to create     openstack SFC Message-ID:     <calvly2dkp770z_u3p+b8ddsg9_rtgpgf_c6eijv5dopkurz...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hi all, I'm trying to

[openstack-dev] [neutron][networking-sfc] Unable to create openstack SFC

2016-08-15 Thread Alioune
Hi all, I'm trying to launch Openstack SFC as explained in[1] by creating 2 SFs, 1 Web Server (DST) and the DHCP namespace as the SRC. I've installed OVS (Open vSwitch) 2.3.90 with Linux kernel 3.13.0-62 and the neutron L2-agent runs correctly. I followed the process by creating classifier, port