[DCAE] Helm charts for SNMPTrap collector
[oom.git] / kubernetes / dcaegen2-services / requirements.yaml
1 # Copyright (c) 2021 J. F. Lucas.  All rights reserved.
2 # Copyright (c) 2021 AT&T. All rights reserved.
3 # Modifications Copyright (C) 2021 Nordix Foundation.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 dependencies:
18   - name: common
19     version: ~8.x-0
20     repository: '@local'
21   - name: dcae-bbs-eventprocessor-ms
22     version: ~8.x-0
23     repository: '@local'
24     condition: dcae-bbs-eventprocessor-ms.enabled
25   - name: dcae-datafile-collector
26     version: ~8.x-0
27     repository: '@local'
28     condition: dcae-datafile-collector.enabled
29   - name: dcae-heartbeat
30     version: ~8.x-0
31     repository: '@local'
32     condition: dcae-heartbeat.enabled
33   - name: dcae-hv-ves-collector
34     version: ~8.x-0
35     repository: '@local'
36     condition: dcae-hv-ves-collector.enabled
37   - name: dcae-kpi-ms
38     version: ~8.x-0
39     repository: '@local'
40     condition: dcae-kpi-ms.enabled
41   - name: dcae-ms-healthcheck
42     version: ~8.x-0
43     repository: '@local'
44     condition: dcae-ms-healthcheck.enabled
45   - name: dcae-pm-mapper
46     version: ~8.x-0
47     repository: '@local'
48     condition: dcae-pm-mapper.enabled
49   - name: dcae-pmsh
50     version: ~8.x-0
51     repository: '@local'
52     condition: dcae-pmsh.enabled
53   - name: dcae-prh
54     version: ~8.x-0
55     repository: '@local'
56     condition: dcae-prh.enabled
57   - name: dcae-restconf-collector
58     version: ~8.x-0
59     repository: '@local'
60     condition: dcae-restconf-collector.enabled
61   - name: dcae-slice-analysis-ms
62     version: ~8.x-0
63     repository: '@local'
64     condition: dcae-slice-analysis-ms.enabled
65   - name: dcae-snmptrap-collector
66     version: ~8.x-0
67     repository: '@local'
68     condition: dcae-snmptrap-collector.enabled
69   - name: dcae-son-handler
70     version: ~8.x-0
71     repository: '@local'
72     condition: dcae-son-handler.enabled
73   - name: dcae-tcagen2
74     version: ~8.x-0
75     repository: '@local'
76     condition: dcae-tcagen2.enabled
77   - name: dcae-ves-collector
78     version: ~8.x-0
79     repository: '@local'
80     condition: dcae-ves-collector.enabled
81   - name: dcae-ves-mapper
82     version: ~8.x-0
83     repository: '@local'
84     condition: dcae-ves-mapper.enabled