Initial OpenECOMP A&AI Model Loader commit
[aai/model-loader.git] / src / main / resources / org / openecomp / modelloader / service / ModelLoaderMsgs.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # MODEL LOADER SERVICE
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 #Resource key=Error Code|Message text|Resolution text |Description text
22 #######
23 #Newlines can be utilized to add some clarity ensuring continuing line
24 #has at least one leading space
25 #ResourceKey=\
26 #             ERR0000E\
27 #             Sample error msg txt\
28 #             Sample resolution msg\
29 #             Sample description txt
30 #
31 ######
32 #Error code classification category
33 #000 Info/Debug
34 #100 Permission errors
35 #200 Availability errors/Timeouts
36 #300 Data errors
37 #400 Schema Interface type/validation errors
38 #500 Business process errors
39 #900 Unknown errors
40 #
41 ########################################################################
42
43 # INFO Level Logs
44 LOADING_CONFIGURATION=\
45                   MDLSVC0001I|\
46                   Loading configuration |\
47                   None. Attempting to load configuration|\
48                   Attempting to load Model Loader Service configuration
49                   
50 STOPPING_CLIENT=\
51                   MDLSVC0002I|\
52                   Stopping distribution client|\
53                   None. Stopping service|\
54                   Stopping the Model Service distribution client
55                   
56 DISTRIBUTION_EVENT=\
57                   MDLSVC0003I|\
58                   Distribution event: {0}|\
59                   None. Processing distribution.|\
60                   A distribution event was received from the ASDC
61                   
62 AAI_REST_REQUEST_SUCCESS=\
63                   MDLSVC0004I|\
64                   Sent {0} request to {1}.  Response: {2}|\
65                   None. Successfully sent REST request to AAI.|\
66                   The given request was sent to the specified endpoint.
67                   
68 AAI_REST_REQUEST_UNSUCCESSFUL=\
69                   MDLSVC0005I|\
70                   Sent {0} request to {1}.  Response code: {2}, Response message: {3}|\
71                   REST request to AAI unsuccessful. Check response code, and message. |\
72                   The given request was unsuccessful.                                        
73
74 DOWNLOAD_COMPLETE=\
75                   MDLSVC0006I|\
76                   Download of artifact {0} from ASDC complete.  Result: {1}|\
77                   None.|\
78                   An artifact was downloaded from the ASDC
79                   
80 EVENT_PUBLISHED=\
81                   MDLSVC0007I|\
82                   Published {0} event for artifact {1}.  Result: {2}|\
83                   None.|\
84                   An event was published to the event bus
85                   
86 # ERROR Level Logs                  
87 ASDC_CONNECTION_ERROR=\
88                   MDLSVC2001E|\
89                   Unable to register with ASDC: {0}|\
90                   Check configuration.  Check network connection to ASDC|\
91                   During initialization, was not able to register with the configured ASDC instance
92                   
93 DISTRIBUTION_EVENT_ERROR=\
94                   MDLSVC2002E|\
95                   Distribution event error: {0}|\
96                   Check configuration.  Check network connection to ASDC and UEB|\
97                   A failure occurred processing a distribution event
98                   
99 AAI_REST_REQUEST_ERROR=\
100                   MDLSVC2003E|\
101                   Failed to send {0} request to {1}: {2}|\
102                   Check configuration.  Check network connection to AAI.|\
103                   A failure occurred attempting to send a request to the AAI
104                                   
105 # DEBUG Level Logs                  
106 INITIALIZING=\
107                   MDLSVC0001D|\
108                   init(): {0}|\
109                   None. Initializing service|\
110                   Debug information during model loader initialization
111                                   
112