-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.cfg
93 lines (92 loc) · 2.96 KB
/
package.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"description": "This package contains CPS interface",
"version": "3.1.0",
"maintainer": "Dell <support@dell.com>",
"build_depends": [
"dn-common-utils-dev(<<2.0.0)",
"dn-common-utils-dev(>=1.1.0)",
"dn-logging-dev(<<2.0.0)",
"dn-logging-dev(>=1.3.0)",
"gtest-dev"
],
"packages": [
{
"name": "dn-cps-api",
"dependencies": [
"dn-common-utils(<<2.0.0)",
"dn-common-utils(>=1.1.0)",
"dn-cps-api-lib(=${binary:Version})",
"dn-logging(<<2.0.0)",
"dn-logging(>=1.3.0)"
],
"services": [
{
"name": "cps_api_svc",
"description": "The CPS service is responsible for supporting communcation between applications",
"startup": "true",
"group": "base",
"execStart": "/opt/dell/os10/bin/cps_api_service.sh",
"service-depends": [
"redis-server",
"systemd-journal-flush"
],
"LimitNOFILE": "16384",
"DefaultDependencies": "no",
"Restart": "on-failure"
}
],
"files": [
"etc/init/cps_api_service.conf",
"opt/dell/os10/bin",
"opt/dell/os10/lib/bytearray_utils.py",
"opt/dell/os10/lib/cps.so",
"opt/dell/os10/lib/cps_object.py",
"opt/dell/os10/lib/cps_operations.py",
"opt/dell/os10/lib/cps_utils.py",
"opt/dell/os10/lib/cps_db_instance_manager.py"
]
},
{
"name": "dn-cps-api-lib",
"dependencies": [
"dn-common-utils(<<2.0.0)",
"dn-common-utils(>=1.1.0)",
"dn-logging-lib(<<2.0.0)",
"dn-logging-lib(>=1.3.0)"
],
"files": [
"opt/dell/os10/lib/lib*.so",
"opt/dell/os10/lib/cpsmetadata/*.xml"
]
},
{
"name": "dn-cps-api-dev",
"dependencies": [
"dn-common-utils-dev(<<2.0.0)",
"dn-common-utils-dev(>=1.1.0)",
"dn-cps-api-lib(=${binary:Version})",
"dn-logging-dev(<<2.0.0)",
"dn-logging-dev(>=1.3.0)"
],
"files": [
"usr/include/ngos"
]
},
{
"name": "dn-cps-api-yang-utils",
"dependencies": [],
"files": [
"opt/dell/os10/lib/yang_tools"
]
},
{
"name": "dn-cps-api-test",
"dependencies": [
"dn-cps-api(=${binary:Version})"
],
"files": [
"opt/dell/os10/tests"
]
}
]
}