Initial code submit for Babel 67/14667/3
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>
Fri, 22 Sep 2017 15:55:07 +0000 (16:55 +0100)
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>
Thu, 5 Oct 2017 10:36:10 +0000 (11:36 +0100)
commit1433a67a9e3dcad20d0dda8edcaad9403320f4f9
tree91dc94ca6acb183f5c87e3e141f678e1f06b6945
parent5f3bae5a14b3167d43c3bedf83446cbf5269d5c2
Initial code submit for Babel

Change-Id: I3738ebe15eadbbd6d16e24e374c6e40c535b425d
Issue-ID: AAI-46
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
91 files changed:
License.txt [new file with mode: 0644]
ajsc-shared-config/README.txt [new file with mode: 0644]
ajsc-shared-config/etc/aft.properties [new file with mode: 0644]
ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml [new file with mode: 0644]
ajsc-shared-config/etc/logback.xml [new file with mode: 0644]
ajsc-shared-config/etc/spm2.jks [new file with mode: 0644]
antBuild/build.xml [new file with mode: 0644]
appconfig-local/readme.txt [new file with mode: 0644]
bundleconfig-local/README.txt [new file with mode: 0644]
bundleconfig-local/RELEASE_NOTES.txt [new file with mode: 0644]
bundleconfig-local/etc/appprops/AAFUserRoles.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/app-intercepts.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/methodMapper.properties [new file with mode: 0644]
bundleconfig-local/etc/sysprops/sys-props.properties [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/ajsc/babel_v1/babel/v1/conf/babel-beans.xml [new file with mode: 0644]
src/main/ajsc/babel_v1/babel/v1/docs/README.txt [new file with mode: 0644]
src/main/ajsc/babel_v1/babel/v1/lib/README.txt [new file with mode: 0644]
src/main/ajsc/babel_v1/babel/v1/props/module.props [new file with mode: 0644]
src/main/ajsc/babel_v1/babel/v1/routes/babel-service.route [new file with mode: 0644]
src/main/assemble/ajsc_module_assembly.xml [new file with mode: 0644]
src/main/assemble/ajsc_props_assembly.xml [new file with mode: 0644]
src/main/assemble/ajsc_runtime_assembly.xml [new file with mode: 0644]
src/main/bin/start.sh [new file with mode: 0644]
src/main/config/ajsc-chef.jks [new file with mode: 0644]
src/main/config/ajsc-jetty.xml [new file with mode: 0644]
src/main/config/ajsc-override-web.xml [new file with mode: 0644]
src/main/config/ajscJetty.jks [new file with mode: 0644]
src/main/config/cadi.properties [new file with mode: 0644]
src/main/config/jul-redirect.properties [new file with mode: 0644]
src/main/config/keyfile [new file with mode: 0644]
src/main/config/runner-web.xml [new file with mode: 0644]
src/main/docker/Dockerfile [new file with mode: 0644]
src/main/java/org/onap/aai/auth/AAIAuthException.java [new file with mode: 0644]
src/main/java/org/onap/aai/auth/AAIMicroServiceAuth.java [new file with mode: 0644]
src/main/java/org/onap/aai/auth/AAIMicroServiceAuthCore.java [new file with mode: 0644]
src/main/java/org/onap/aai/auth/FileWatcher.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/config/BabelAuthConfig.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/csar/CsarConverterException.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/csar/CsarToXmlConverter.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/csar/extractor/InvalidArchiveException.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/csar/extractor/YamlExtractor.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/logging/ApplicationMsgs.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/service/GenerateArtifactsService.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/service/GenerateArtifactsServiceImpl.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/service/data/BabelArtifact.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/service/data/BabelRequest.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/util/RequestValidationException.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/util/RequestValidator.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/xml/generator/ArtifactGenerator.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/xml/generator/ModelGenerator.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/xml/generator/XmlArtifactGenerationException.java [new file with mode: 0644]
src/main/resources/babel-logging-resources.properties [new file with mode: 0644]
src/main/runtime/context/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.context [new file with mode: 0644]
src/main/runtime/context/default#0.context [new file with mode: 0644]
src/main/runtime/deploymentPackage/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.json [new file with mode: 0644]
src/main/runtime/shiroRole/ajscadmin.json [new file with mode: 0644]
src/main/runtime/shiroRole/contextadmin#__module.ajsc.namespace.name__.json [new file with mode: 0644]
src/main/runtime/shiroRole/contextadmin#default.json [new file with mode: 0644]
src/main/runtime/shiroUser/ajsc.json [new file with mode: 0644]
src/main/runtime/shiroUserRole/ajsc#ajscadmin.json [new file with mode: 0644]
src/main/runtime/shiroUserRole/ajsc#contextadmin#__module.ajsc.namespace.name__.json [new file with mode: 0644]
src/main/runtime/shiroUserRole/ajsc#contextadmin#default.json [new file with mode: 0644]
src/test/java/org/onap/aai/babel/MicroServiceAuthTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/csar/extractor/YamlExtractorTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/csar/fixture/ArtifactInfoBuilder.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/csar/fixture/TestArtifactInfoImpl.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/service/CsarToXmlConverterTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/service/TestGenerateArtifactsServiceImpl.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/util/ArtifactTestUtils.java [new file with mode: 0644]
src/test/java/org/onap/aai/babel/util/TestRequestValidator.java [new file with mode: 0644]
src/test/resources/artifact-generator.properties [new file with mode: 0644]
src/test/resources/auth/auth_policy.json [new file with mode: 0644]
src/test/resources/compressedArtifacts/noYmlFilesArchive.zip [new file with mode: 0644]
src/test/resources/compressedArtifacts/service-SdWanServiceTest-csar.csar [new file with mode: 0644]
src/test/resources/generatedXml/AAI-SD-WAN-Service-Test-service-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-SD-WAN-Test-VSP-resource-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-SdWanTestVsp..DUMMY..module-0-resource-2.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Tunnel_XConnTest-resource-2.0.xml [new file with mode: 0644]
src/test/resources/jsonFiles/invalid_csar_request.json [new file with mode: 0644]
src/test/resources/jsonFiles/invalid_json_request.json [new file with mode: 0644]
src/test/resources/jsonFiles/missing_artifact_name_request.json [new file with mode: 0644]
src/test/resources/jsonFiles/missing_artifact_version_request.json [new file with mode: 0644]
src/test/resources/jsonFiles/missing_csar_request.json [new file with mode: 0644]
src/test/resources/jsonFiles/success_request.json [new file with mode: 0644]
src/test/resources/response/response.json [new file with mode: 0644]
src/test/resources/ymlFiles/resource-SdWanTestVsp-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-TunnelXconntest-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/service-SdWanServiceTest-template.yml [new file with mode: 0644]