Hi,
My setup includes:

*         One Openstack Controller with ODL (of course with SFC) which is 
deployed through OPNFV Colorado 3.0

*         One aarch64 Compute Node (OpenStack Mitaka), which is attached to the 
above OS Controller

I downloaded OVS 2.6.1 from OVS git hub and applied NSH patches from below URL:

https://github.com/yyang13/ovs_nsh_patches/tree/master/v2.6.1

I am able to create the SFC attributes like VNFD, VNF, Chain, and Classifier 
through Tim Rozet SFC walkthrough 
(https://github.com/trozet/sfc-random/blob/master/tacker_sfc_apex_walkthrough.txt).
 And also, I launched VNF, http_server and http_client VM's on the same compute 
node.
All the related NSH flows are added to the bridge 'br-int' in the compute node 
without fail.

But, when I execute the command 'curl --local-port 2000 123.123.123.4' from the 
http_client VM, I am getting the below error message:

curl: (7) Failed to connect to 123.123.123.4 port 80: Connection timed out

When I execute the command 'wget 123.123.123.4' from the http_client VM, I am 
getting the 200 OK response.
But, in both the cases, no VxLAN packets are coming at the tacker VNF VM (using 
vxlan_tool.py).

OVS bridges and flows details of Compute Node are given at the below link:
http://pastebin.com/MEN7dk8n

Can anyone give me some clue, to debug the issue.

I also want to know, whether anyone one are succeeded while executing SFC 
across compute node through ODL and OVS 2.6.1 with NSH patches from Yang.
Thanks for the help.

Regards,
Srikanth.
_______________________________________________
sfc-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/sfc-dev

Reply via email to