Initial ONAP Synapse commit 81/4181/1
authorabatos <adrian.batos-parac@amdocs.com>
Fri, 12 May 2017 18:11:30 +0000 (14:11 -0400)
committerabatos <adrian.batos-parac@amdocs.com>
Fri, 12 May 2017 18:20:46 +0000 (14:20 -0400)
commit60f7f5e11d7d0d7870a4650956921bd1afa309fd
tree5ce86d00dbf3a57dd9076060967ae355d4454c03
parentb0478eb10db68313fcf5d0a989c5eff25716052a
Initial ONAP Synapse commit

Change-Id: I3a0ed659dbb8f8faeeb54093b5d6f10414cd886e
Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
77 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
License.txt [new file with mode: 0644]
ajsc-shared-config/README.txt [new file with mode: 0644]
ajsc-shared-config/etc/PartnerProfile.xml [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/csm-config-app.properties [new file with mode: 0644]
ajsc-shared-config/etc/csm-framework-app.properties [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]
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/logback.xml [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/data-router_v1/data-router/v1/conf/echoService.groovy [new file with mode: 0644]
src/main/ajsc/data-router_v1/data-router/v1/docs/README.txt [new file with mode: 0644]
src/main/ajsc/data-router_v1/data-router/v1/lib/README.txt [new file with mode: 0644]
src/main/ajsc/data-router_v1/data-router/v1/props/module.props [new file with mode: 0644]
src/main/ajsc/data-router_v1/data-router/v1/routes/echoService.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/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/openecomp/datarouter/entity/AaiEventEntity.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/AggregationEntity.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/DocumentStoreDataEntity.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/OxmEntityDescriptor.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/PolicyResponse.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/SuggestionSearchEntity.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/TopographicalEntity.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/entity/UebEventHeader.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/exception/BaseDataRouterException.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/exception/DataRouterError.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/logging/DataRouterMsgs.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/logging/EntityEventPolicyMsgs.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/policy/EntityEventPolicy.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/policy/EntityEventPolicyConfig.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/service/EchoService.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/DataRouterConstants.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/DataRouterProperties.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/EntityOxmReferenceHelper.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/ExternalOxmModelProcessor.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/FileWatcher.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/NodeUtils.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/OxmModelLoader.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/RouterServiceUtil.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/SearchSuggestionPermutation.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/Version.java [new file with mode: 0644]
src/main/java/org/openecomp/datarouter/util/VersionedOxmEntities.java [new file with mode: 0644]
src/main/resources/entitysearch_schema.json [new file with mode: 0644]
src/main/resources/logging/DataRouterMsgs.properties [new file with mode: 0644]
src/main/resources/logging/EntityEventPolicyMsgs.properties [new file with mode: 0644]
src/main/resources/topographysearch_schema.json [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]