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