Besides those methods there is an sshapi call node in the SDNC sli but I suspect that is for one shot ssh exec not for negotiating the netconf protocol.
https://gerrit.onap.org/r/gitweb?p=ccsdk/sli/plugins.git;a=tree;f=sshapi-call-node;hb=refs/heads/master Brian From: FREEMAN, BRIAN D Sent: Thursday, September 10, 2020 8:42 AM To: '[email protected]' <[email protected]>; [email protected] Cc: MALAKOV, YURIY <[email protected]> Subject: RE: [onap-discuss] Mount Netconf Server (eNB) which doesn't support yang on APPC #appc #frankfurt Look at the appc https://gerrit.onap.org/r/gitweb?p=appc.git;a=tree;f=appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf;h=abe8eeb555316abffdf63850c8c9c558d6d50415;hb=refs/heads/master appc-netconf-adapter. It uses a java ssh library to establish a session, negotiates the hello sequence and then pushes an xml payload to the device. It is not a netconf mount nor does it enforce any capabilities exchange but it is a method to emulate using an SSH client and copy/paste config updates. I don’t know how it is exposed to the outside though so some investigation would be required – at one time this was how the policy api into APPC worked but not sure if all the hooks are still there. It might be worth checking with the CDS team as well since they may have a lighter weight netconf solution via ansible that might work as well. Brian From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> Sent: Thursday, September 10, 2020 12:42 AM To: FREEMAN, BRIAN D <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Subject: Re: [onap-discuss] Mount Netconf Server (eNB) which doesn't support yang on APPC #appc #frankfurt Hi Brian, The node that I am working on doesn't support monitoring and doesn't speak yang. It uses an Ericsson proprietary model. Can you please point me to some documentation for clarification on following parts: 1. Building a custom adapter 2. Mounting eNB on APPC without going to ODL. Customizing the behavior of APPC here. 3. Linking my own xml with an api call since RestConf can't be used here. Regards, -Saboohi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22108): https://lists.onap.org/g/onap-discuss/message/22108 Mute This Topic: https://lists.onap.org/mt/76728490/21656 Mute #appc: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/appc Mute #frankfurt: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/frankfurt Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
