Re: <module>-impl project code file generation
saravanan.a75@wipro.com <saravanan.a75@...>
Hello Team,
toggle quoted message
Show quoted text
Any update on this query? Regards, Saran -----Original Message-----
From: Saravanan A (TECH) Sent: Tuesday, June 25, 2019 7:00 PM To: Marek Grądzki <margradz@...>; honeycomb-dev@... Subject: RE: [honeycomb-dev] <module>-impl project code file generation Hello Team/ Marek, I have developed a simulator using honeycomb 08_10 version and testing it with opendaylight controller. Honeycomb agent is sending "urn:ietf:params:netconf:capability:exi:1.0" as part of initial <hello> message. So opendaylight start sending binary request data as described in https://tools.ietf.org/id/draft-varga-netconf-exi-capability-00.html#W3C.REC-exi-20110310 to honeycomb agent and I am getting deserialization exception in Honeycomb while reading this binary request data. I have following questions: 1. I would like to remove this "urn:ietf:params:netconf:capability:exi:1.0" capability from the <hello> message. Where in honeycomb code this capability is mentioned? 2. Is this W3C.REC-exi-20110310 EXI feature really supported in honeycomb? If so, why I am getting deserialization exception? Regards, Saran Sensitivity: Internal & Restricted -----Original Message----- From: Marek Grądzki [mailto:margradz@...] Sent: Friday, August 31, 2018 11:55 AM To: Saravanan A (Communications-Telecom Equipment) <saravanan.a75@...> Cc: honeycomb-dev@... Subject: Re: [honeycomb-dev] <module>-impl project code file generation ** This mail has been sent from an external source. Treat hyperlinks and attachments in this email with caution** Hello Saran, generating netconf agent based on custom model is not supported. But feel free to create jira ticket if you are interested in the feature. Contributions to design/implementation are welcomed! Currently Honeycomb plugin archetype generates maven project structure, code and documentation only for the sample model (parametrized by root artifact id): https://git.fd.io/honeycomb/tree/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/src/main/yang/__rootArtifactId__.yang Here is relevant patch where you can find more info: https://gerrit.fd.io/r/#/c/2429/ You can find more examples in: https://docs.fd.io/honeycomb/1.18.10-SNAPSHOT/release-notes-aggregator/release_notes.html#_devel_guide https://git.fd.io/honeycomb/tree/samples Please also take a look at https://wiki.fd.io/view/Hc2vpp which is Honeycomb agent for VPP. Regards, Marek śr., 29 sie 2018 o 05:16 saravanan.a75@... <saravanan.a75@...> napisał(a): The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com |
|