Add support for Ansible packages 20/85720/2
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 18 Apr 2019 20:27:20 +0000 (16:27 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 18 Apr 2019 20:28:22 +0000 (20:28 +0000)
commitcc96f30a504aa32030eafefdba69d635869c7949
tree64de5cdc5735190429e89bd598e41bd1973a163f
parent01cbd5c7ea7b554f229ff3735d5352038f8b4419
Add support for Ansible packages

- rework how to provide packages
- support proxy as parameters

Change-Id: I1d10d921ead0837aa0f74b965cadf985424ceedc
Issue-ID: CCCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
17 files changed:
components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/artifact_types.json
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/blueprint-model/test-blueprint/remote_scripts/Scripts/ansible/first.yaml [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/artifact_type/artifact-script-ansible.json [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/data_type/dt-system-packages.json [new file with mode: 0644]
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 [new file with mode: 0644]
ms/blueprintsprocessor/functions/python-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/python/executor/ComponentRemotePythonExecutor.kt
ms/blueprintsprocessor/functions/python-executor/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/python/executor/ComponentRemotePythonExecutorTest.kt
ms/blueprintsprocessor/modules/commons/processor-core/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/core/api/data/BlueprintRemoteProcessorData.kt
ms/blueprintsprocessor/modules/services/execution-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/RemoteScriptExecutionService.kt
ms/command-executor/src/main/docker/start.sh
ms/command-executor/src/main/python/command_executor_handler.py
ms/command-executor/src/main/python/proto/CommandExecutor_pb2.py