Blueprint Processor Python Script Components
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)
commit8df5693cba361b130d9feff10e2477cfec1230d7
tree31b007c5c95bcc540b0afba2254413afebb03d0f
parentd72aeb02425dc63ee86dbec816aba162cb28b315
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]