blob: f0f38a5a4661003f5feaa79629d84b837354c5b0 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001###
2# ============LICENSE_START=======================================================
3# ECOMP MSO
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########################################################################
22#Resource key=Error Code|Message text|Resolution text |Description text
23#######
24# {component}-{subcomponent}-{4-digit code}{classification}
25#Newlines can be utilized to add some clarity ensuring continuing line
26#has atleast one leading space
27#ResourceKey=\
28# ERR0000E\
29# Sample error msg txt\
30# Sample resolution msg\
31# Sample description txt
32#
33######
34#Error code classification category for other components
35#1300-1399 Security/Permission Related
36#2300-2399 Availability/Timeout Related
37#3300-3399 Data Access/Integrity Related
38#4300-4399 Schema Interface Type/Validation
39#5300-5399 Business/Flow Processing Related
40#6300-6399 Reserved \u2013 do not use
41#9300-9399 Unknown Errors
42#
43######
44#{classification} description
45# I = Information
46# W = Warning
47# E = Error
48# F = Fatal
49########################################################################
50ASDC_GENERAL_WARNING=\
51 MSO-ASDC-5301W|\
52 WARNING: {0}|\
53 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050054 General warning
ChrisC025301d2017-01-31 11:40:03 +010055ASDC_AUDIT_EXEC=\
56 MSO-ASDC-5302I|\
57 Executing method: {0}. {1}|\
58 No resolution needed|\
59 Executing method
60ASDC_GENERAL_METRICS=\
61 MSO-ASDC-5305I|\
62 Executed method: {0}. {1}|\
63 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050064 Generate information for Metric events
ChrisC025301d2017-01-31 11:40:03 +010065ASDC_CREATE_SERVICE=\
66 MSO-ASDC-5306I|\
67 Creating new VNF Resource for service {0} with id {1} and version {2}|\
68 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050069 Method triggered to create new VNF Resource
ChrisC025301d2017-01-31 11:40:03 +010070ASDC_CREATE_ARTIFACT=\
71 MSO-ASDC-5307I|\
72 Installing new {0} for service {1} with id {2} and version {3}|\
73 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050074 Method triggered to create new VNF Resource
ChrisC025301d2017-01-31 11:40:03 +010075ASDC_ARTIFACT_ALREADY_DEPLOYED=\
76 MSO-ASDC-5308W|\
77 Constraint violation caught, artifact is already deployed {0} and version {1}|\
78 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050079 Artifact is already deployed
ChrisC025301d2017-01-31 11:40:03 +010080ASDC_ARTIFACT_INSTALL_EXC=\
81 MSO-ASDC-5309E|\
82 Exception caught during installation of the {0}. Transaction rollback.|\
83 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050084 Exception caught during installation of the artifact
ChrisC025301d2017-01-31 11:40:03 +010085ASDC_CHECK_HEAT_TEMPLATE=\
86 MSO-ASDC-5310I|\
87 Start to verify whether {0} with name {1} and version {2} is already deployed|\
88 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050089 Check artifact
ChrisC025301d2017-01-31 11:40:03 +010090ASDC_ARTIFACT_ALREADY_DEPLOYED_DETAIL=\
91 MSO-ASDC-5311I|\
92 ResourceInstanceName:{0} (ResourceUUID:{1}) is already deployed for this Service:{2}/{3}(ServiceUUID:{4}) (ResourceName: {5})|\
93 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050094 Resource is already deployed
ChrisC025301d2017-01-31 11:40:03 +010095ASDC_ARTIFACT_NOT_DEPLOYED_DETAIL=\
96 MSO-ASDC-5312I|\
97 ResourceInstanceName:{0} (ResourceUUID:{1}) is not yet deployed for this Service:{2}/{3}(ServiceUUID:{4}) (ResourceName: {5})|\
98 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050099 Resource is not yet deployed
ChrisC025301d2017-01-31 11:40:03 +0100100ASDC_INIT_ASDC_CLIENT_EXC=\
101 MSO-ASDC-5314W|\
102 ASDControllerException caught during the Init/closing of ASDC Client with address {0} and environment {1}|\
103 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500104 ASDControllerException caught during the Init/closing of ASDC Client
ChrisC025301d2017-01-31 11:40:03 +0100105ASDC_LOAD_ASDC_CLIENT_EXC=\
106 MSO-ASDC-5315W|\
107 ASDCParametersException caught during loading/reloading of the ASDC Client with address {0} and environment {1}|\
108 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500109 ASDCParametersException caught during loading/reloading of the ASDC Client
ChrisC025301d2017-01-31 11:40:03 +0100110ASDC_SHUTDOWN_ASDC_CLIENT_EXC=\
111 MSO-ASDC-5317W|\
112 {0} caught during the ASDC Controller with address {1} and environment {2} shutdown|\
113 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500114 Exception caught during the ASDC Controller shutdown
ChrisC025301d2017-01-31 11:40:03 +0100115ASDC_START_INSTALL_ARTIFACT=\
116 MSO-ASDC-5318I|\
117 Trying to install the artifact:{0}|\
118 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500119 Trying to install the artifact
ChrisC025301d2017-01-31 11:40:03 +0100120ASDC_ARTIFACT_TYPE_NOT_SUPPORT=\
121 MSO-ASDC-5319W|\
122 This artifact type is not supported:{0}|\
123 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500124 Artifact type is not supported
ChrisC025301d2017-01-31 11:40:03 +0100125ASDC_ARTIFACT_ALREADY_EXIST=\
126 MSO-ASDC-5320I|\
127 No need to download the artifact as it exists already in MSO:{0} (UUID:{1}) associated to ResourceName {2}|\
128 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500129 Artifact already exists
ChrisC025301d2017-01-31 11:40:03 +0100130ASDC_ARTIFACT_DOWNLOAD_SUC=\
131 MSO-ASDC-5321I|\
132 Artifact successfully downloaded:{0} (UUID:{1}) (SIZE in Bytes:{2})|\
133 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500134 Artifact successfully downloaded
ChrisC025301d2017-01-31 11:40:03 +0100135ASDC_ARTIFACT_DOWNLOAD_FAIL=\
136 MSO-ASDC-5322E|\
137 Artifact :{0} could not be downloaded correctly from ASDC URL {1} (UUID:{2}) Error message is {3})|\
138 Please check other logs for more detailed info|\
139 Artifact download failed
140ASDC_START_DEPLOY_ARTIFACT=\
141 MSO-ASDC-5323I|\
142 Trying to deploy the artifact:{0} (UUID:{1})|\
143 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500144 Trying to deploy the artifact
ChrisC025301d2017-01-31 11:40:03 +0100145ASDC_ARTIFACT_DEPLOY_SUC=\
146 MSO-ASDC-5324I|\
147 Resource successfully installed:{0} (UUID:{1}) (Nb of Modules:{2})|\
148 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500149 Resource successfully installed
ChrisC025301d2017-01-31 11:40:03 +0100150ASDC_SEND_NOTIF_ASDC=\
151 MSO-ASDC-5325I|\
152 Sending {0} ({1}) notification to ASDC for artifact:{2}|\
153 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500154 Sending notif to ASDC
ChrisC025301d2017-01-31 11:40:03 +0100155ASDC_SEND_NOTIF_ASDC_EXEC=\
156 MSO-ASDC-5326W|\
157 Exception caught when trying to notify ASDC|\
158 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500159 Exception caught when trying to notify ASDC
ChrisC025301d2017-01-31 11:40:03 +0100160ASDC_RECEIVE_CALLBACK_NOTIF=\
161 MSO-ASDC-5327I|\
162 Receive a callback notification in ASDC, nb of artifacts: {0} (ServiceUUID:{1})|\
163 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500164 Receive a callback notification in ASDC
ChrisC025301d2017-01-31 11:40:03 +0100165ASDC_RECEIVE_SERVICE_NOTIF=\
166 MSO-ASDC-5328I|\
167 Notification is ServiceVNF, (ServiceUUID:{0})|\
168 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500169 Receive a callback notification for ServiceVNF
ChrisC025301d2017-01-31 11:40:03 +0100170ASDC_ARTIFACT_NULL=\
171 MSO-ASDC-5329I|\
172 Nothing to deploy artifact is NULL, (ServiceUUID:{0})|\
173 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500174 Nothing to deploy artifact is NULL
ChrisC025301d2017-01-31 11:40:03 +0100175ASDC_SERVICE_NOT_SUPPORT=\
176 MSO-ASDC-5330W|\
177 Notification received, (ServiceUUID:{0}) is not a ServiceVNF and is therefore skipped|\
178 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500179 Service not support
ChrisC025301d2017-01-31 11:40:03 +0100180ASDC_INIT_ASDC_CLIENT_SUC=\
181 MSO-ASDC-5331I|\
182 ASDC Controller successfully initialized|\
183 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500184 ASDC client initialized
Rob Daugherty38f72072018-03-14 02:07:32 -0400185ASDC_PROPERTIES_LOAD_SUCCESS=\
186 MSO-ASDC-5332I|\
187 Properties file loaded successfully|\
188 No resolution needed|\
189 Properties file loaded successfully
ChrisC025301d2017-01-31 11:40:03 +0100190ASDC_GENERAL_EXCEPTION_ARG=\
191 MSO-ASDC-9300E|\
192 Exception: {0}|\
193 Please check other logs for more detailed info|\
194 General exception with reason
195ASDC_GENERAL_EXCEPTION=\
196 MSO-ASDC-9301E|\
197 Exception encountered|\
198 Please check other logs for more detailed info|\
199 Exception encountered
200ASDC_ARTIFACT_CHECK_EXC=\
201 MSO-ASDC-9302E|\
202 Exception caught during checking existence of the artifact|\
203 Please check other logs for more detailed info|\
204 Exception caught during checking existence of the artifact
205ASDC_SINGLETON_CHECKT_EXC=\
206 MSO-ASDC-9303E|\
207 Exception caught during the singleton check for ASDC with address {0} and environment {1}|\
208 Please check other logs for more detailed info|\
209 Exception caught during the singleton check
210ASDC_PROPERTIES_NOT_FOUND=\
211 MSO-ASDC-9304E|\
212 Properties file: {0} not found|\
213 Please verify whether properties file exist or readable|\
214 Please verify whether properties file exist or readable|\
215 Properties file not found
c00149107aee58932018-01-17 17:45:28 +0800216ASDC_GENERAL_INFO=\
217 MSO-ASDC-9305I|\
218 INFO: {0}|\
219 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500220 General Info