Python library for Jython execution
authorSteve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
Wed, 13 Feb 2019 20:45:50 +0000 (15:45 -0500)
committerSteve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
Fri, 15 Feb 2019 21:05:09 +0000 (16:05 -0500)
commit1f53e61c6f5af7fdcd6be97ba3aff4d84694dc05
treebb75a137d0a42ae05441cad18816be9a7910ba05
parentf7c657993d50ed855a1ac359b5dd325960a6051b
Python library for Jython execution

Change-Id: Iee2701b4dade7207950f17c92ea1265c361cf803
Issue-ID: CCSDK-696
Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
27 files changed:
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Scripts/SampleResourceAssignmentProcessorScript.py [deleted file]
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/SamplePythonComponentNode.py
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/SampleRAProcessor.py
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/activation-blueprint.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/artifact_types.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/baseconfig-mapping.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/node_types.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/policy_types.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/relationship_types.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/resources_definition_types.json [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Plans/CONFIG_AssignActivateNetconf_1.0.0.xml [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/kotlin/ResourceAssignmentProcessor.cba.kts [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/kotlin/ScriptComponent.cba.kts [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/python/DefaultGetNetConfig.py [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/python/SamplePythonComponentNode.py [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/python/SampleRAProcessor.py [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/TOSCA-Metadata/TOSCA.meta [new file with mode: 0755]
components/model-catalog/blueprint-model/test-blueprint/capability_python/Templates/baseconfig-template.vtl [new file with mode: 0755]
components/scripts/python/ccsdk_blueprints/abstract_blueprint_function.py
components/scripts/python/ccsdk_blueprints/abstract_ra_processor.py
components/scripts/python/ccsdk_blueprints/blueprint_constants.py
components/scripts/python/ccsdk_blueprints/blueprint_runtime_service.py
components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py [deleted file]
components/scripts/python/ccsdk_blueprints/sample_blueprint_component.py
components/scripts/python/ccsdk_blueprints/sample_ra_processor_function.py