[HOLMES] Bumped the version of holmes-rule-mgmt
[oom.git] / kubernetes / vfc / requirements.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 dependencies:
16   - name: common
17     version: ~8.x-0
18     repository: '@local'
19   - name: mariadb-galera
20     version: ~8.x-0
21     repository: '@local'
22     condition: global.mariadbGalera.localCluster
23   - name: repositoryGenerator
24     version: ~8.x-0
25     repository: '@local'
26   - name: vfc-generic-vnfm-driver
27     version: ~8.x-0
28     repository: 'file://components/vfc-generic-vnfm-driver'
29     condition: vfc-generic-vnfm-driver.enabled
30   - name: vfc-huawei-vnfm-driver
31     version: ~8.x-0
32     repository: 'file://components/vfc-huawei-vnfm-driver'
33     condition: vfc-huawei-vnfm-driver.enabled
34   - name: vfc-nslcm
35     version: ~8.x-0
36     repository: 'file://components/vfc-nslcm'
37     condition: vfc-nslcm.enabled
38   - name: vfc-redis
39     version: ~8.x-0
40     repository: 'file://components/vfc-redis'
41     condition: vfc-redis.enabled
42   - name: vfc-vnflcm
43     version: ~8.x-0
44     repository: 'file://components/vfc-vnflcm'
45     condition: vfc-vnflcm.enabled
46   - name: vfc-vnfmgr
47     version: ~8.x-0
48     repository: 'file://components/vfc-vnfmgr'
49     condition: vfc-vnfmgr.enabled
50   - name: vfc-vnfres
51     version: ~8.x-0
52     repository: 'file://components/vfc-vnfres'
53     condition: vfc-vnfres.enabled
54   - name: vfc-zte-vnfm-driver
55     version: ~8.x-0
56     repository: 'file://components/vfc-zte-vnfm-driver'
57     condition: vfc-zte-vnfm-driver.enabled