blob: ab3f4ae97952aeec21bee71a65a7637a629b8b35 [file] [log] [blame]
Mike Elliott6ba69cd2018-04-03 16:37:06 -04001# 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
15dependencies:
16 - name: common
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010017 version: ~8.x-0
yangyane9871c52019-04-04 16:28:28 +080018 repository: '@local'
19 - name: mariadb-galera
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010020 version: ~8.x-0
yangyane9871c52019-04-04 16:28:28 +080021 repository: '@local'
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010022 - name: repositoryGenerator
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010023 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010024 repository: '@local'
25 - name: vfc-generic-vnfm-driver
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010026 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010027 repository: 'file://components/vfc-generic-vnfm-driver'
28 condition: vfc-generic-vnfm-driver.enabled
29 - name: vfc-huawei-vnfm-driver
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010030 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010031 repository: 'file://components/vfc-huawei-vnfm-driver'
32 condition: vfc-huawei-vnfm-driver.enabled
33 - name: vfc-nslcm
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010034 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010035 repository: 'file://components/vfc-nslcm'
36 condition: vfc-nslcm.enabled
37 - name: vfc-redis
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010038 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010039 repository: 'file://components/vfc-redis'
40 condition: vfc-redis.enabled
41 - name: vfc-vnflcm
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010042 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010043 repository: 'file://components/vfc-vnflcm'
44 condition: vfc-vnflcm.enabled
45 - name: vfc-vnfmgr
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010046 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010047 repository: 'file://components/vfc-vnfmgr'
48 condition: vfc-vnfmgr.enabled
49 - name: vfc-vnfres
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010050 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010051 repository: 'file://components/vfc-vnfres'
52 condition: vfc-vnfres.enabled
53 - name: vfc-zte-vnfm-driver
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010054 version: ~8.x-0
Sylvain Desbureaux0cd5fee2020-11-19 17:35:56 +010055 repository: 'file://components/vfc-zte-vnfm-driver'
56 condition: vfc-zte-vnfm-driver.enabled