Update package type name 25/85825/5
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 19 Apr 2019 13:16:26 +0000 (09:16 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 22 Apr 2019 14:23:09 +0000 (14:23 +0000)
commitf6c08adeb3ec6af94fc75eb4e8f0853ce5f38c97
treefac61fc7e86343e6c1afb0d9f63c974a9c0538e4
parentf332e6ecd2c0a9f26451f977c941f03ed8ab84dc
Update package type name

- split log output: prepare-env and exec-cmd
- fix proxy support when not provided

Change-Id: I40cdf90e7e3ebe31b0152923f8b6a38f6b6e9ca0
Issue-ID: CCCSDK-125
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
12 files changed:
components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/data_types.json
components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/node_types.json
components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/remote_scripts.json
components/model-catalog/definition-type/starter-type/data_type/dt-system-packages.json
components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
components/model-catalog/proto-definition/proto/CommandExecutor.proto
components/model-catalog/proto-definition/proto/README
ms/blueprintsprocessor/functions/python-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/python/executor/ComponentRemotePythonExecutor.kt
ms/blueprintsprocessor/modules/services/execution-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/RemoteScriptExecutionService.kt
ms/command-executor/src/main/python/command_executor_handler.py
ms/command-executor/src/main/python/proto/CommandExecutor_pb2.py
ms/command-executor/src/main/python/server.py