Hi Dhevendran, The OPNFV community is trying to do something very similar to what you are doing (integrating OpenStack + ODL + OVS/VPP).
I cannot point you to a good documentation link but at least I could give you some pointers (maybe somebody else can add a good link). I would say that you have three options to configure the chains and the classifier. OPTION 1 ==> You do the config using the REST API of ODL directly. I know Brady created a python script which used that Rest API. You might get info reading that script: https://gerrit.opnfv.org/gerrit/gitweb?p=sfc.git;a=blob;f=vnfmgr/vnfmgr _odl/vnfmgr_odl.py;h=6ac72b28de8db3214fb4edea11627872d87089fd;hb=refs/h eads/master OPTION 2 ==> You do the config using the Tacker (CLI or library). This is what we are using in OPNFV when testing the integration of OpenStack + ODL. Here is the library we use for tacker: https://gerrit.opnfv.org/gerrit/gitweb?p=functest.git;a=blob;f=functest /utils/openstack_tacker.py;h=9fd9d5c478fc67eed61a0e75672a94c16c8d4e5a;h b=refs/heads/master OPTION 3 ==> You do the config using networking-sfc Regards, Manuel On Mon, 2017-05-29 at 20:07 +0530, Dhevendran K wrote: > Hi > > Help on SFC Configuration is needed > > Setup Details > > > OpenStack(DevStack)-ODL integration using ML2 is doneThree VMs (as vCPE VMs) are created on OpenStack(DevStack) controller > > We are planning to create SFC configurations using ODL-SFC feature. > > Can someone help us providing User Documents (or pointers) for this? > > Thanks in Advance > > With Best Regards > > Dhevendran Kulandaivel > > Tata Consultancy Services Limited > > Cell:- +919845439011 > > Mailto: [email protected] > > Website: http://www.tcs.com > > ____________________________________________ > > > Experience certainty. IT Services > > > Business Solutions > > > Consulting > > ____________________________________________ > > > =====-----=====-----===== > > Notice: The information contained in this e-mail > > message and/or attachments to it may contain > > confidential or privileged information. If you are > > not the intended recipient, any dissemination, use, > > review, distribution, printing or copying of the > > information contained in this e-mail message > > and/or attachments to it are strictly prohibited. If > > you have received this communication in error, > > please notify us by reply e-mail or telephone and > > immediately and permanently delete the message > > and any attachments. Thank you > > _______________________________________________ > sfc-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/sfc-dev
_______________________________________________ sfc-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/sfc-dev
