Jinja template for Blueprint template service 39/84139/9
authorSteve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Wed, 3 Apr 2019 19:23:27 +0000 (15:23 -0400)
committerSteve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Tue, 9 Apr 2019 17:08:39 +0000 (13:08 -0400)
commitf7d891db891f4fb8db103236d4010de1b7739378
treec7a7fff4bca0ec2ac3536442463ad8494fd07196
parentf2b17fe1579222ffc251d48bf9475dc3fcfc1206
Jinja template for Blueprint template service

Change-Id: Iec777e4500c2a040faccc8375b1d2dd24c27cb7f
Issue-ID: CCSDK-1193
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
27 files changed:
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/artifact_types.json
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Templates/another-template.jinja [moved from components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Templates/another-template.vtl with 100% similarity]
components/model-catalog/definition-type/starter-type/artifact_type/artifact-template-jinja.json [new file with mode: 0644]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/ResourceResolutionService.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/processor/ResourceAssignmentProcessor.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/processor/RestResourceResolutionProcessor.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/ResourceResolutionServiceTest.kt
ms/blueprintsprocessor/modules/services/execution-service/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/scripts/BlueprintJythonServiceTest.kt
ms/blueprintsprocessor/parent/pom.xml
ms/controllerblueprints/modules/blueprint-core/load/model_type/artifact_type/artifact-mapping-resource.json
ms/controllerblueprints/modules/blueprint-core/load/model_type/artifact_type/artifact-template-jinja.json [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-core/load/model_type/node_type/artifact-config-template.json
ms/controllerblueprints/modules/blueprint-core/pom.xml
ms/controllerblueprints/modules/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/BluePrintConstants.kt
ms/controllerblueprints/modules/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/interfaces/BlueprintTemplateService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BluePrintJinjaTemplateService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BluePrintTemplateService.kt [deleted file]
ms/controllerblueprints/modules/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BluePrintVelocityTemplateService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BlueprintTemplateService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-core/src/test/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BluePrintTemplateServiceTest.kt
ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-data-jinja.json [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-data-velocity.json [moved from ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-data.json with 100% similarity]
ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-jinja-template.jinja [new file with mode: 0755]
ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-velocity-template.vtl [moved from ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-template.vtl with 100% similarity]
ms/controllerblueprints/modules/service/pom.xml
ms/controllerblueprints/parent/pom.xml