Add Jython Component model and validation logics.
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Tue, 20 Nov 2018 17:20:30 +0000 (12:20 -0500)
committerDan Timoney <dtimoney@att.com>
Fri, 30 Nov 2018 20:22:00 +0000 (20:22 +0000)
commit7af6a923ef993bed14d0fc5f769c3766c94b88b3
treeff56cb783a01b95e1e8d563f74fb8ce0a9ef3079
parent421823b343881c6d1690be8b1082a878764635f2
Add Jython Component model and validation logics.

Change-Id: I2bdba0016a41e16198d60be68dff68d1ce7ad13a
Issue-ID: CCSDK-696
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
16 files changed:
components/core/load/model_type/node_type/component-resource-assignment.json
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/BluePrintConstants.kt
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/BluePrintTypes.kt
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintRuntimeServiceTest.kt
components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/artifact-types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/data-types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/node-types.json [moved from components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/types.json with 56% similarity]
components/model-catalog/definition-type/starter-type/artifact_type/artifact-script-jython.json [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/artifact_type/artifact-script-python.json
components/model-catalog/definition-type/starter-type/node_type/component-config-generator.json
components/model-catalog/definition-type/starter-type/node_type/component-jython-executor.json [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/node_type/component-netconf-executor.json
components/model-catalog/definition-type/starter-type/node_type/component-resource-assignment.json
components/model-catalog/definition-type/starter-type/node_type/tosca.nodes.component.Jython.json [new file with mode: 0644]