Controller Blueprints MS 25/59925/6
authorSingal, Kapil (ks220y) <ks220y@att.com>
Thu, 9 Aug 2018 20:47:29 +0000 (20:47 +0000)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Fri, 10 Aug 2018 18:48:54 +0000 (18:48 +0000)
commitaa7486577fb66e85a5bb220438946579695b27b8
treefe93c4ce0441b82d9b185b5be4e93255cc2cdbac
parent3db41eeb5c71efe3153ab5761a7b0ad091a56399
Controller Blueprints MS

Creating the base directory structure for Controller Blueprints MicroService

Change-Id: I1ccf7fc76446048af3b2822f9155bb634657aee3
Issue-ID: CCSDK-410
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
296 files changed:
.gitignore
ms/controllerblueprints/.gitignore [new file with mode: 0644]
ms/controllerblueprints/README.md [new file with mode: 0755]
ms/controllerblueprints/README_FIRST.txt [new file with mode: 0644]
ms/controllerblueprints/application/etc/SecurityFilterExpressions.cfg [new file with mode: 0644]
ms/controllerblueprints/application/etc/SecurityFilterExpressionsPool.properties [new file with mode: 0644]
ms/controllerblueprints/application/etc/run.source [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/Definitions/activation-blueprint.json [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/Mappings/baseconfig-mapping.json [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/Plans/ActivateProcess.bpmn [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/__init__.py [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/Templates/baseconfig-template.vtl [new file with mode: 0644]
ms/controllerblueprints/application/load/blueprints/baseconfiguration/__init__.py [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/artifact_type/artifact-mapping-resource.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/artifact_type/artifact-script-python.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/artifact_type/artifact-template-velocity.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/artifact_type/tosca.artifacts.Implementation.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/data_type/datatype-property.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/data_type/datatype-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/data_type/dt-license-key.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/data_type/dt-v4-aggregate.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/data_type/tosca.datatypes.Credential.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/component-config-generator.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/component-netconf-executor.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/component-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/dg-activate-netconf.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/dg-config-generator.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/dg-resource-assign-activate.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/dg-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/application/load/model_type/node_type/vnf-netconf-device.json [new file with mode: 0644]
ms/controllerblueprints/application/opt/app/onap/config/application.properties [new file with mode: 0644]
ms/controllerblueprints/application/opt/app/onap/config/logback.xml [new file with mode: 0644]
ms/controllerblueprints/application/pom.xml [new file with mode: 0644]
ms/controllerblueprints/application/src/assembly/distribution.xml [new file with mode: 0644]
ms/controllerblueprints/application/src/main/dc/docker-compose.yaml [new file with mode: 0644]
ms/controllerblueprints/application/src/main/docker/Dockerfile [new file with mode: 0644]
ms/controllerblueprints/application/src/main/docker/startService.sh [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/ApplicationConstants.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/ControllerBluprintsApplication.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/ControllerBluprintsFilterConfiguration.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/CorsConfig.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/DatabaseConfig.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/JerseyConfiguration.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/WebMvcConfiguration.java [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/sql/data.sql [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/sql/schema-local.sql [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/sql/schema.sql [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/css/print.css [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/css/reset.css [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/css/screen.css [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/css/style.css [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/css/typography.css [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/fonts/DroidSans-Bold.ttf [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/fonts/DroidSans.ttf [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/collapse.gif [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/expand.gif [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/explorer_icons.png [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/favicon-16x16.png [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/favicon-32x32.png [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/favicon.ico [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/logo_small.png [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/pet_store_api.png [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/throbber.gif [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/images/wordnik_api.png [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/index.html [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/ca.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/el.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/en.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/es.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/fr.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/geo.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/it.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/ja.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/ko-kr.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/pl.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/pt.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/ru.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/tr.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/translator.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lang/zh-cn.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/backbone-min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/es5-shim.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/handlebars-4.0.5.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/highlight.9.1.0.pack.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/highlight.9.1.0.pack_extended.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/jquery-1.8.0.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/jquery.ba-bbq.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/jquery.slideto.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/jquery.wiggle.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/js-yaml.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/jsoneditor.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/lodash.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/marked.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/object-assign-pollyfill.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/sanitize-html.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/lib/swagger-oauth.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/o2c.html [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/swagger-ui.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/swagger-ui.min.js [new file with mode: 0644]
ms/controllerblueprints/application/src/main/resources/swagger-ui/dist/swagger.json [new file with mode: 0644]
ms/controllerblueprints/application/src/test/java/org/onap/ccsdk/apps/controllerblueprints/ControllerBluprintsApplicationTest.java [new file with mode: 0644]
ms/controllerblueprints/application/src/test/resources/application.properties [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/Definitions/activation-blueprint.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/Mappings/baseconfig-mapping.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/Plans/ActivateProcess.bpmn [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/Scripts/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/Templates/baseconfig-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/baseconfiguration/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Definitions/sample-nodetype.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Definitions/simple-baseconfig.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Mappings/baseconfig-mapping.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Plans/ActivateProcess.bpmn [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Scripts/SamplePythonComponentNode.py [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Scripts/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Templates/base-config-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Templates/baseconfig-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Templates/licence-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/artifact_type/artifact-mapping-resource.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/artifact_type/artifact-script-python.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/artifact_type/artifact-template-velocity.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/artifact_type/tosca.artifacts.Implementation.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/data_type/datatype-property.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/data_type/datatype-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/data_type/dt-license-key.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/data_type/dt-v4-aggregate.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/data_type/tosca.datatypes.Credential.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/artifact-config-template.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/component-config-generator.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/component-netconf-executor.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/component-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/dg-activate-netconf.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/dg-config-generator.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/dg-resource-assign-activate.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/dg-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/load/model_type/node_type/vnf-netconf-device.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/pom.xml [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/BluePrintConstants.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/BluePrintException.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/BluePrintTypes.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/ConfigModelConstant.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/CustomFunctions.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/OrchestratorException.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/data/BluePrintExpressionData.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/data/BluePrintModel.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/factory/BluePrintEnhancerFactory.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/factory/BluePrintParserFactory.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/factory/BluePrintValidatorFactory.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintChainedService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintContext.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintEnhancerRepoService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintEnhancerService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintExpressionService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintParserService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintRuntimeService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintValidatorService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/PropertyAssignmentService.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/BluePrintMetadataUtils.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/BluePrintRuntimeUtils.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/JacksonUtils.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/ResourceResolverUtils.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/ServiceTemplateUtils.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/TopologicalSortingUtils.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/CustomFunctionsTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintContextTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintEnhancerRepoFileServiceTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintEnhancerServiceTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintExpressionServiceTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintParserFactoryTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintRuntimeServiceTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintValidatorDefaultServiceTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/BluePrintMetadataUtilsTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/JacksonUtilsTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/TopologicalSortingUtilsTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/resources/componentnode/default.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/resources/data/default-context.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/resources/dictionary/dictionary_schema.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/resources/properties/convert.json [new file with mode: 0644]
ms/controllerblueprints/modules/core/src/test/resources/properties/default.json [new file with mode: 0644]
ms/controllerblueprints/modules/pom.xml [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/pom.xml [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/ResourceAssignment.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/DecryptionRule.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/DictionaryDefinition.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/DictionaryDependency.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/SourceDb.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/SourceDefault.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/SourceInput.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/data/SourceMdsal.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/utils/ResourceDictionaryUtils.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/main/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/validator/ResourceAssignmentValidator.java [new file with mode: 0644]
ms/controllerblueprints/modules/resource-dict/src/test/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/util/ResourceDictionaryUtilsTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/Definitions/activation-blueprint.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/Mappings/baseconfig-mapping.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/Plans/ActivateProcess.bpmn [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/Scripts/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/Templates/baseconfig-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/baseconfiguration/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/vrr-test/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Templates/base-config-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Templates/licence-template.vtl [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/blueprints/vrr-test/__init__.py [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/artifact_type/artifact-mapping-resource.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/artifact_type/artifact-script-python.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/artifact_type/artifact-template-velocity.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/data_type/datatype-property.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/data_type/datatype-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/data_type/dt-license-key.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/data_type/dt-v4-aggregate.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/artifact-config-template.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/component-config-generator.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/component-netconf-edit.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/component-netconf-executor.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/component-netconf-get.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/component-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/component-transaction-netconf.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/dg-activate-netconf.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/dg-config-generator.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/dg-resource-assign-activate.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/dg-resource-assignment.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/model_type/node_type/vnf-netconf-device.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/pom.xml [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/AutoResourceMappingService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/BluePrintEnhancerRepoDBService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/BluePrintEnhancerService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ConfigModelCreateService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ConfigModelService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ConfigModelValidatorService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/DataBaseInitService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ModelTypeService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ResourceDictionaryService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/SchemaGeneratorService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ServiceTemplateService.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/common/ApplicationConstants.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/common/ErrorMessage.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/common/ServiceExceptionMapper.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/common/SwaggerGenerator.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/domain/ConfigModel.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/domain/ConfigModelContent.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/domain/ConfigModelSearch.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/domain/ModelType.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/domain/ResourceDictionary.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/model/AutoMapResponse.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ConfigModelContentRepository.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ConfigModelRepository.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ConfigModelSearchRepository.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ModelTypeRepository.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ResourceDictionaryRepository.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ConfigModelRest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ConfigModelRestImpl.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ModelTypeRest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ModelTypeRestImpl.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ResourceDictionaryRest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ResourceDictionaryRestImpl.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ServiceTemplateRest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ServiceTemplateRestImpl.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/utils/ConfigModelUtils.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/validator/ModelTypeValidator.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/validator/ResourceDictionaryValidator.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/validator/ServiceTemplateValidator.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/resources/service_template/default_netconf.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/resources/sql/data.sql [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/resources/sql/schema-local.sql [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/main/resources/sql/schema.sql [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/DatabaseConfig.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/JerseyConfiguration.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/TestApplication.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/TestConfiguration.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/common/SchemaGeneratorServiceTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/common/ServiceTemplateValidationTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ConfigModelRestTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ModelTypeRestTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ResourceDictionaryRestTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ServiceTemplateRestTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/utils/ConfigModelUtilsTest.java [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/resources/application.properties [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/resources/enhance/enhanced-template.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/resources/resourcedictionary/automap.json [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/resources/resourcedictionary/default_definition.json [new file with mode: 0644]
ms/controllerblueprints/parent/pom.xml [new file with mode: 0644]
ms/controllerblueprints/pom.xml [new file with mode: 0644]
ms/controllerblueprints/repoproject.txt [new file with mode: 0644]
ms/controllerblueprints/time.txt [new file with mode: 0644]