Blueprint Processor Python Script Components 78/77878/2
authorCherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
Tue, 5 Feb 2019 14:47:55 +0000 (09:47 -0500)
committervenkatanaresh cherukuri <vn166g@att.com>
Wed, 6 Feb 2019 15:36:41 +0000 (15:36 +0000)
commit9a4387cf89f95ecdce9d135677a4b4c4c94a8b94
tree6161456a566ebaf2caee5ff5f6ba536fa1155d4c
parent3848bf18d98c4814793eaaab3bd44c0a6522c4d0
Blueprint Processor Python Script Components

Adding Python scripts for Netconf Executor components

Change-Id: I6d84dea2e47860063a1140146aebe94d61f8d9c1
Issue-ID: CCSDK-997
Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py [new file with mode: 0644]
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Scripts/python/SamplePythonComponentNode.py [moved from components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Scripts/SamplePythonComponentNode.py with 100% similarity]
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Scripts/python/__init__.py [moved from components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Scripts/__init__.py with 100% similarity]
components/scripts/python/ccsdk_netconf/__init__.py [new file with mode: 0644]
components/scripts/python/ccsdk_netconf/common.py [new file with mode: 0644]
components/scripts/python/ccsdk_netconf/constant.py [new file with mode: 0644]
components/scripts/python/ccsdk_netconf/netconf_constant.py [new file with mode: 0644]
components/scripts/python/ccsdk_netconf/netconfclient.py [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/netconf/executor/utils/NetconfConnectionUtils.kt [deleted file]