Hi, On Thu, Dec 22, 2016 at 04:16:28PM +0100, Ricardo Noriega De Soto wrote: > Thanks a lot Ofer!! > > Just one more question, the command to start the agent is fine, but, do we > need to include the l2gateway_plugin.ini to Neutron server???
with a recent oslo.config, you can just drop a config snippet into /etc/neutron/neutron-server.conf.d/ . But that only works if neutron-server does not override the default config dirs while starting (so *no* --config-dir must be given). Also it would be nice if you could propose your spec file to the rpm-packaging project (https://wiki.openstack.org/wiki/Rpm-packaging ). Best, Tom > > Something like: > > /usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf > --config-dir /usr/share/neutron/server --config-file > /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini > --config-dir /etc/neutron/conf.d/common --config-dir > /etc/neutron/conf.d/neutron-server --log-file > /var/log/neutron/server.log *--config-file > /etc/neutron/l2gateway_plugin.ini *??????????????? > > Thanks!! > > On Sun, Dec 18, 2016 at 8:33 AM, Ofer Ben-Yacov <[email protected]> > wrote: > > > The command that you've wrote for the agent is correct. > > No need to add anything. > > > > Ofer. > > > > On 16 December 2016 at 16:12, Ricardo Noriega De Soto <[email protected] > > > wrote: > > > >> Hello L2GW devs! > >> > >> I'm currently working on the RPM packaging of networking-l2gw project. > >> > >> My undestanding is that depending on the config, I could use whether > >> OpenDaylight or the neutron-l2gw-agent as backend. > >> > >> For the latter case, I'm writing a systemd unit file, but I'd love to get > >> the command of how you launch the agent itself. I would say it's something > >> like: > >> > >> https://paste.fedoraproject.org/507402/89715214/ > >> > >> /usr/bin/neutron-l2gw-agent --config-file /etc/neutron/neutron.conf > >> --config-file /etc/neutron/l2gateway_agent.ini --log-file > >> /var/log/neutron/l2gw-agent.log > >> > >> Anything to add?? > >> > >> Thanks! > >> > >> -- > >> Ricardo Noriega > >> > >> Senior Software Engineer - NFV Partner Engineer | Office of Technology > >> | Red Hat > >> irc: rnoriega @freenode > >> > >> > >> ____________________________________________________________ > >> ______________ > >> OpenStack Development Mailing List (not for usage questions) > >> Unsubscribe: [email protected]?subject:unsubscrib > >> e > >> 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 > > > > > > > -- > Ricardo Noriega > > Senior Software Engineer - NFV Partner Engineer | Office of Technology | > Red Hat > irc: rnoriega @freenode > __________________________________________________________________________ > 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
