blob: eb1cbd7bc6e2fb83e0cabe968a7a74300eb9856b [file] [log] [blame]
JakobKrieg7c3f3952020-08-04 20:46:50 +02001.. This work is a derivative of https://wiki.onap.org/display/DW/Modeling+Concepts#Concepts-703799064 by IBM
2.. used under Creative Commons Attribution 4.0 International License.
3.. http://creativecommons.org/licenses/by/4.0
4.. Copyright (C) 2020 Deutsche Telekom AG.
5
6Scripts
7-------------
8
9Library
10+++++++++++++++++
11
12NetconfClient
13+++++++++++++++++
14
15In order to facilitate NETCONF interaction within scripts, a python NetconfClient binded to our Kotlin implementation is made available.
16This NetconfClient can be used when using the component-netconf-executor.
17
18The client can be find here: https://github.com/onap/ccsdk-cds/blob/master/components/scripts/python/ccsdk_netconf/netconfclient.py
19
20ResolutionHelper
21+++++++++++++++++
22
23When executing a component executor script, designer might want to perform
24resource resolution along with template meshing directly from the script itself.
25
26The helper can be find here:
27https://github.com/onap/ccsdk-cds/blob/master/components/scripts/python/ccsdk_netconf/common.py