blob: 7310aac8d0815fee0a1bcb1b8c5f41e4288d9d0c [file] [log] [blame]
krishnaa96dbcd1ca2020-08-11 10:26:50 +05301# Copyright © 2017 Amdocs, Bell Canada
2# Modifications Copyright © 2018 AT&T,VMware
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16dependencies:
17 - name: common
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010018 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053019 repository: '@local'
20 - name: music
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010021 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053022 repository: '@local'
krishnaa9620552e72021-05-18 18:52:56 +053023 condition: music.enabled
24 - name: etcd
25 version: ~8.x-0
26 repository: '@local'
27 condition: etcd.enabled
28 - name: etcd-init
29 version: ~8.x-0
30 repository: '@local'
31 condition: etcd-init.enabled
krishnaa96dbcd1ca2020-08-11 10:26:50 +053032 - name: oof-has-api
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010033 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053034 repository: 'file://components/oof-has-api'
35 condition: oof-has-api.enabled
36 - name: oof-has-controller
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010037 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053038 repository: 'file://components/oof-has-controller'
39 condition: oof-has-controller.enabled
40 - name: oof-has-data
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010041 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053042 repository: 'file://components/oof-has-data'
43 condition: oof-has-data.enabled
44 - name: oof-has-reservation
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010045 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053046 repository: 'file://components/oof-has-reservation'
47 condition: oof-has-reservation.enabled
48 - name: oof-has-solver
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010049 version: ~8.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053050 repository: 'file://components/oof-has-solver'
51 condition: oof-has-solver.enabled
Sylvain Desbureaux01c711e2020-11-21 21:47:01 +010052 - name: repositoryGenerator
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010053 version: ~8.x-0
Sylvain Desbureaux01c711e2020-11-21 21:47:01 +010054 repository: '@local'