blob: 5ba9faabe03b85981f0612aca06aae0bd9cb3a55 [file] [log] [blame]
Gokul Singarajua43e38e2017-09-21 12:51:55 -04001 #
2 # ============LICENSE_START==========================================
3 # ===================================================================
4 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
5 # ===================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 # http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 # ============LICENSE_END============================================
18 #
19 # ECOMP and OpenECOMP are trademarks
20 # and service marks of AT&T Intellectual Property.
21 #
22 #
23
24For support queries reach out to Gokul Singaraju gs244f@att.com
25
26To build CSAR Package with VES C or Java Library
27
28Clone the git vnfsdk/pkgtools repository
29
30Edit requirements.txt input file
31
32For C Library
33 include libevel.so shared library and VES agent artifacts
34
35include <path>/ves_clibrary/evel/evel-library/libs/x86_64/libevel.so
36include <path>/ves_agent
37
38Include the ves_agent in VM startup with appropriate collector ip and port
39
40
41For Java Library
42 include all dependent java libraries and VES agent artifacts
43
44include <path>/log4j-1.2.17.jar
45include <path>/javax.json-api-1.1.jar
46include <path>/slf4j-api-1.7.5.jar
47include <path>/slf4j-log4j12-1.7.5.jar
48include <path>/javax.json-1.0.4.jar
49include <path>/ves_agent
50
51
52Include the ves_agent in VM startup with appropriate collector ip and port
53
54