+1. But I forgot what happened to the ODL Forge project - which could possibly be used for extensions?
On Tue, May 23, 2017 at 5:20 PM, Anil Vishnoi <[email protected]> wrote: > Hi Yann, > > Any proprietary openflow extensions/experimenters are not allowed in the > openflowplugin repository. It only allows openflow approved extensions and > nicira extension. > > Thanks > Anil > > On Mon, May 22, 2017 at 7:04 AM, yann bourdeau <[email protected] > > wrote: > >> Hi Tomas, >> >> Thanks for replying. I’ll talk with my boss about implementing in the >> config store the way you have suggested. >> >> I’ll finish this week the experimenters (I have heard that there is a new >> batch of experimenters to implements with a new release of NoviWare soon.). >> We would like to contribute back to ODL repository all the experimenters >> that I have done. It did not go through QA yet ( I don’t have an estimate >> when this will be done, they are pretty busy). But we will want to merge >> back at some point. >> >> Thanks, >> Yann >> >> Le 22 mai 2017 à 09:55, Tomáš Slušný <[email protected]> a >> écrit : >> >> Hi Yann, >> >> storing experimenter messages in config DS is not supported right now. >> You can implement it by yourself by adding for example augmentation to >> Table in YANG models and then create your applications that implements f.e. >> DataTreeChangeListener what will call >> SalExperimenterMessageService#sendExperimenter >> when your augmentation arrives to listener. >> >> Regards, >> Tomas Slusny >> >> >> ------------------------------ >> *Od:* Abhijit Kumbhare <[email protected]> >> *Odoslané:* sobota, 20. mája 2017 0:22 >> *Komu:* yann bourdeau; [email protected] >> *Kópia:* arun paneri >> *Predmet:* Re: [openflowplugin-dev] Experimenter via the configuration >> store. >> >> May be Jozef, Tomas or Anil may be able to help you - so you don't have >> to talk with yourself :) >> >> On Fri, May 19, 2017 at 1:49 PM, yann bourdeau <yann.bourdeau@novifl >> ow.com> wrote: >> >>> Hi All, >>> >>> I was successful at sending my experimenter via the RPC call. However, I >>> did not figure how to or if it is supported to send via the configuration >>> store (URL: http://localhost:8181/restconf/config/opendaylight-inv >>> entory:nodes/node/openflow:1/table/2/flow/1234) for an experimenter. >>> Any help will be greatly appreciated. >>> >>> What I have working is: >>> URL: http://localhost:8181/restconf/operations/sal-experimenter-m >>> essage:send-experimenter >>> VERB: POST >>> BODY: >>> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <input >>> xmlns="urn:opendaylight:experimenter-message:service"> <node >>> xmlns:inv="urn:opendaylight:inventory">/inv:nodes/inv:node[inv:id="openflow:1"]</node> >>> <table_id >>> xmlns="urn:opendaylight:openflowplugin:extension:noviflow:message">2</table_id> >>> <payload_size xmlns="urn:opendaylight:openfl >>> owplugin:extension:noviflow:message">10</payload_size> <payload_offset >>> xmlns="urn:opendaylight:openflowplugin:extension:noviflow:message">2</payload_offset> >>> </input> >>> >>> Thanks in advance >>> >>> ps: sometimes I wonder if I talk only to myself on this mailing list ;) >>> >>> >>> Yann Bourdeau, M.Ing. >>> Senior Software Developer >>> 438-499-4607 <(438)%20499-4607> >>> [email protected] >>> >>> >>> >>> >>> _______________________________________________ >>> openflowplugin-dev mailing list >>> [email protected] >>> https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev >>> >>> >> >> Tomáš Slušný >> Software Developer >> >> PANTHEON technologies s.r.o. >> Janka Kráľa 9, 974 01 Banská Bystrica >> Slovakia >> Tel / +421 220 665 111 >> >> MAIL / [email protected] >> WEB / www.pantheon.tech >> >> >> >> >> _______________________________________________ >> openflowplugin-dev mailing list >> [email protected] >> https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev >> >> > > > -- > Thanks > Anil > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > >
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
