From b33b55b16d1c230fb1bf454d7d517f2c2d57941b Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 28 Sep 2017 13:56:02 -0400 Subject: Change package names org.openecomp to org.onap Issue-ID: AAI-61 AAI-82 Change-Id: Ib1d937fb31b1e737c4651eac9c0193fd05d97f01 Signed-off-by: Venkata Harish K Kajur --- .../appprops/PostProcessorInterceptors.properties | 2 +- .../appprops/PreProcessorInterceptors.properties | 2 +- .../etc/appprops/aaiconfig.properties | 22 +++++++++++++++ .../etc/appprops/createDBSchema-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/dataGrooming-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/dataSnapshot-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/default-logback.xml | 23 ++++++++++++++++ .../etc/appprops/deltool-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/forceDelete-logback.xml | 25 ++++++++++++++++- .../etc/appprops/getres-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/loadDataForDHV-logback.xml | 25 ++++++++++++++++- .../etc/appprops/migration-logback.xml | 25 ++++++++++++++++- .../etc/appprops/posttool-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/prov-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/pullInvData-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/puttool-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/rshiptool-logback.xml | 31 +++++++++++++++++++--- .../etc/appprops/schemaMod-logback.xml | 25 ++++++++++++++++- .../etc/appprops/titan-cached.properties | 22 +++++++++++++++ .../etc/appprops/titan-realtime.properties | 22 +++++++++++++++ .../etc/appprops/uniquePropertyCheck-logback.xml | 25 ++++++++++++++++- .../etc/appprops/updtool-logback.xml | 31 +++++++++++++++++++--- 22 files changed, 508 insertions(+), 51 deletions(-) (limited to 'aai-resources/bundleconfig-local') diff --git a/aai-resources/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties b/aai-resources/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties index 29f5f7c..ca31a26 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties @@ -1,3 +1,3 @@ #This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service. -/**=org.openecomp.aai.interceptors.PostAaiAjscInterceptor +/**=org.onap.aai.interceptors.PostAaiAjscInterceptor diff --git a/aai-resources/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties b/aai-resources/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties index e803374..1620bea 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties @@ -1,3 +1,3 @@ #This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service. -/**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,org.openecomp.aai.interceptors.PreAaiAjscInterceptor +/**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,org.onap.aai.interceptors.PreAaiAjscInterceptor diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 7cfe021..d9858a2 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + #################################################################### # REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE # TEMPLATE AND *ALL* DATAFILES diff --git a/aai-resources/bundleconfig-local/etc/appprops/createDBSchema-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/createDBSchema-logback.xml index 0bb4a7e..d0ef422 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/createDBSchema-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/createDBSchema-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/createDBSchema/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/createDBSchema/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/createDBSchema/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -92,7 +115,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/dataGrooming-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/dataGrooming-logback.xml index 05beb0d..d899d90 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/dataGrooming-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/dataGrooming-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/dataGrooming/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/dataGrooming/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/dataGrooming/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/dataSnapshot-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/dataSnapshot-logback.xml index ce1d672..9633971 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/dataSnapshot-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/dataSnapshot-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/dataSnapshot/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/dataSnapshot/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/dataSnapshot/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -86,7 +109,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/default-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/default-logback.xml index 0dc841d..655157b 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/default-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/default-logback.xml @@ -1,3 +1,26 @@ + diff --git a/aai-resources/bundleconfig-local/etc/appprops/deltool-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/deltool-logback.xml index 9b91956..5e8a820 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/deltool-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/deltool-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/delTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/delTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/delTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/forceDelete-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/forceDelete-logback.xml index 7a31f8a..16ea13c 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/forceDelete-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/forceDelete-logback.xml @@ -1,3 +1,26 @@ + @@ -51,7 +74,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/getres-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/getres-logback.xml index bb66ed5..2a71a22 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/getres-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/getres-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/getTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/getTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/getTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/loadDataForDHV-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/loadDataForDHV-logback.xml index aa83408..cced385 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/loadDataForDHV-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/loadDataForDHV-logback.xml @@ -1,3 +1,26 @@ + @@ -79,7 +102,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/migration-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/migration-logback.xml index 27626aa..74d3d04 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/migration-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/migration-logback.xml @@ -1,3 +1,26 @@ + @@ -51,7 +74,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/posttool-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/posttool-logback.xml index f0db38c..01b3d84 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/posttool-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/posttool-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/postTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/postTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/postTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/prov-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/prov-logback.xml index 3c59734..552ff0c 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/prov-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/prov-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/provTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/provTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/provTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/pullInvData-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/pullInvData-logback.xml index 93dd6ad..098e1e7 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/pullInvData-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/pullInvData-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/pullInvData/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/pullInvData/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/pullInvData/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -90,7 +113,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/puttool-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/puttool-logback.xml index e99b297..c3accfb 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/puttool-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/puttool-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/putTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/putTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/putTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/rshiptool-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/rshiptool-logback.xml index 3d499c8..1a86039 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/rshiptool-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/rshiptool-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/rshipTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/rshipTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/rshipTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/schemaMod-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/schemaMod-logback.xml index 415a640..0762ee1 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/schemaMod-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/schemaMod-logback.xml @@ -1,3 +1,26 @@ + @@ -51,7 +74,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties b/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties index c866a9c..3465453 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory diff --git a/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties index 8acd0bd..869872c 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory diff --git a/aai-resources/bundleconfig-local/etc/appprops/uniquePropertyCheck-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/uniquePropertyCheck-logback.xml index b710b1c..5f44b1b 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/uniquePropertyCheck-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/uniquePropertyCheck-logback.xml @@ -1,3 +1,26 @@ + @@ -51,7 +74,7 @@ - + diff --git a/aai-resources/bundleconfig-local/etc/appprops/updtool-logback.xml b/aai-resources/bundleconfig-local/etc/appprops/updtool-logback.xml index a16efce..6bc0a27 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/updtool-logback.xml +++ b/aai-resources/bundleconfig-local/etc/appprops/updtool-logback.xml @@ -1,3 +1,26 @@ + @@ -11,7 +34,7 @@ ${logDirectory}/updTool/error.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -26,7 +49,7 @@ ${logDirectory}/updTool/debug.log.%d{yyyy-MM-dd} - + ${eelfLogPattern} @@ -41,7 +64,7 @@ ${logDirectory}/updTool/metrics.log.%d{yyyy-MM-dd} - + ${eelfMetricLogPattern} @@ -85,7 +108,7 @@ - + -- cgit 1.2.3-korg