Merge "Add VES Java Library"
[vnfsdk/compliance.git] / veslibrary / Package_instructions
1  #
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
24 For support queries reach out to Gokul Singaraju gs244f@att.com
25
26 To build CSAR Package with VES C or Java Library
27
28 Clone the git vnfsdk/pkgtools repository
29
30 Edit requirements.txt input file
31
32 For C Library
33   include libevel.so shared library and VES agent artifacts
34
35 include <path>/ves_clibrary/evel/evel-library/libs/x86_64/libevel.so
36 include <path>/ves_agent
37
38 Include the ves_agent in VM startup with appropriate collector ip and port
39
40  
41 For Java Library
42   include all dependent java libraries and VES agent artifacts
43
44 include <path>/log4j-1.2.17.jar
45 include <path>/javax.json-api-1.1.jar
46 include <path>/slf4j-api-1.7.5.jar
47 include <path>/slf4j-log4j12-1.7.5.jar
48 include <path>/javax.json-1.0.4.jar
49 include <path>/ves_agent
50
51
52 Include the ves_agent in VM startup with appropriate collector ip and port
53
54