Implement Spring Profile Sparky Config 43/56643/1
authorda490c <dave.adams@amdocs.com>
Tue, 17 Jul 2018 18:04:07 +0000 (14:04 -0400)
committerda490c <dave.adams@amdocs.com>
Tue, 17 Jul 2018 18:12:36 +0000 (14:12 -0400)
commitf42670da77dabfb638c6b180ac7133ec869ecc69
treef788f5ab8461f1f7a72089d31673e7ec11bb7902
parent6977125bf359dbea3533052007930b18fa988976
Implement Spring Profile Sparky Config

Issue-ID: AAI-1379
Change-Id: I5d56b766f681452abe7e61b307e008bc5a695814
Signed-off-by: da490c <dave.adams@amdocs.com>
58 files changed:
sparkybe-onap-application/config/application-camel.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-fe-dev.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-fe-prod.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-gizmo.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-http.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-oxm-override.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-oxm-schema-dev.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-oxm-schema-prod.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-portal.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-resources.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-ssl.properties [new file with mode: 0644]
sparkybe-onap-application/config/application-sync.properties [new file with mode: 0644]
sparkybe-onap-application/config/application.properties [new file with mode: 0644]
sparkybe-onap-application/config/auth/client-cert-onap.p12 [new file with mode: 0644]
sparkybe-onap-application/config/auth/csp-cookie-filter.properties [new file with mode: 0644]
sparkybe-onap-application/config/auth/tomcat_keystore [new file with mode: 0644]
sparkybe-onap-application/config/descriptors/aaiEntityNodeDescriptors.json [new file with mode: 0644]
sparkybe-onap-application/config/filters/aaiui_filters.json [new file with mode: 0644]
sparkybe-onap-application/config/filters/aaiui_views.json [new file with mode: 0644]
sparkybe-onap-application/config/filters/subscription_object_inspector_mapping.json [new file with mode: 0644]
sparkybe-onap-application/config/logging/logback.xml [new file with mode: 0644]
sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties [new file with mode: 0644]
sparkybe-onap-application/config/portal/portal-authentication.properties [new file with mode: 0644]
sparkybe-onap-application/config/portal/roles.config [new file with mode: 0644]
sparkybe-onap-application/config/schemaIngest.properties [new file with mode: 0644]
sparkybe-onap-application/config/schemas/autoSuggestMappings.json [new file with mode: 0644]
sparkybe-onap-application/config/schemas/autoSuggestSettings.json [new file with mode: 0644]
sparkybe-onap-application/config/schemas/dynamicMappings.json [new file with mode: 0644]
sparkybe-onap-application/config/schemas/entityCountHistoryMappings.json [new file with mode: 0644]
sparkybe-onap-application/config/schemas/es_mappings.json [new file with mode: 0644]
sparkybe-onap-application/config/schemas/es_settings.json [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-aggregate-vnf-search-provider.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-elasticsearch.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-filters.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-gizmo.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-global-search.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-oxm-override.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-oxm.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-resources.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-search-service.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-sync.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-view-inspect-search-provider.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-gizmo.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml [new file with mode: 0644]
sparkybe-onap-application/pom.xml
sparkybe-onap-application/src/main/docker/Dockerfile
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/Application.java
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/aai/FrontEndLayoutApi.java
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/camel/FilterAggregationRouter.java [moved from sparkybe-onap-application/src/main/java/org/onap/aai/sparky/config/SparkySslConfigLoader.java with 69% similarity]
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/camel/FilterRequestRouter.java [moved from sparkybe-onap-application/src/main/java/org/onap/aai/sparky/config/SparkyHttpConfigLoader.java with 69% similarity]
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/camel/GlobalSearchRouter.java [moved from sparkybe-onap-application/src/main/java/org/onap/aai/sparky/config/SparkyConfigLoader.java with 72% similarity]
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/camel/SubscriptionRouter.java [new file with mode: 0644]
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/camel/ViewInspectRouter.java [new file with mode: 0644]
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/config/CamelConfiguration.java [new file with mode: 0644]
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/portal/PortalBean.java [new file with mode: 0644]
sparkybe-onap-application/src/main/scripts/start.sh