Rework netconf-executor
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 13 Feb 2019 04:05:01 +0000 (23:05 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Sun, 17 Feb 2019 00:08:17 +0000 (19:08 -0500)
commit3daf7d0156076f868ae566f4503135757a4afd4d
tree2785e921af1b24e83b919382a267294b9a5af357
parent7b2f2d11ebfa0671af1d5fc401df7945c0d658ec
Rework netconf-executor

- rework connection logic
- rework rpc service
- rework netconf session handling
- rework netconf device communicator
- rework python netconf bindings
- rework python netconf client
- add python script showcasing netconf functions

Change-Id: Ibb9bf811e7d96e993aa866371d56c172de83be2c
Issue-ID: CCSDK-790:x
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/node_types.json
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py [deleted file]
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/NetconfRpcExample.py [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/node_type/component-netconf-executor.json
components/scripts/python/ccsdk_netconf/constant.py [deleted file]
components/scripts/python/ccsdk_netconf/netconfclient.py