blob: 39330f166e1904662b889081ad740f1f4eea3729 [file] [log] [blame]
JakobKriegf2d67d62020-08-17 22:36:44 +02001.. This work is a derivative of https://wiki.onap.org/display/DW/Modeling+Concepts#Concepts-703799064
2.. This work is licensed under a Creative Commons Attribution 4.0
3.. International License. http://creativecommons.org/licenses/by/4.0
JakobKrieg7c3f3952020-08-04 20:46:50 +02004.. Copyright (C) 2020 Deutsche Telekom AG.
5
6Scripts
Singal, Kapil (ks220y)f1aafc42020-09-24 12:47:56 -04007-------
JakobKrieg7c3f3952020-08-04 20:46:50 +02008
9Library
10+++++++++++++++++
11
12NetconfClient
13+++++++++++++++++
14
Singal, Kapil (ks220y)f1aafc42020-09-24 12:47:56 -040015In order to facilitate NETCONF interaction within scripts, a python NetconfClient binded to our Kotlin implementation is made available.
JakobKrieg7c3f3952020-08-04 20:46:50 +020016This 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
Singal, Kapil (ks220y)f1aafc42020-09-24 12:47:56 -040023When executing a component executor script, designer might want to perform
JakobKrieg7c3f3952020-08-04 20:46:50 +020024resource resolution along with template meshing directly from the script itself.
25
Singal, Kapil (ks220y)f1aafc42020-09-24 12:47:56 -040026The helper can be find here:
JakobKrieg7c3f3952020-08-04 20:46:50 +020027https://github.com/onap/ccsdk-cds/blob/master/components/scripts/python/ccsdk_netconf/common.py