Hi Slawek, During the Kilo development cycle the repositories of the three services - FWaaS, LBaaS, VPNaaS, have split from the main neutron repo. The pointers I posted were from this split repo. What you are referring to is the Juno version of the code (during which all the code was in one Neutron repo). FWaaS driver behavior is same in both cases, so it really depends on which OpenStack release you want to work with. Hope that clarifies.
Thanks, ~Sumit. On Fri, Feb 20, 2015 at 3:05 PM, Sławek Kapłoński <[email protected]> wrote: > Hello, > > Thx for tips. I have one more question. You point me fo neutron-fwaas project > which for me looks like different project then neutron. I saw fwaas service > plugin directly in neutron in Juno. So which "version" should I use: this > neutron-fwaas or service plugin from neutron? Or maybe it is the same or I > misunderstand something? > > -- > Pozdrawiam / Best regards > Sławek Kapłoński > [email protected] > > Dnia piątek, 20 lutego 2015 14:44:21 Sumit Naiksatam pisze: >> Inline... >> >> On Wed, Feb 18, 2015 at 7:48 PM, Vikram Choudhary >> >> <[email protected]> wrote: >> > Hi, >> > >> > You can write your own driver. You can refer to below links for getting >> > some idea about the architecture. >> > >> > https://wiki.openstack.org/wiki/Neutron/ServiceTypeFramework >> >> This is a legacy construct and should not be used. >> >> > https://wiki.openstack.org/wiki/Neutron/LBaaS/Agent >> >> The above pointer is to a LBaaS Agent which is very different from a >> FWaaS driver (which was the original question in the email). >> >> FWaaS does use pluggable drivers and the default is configured here: >> https://github.com/openstack/neutron-fwaas/blob/master/etc/fwaas_driver.ini >> >> For example for FWaaS driver implementation you can check here: >> https://github.com/openstack/neutron-fwaas/tree/master/neutron_fwaas/service >> s/firewall/drivers >> > Thanks >> > Vikram >> > >> > -----Original Message----- >> > From: Sławek Kapłoński [mailto: ] >> > Sent: 19 February 2015 02:33 >> > To: [email protected] >> > Subject: [openstack-dev] [Neutron] FWaaS - question about drivers >> > >> > Hello, >> > >> > I'm looking to use FWaaS service plugin with my own router solution (I'm >> > not using L3 agent at all). If I want to use FWaaS plugin also, should I >> > write own driver to it, or should I write own service plugin? I will be >> > grateful for any links to some description about this FWaaS and it's >> > architecture :) Thx a lot for any help >> > >> > >> > -- >> > Best regards >> > Sławek Kapłoński >> > [email protected] >> > >> > __________________________________________________________________________ >> > OpenStack Development Mailing List (not for usage questions) >> > Unsubscribe: [email protected]?subject:unsubscribe >> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> > __________________________________________________________________________ >> > OpenStack Development Mailing List (not for usage questions) >> > Unsubscribe: [email protected]?subject:unsubscribe >> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
