blob: 33081ea3f6d8b99bec3ac4f990946a508a6b78a5 [file] [log] [blame]
krishnaa96dbcd1ca2020-08-11 10:26:50 +05301# Copyright © 2017 Amdocs, Bell Canada
2# Modifications Copyright © 2018 AT&T,VMware
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02003# Modifications Copyright © 2021 Orange
krishnaa96dbcd1ca2020-08-11 10:26:50 +05304#
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
17dependencies:
18 - name: common
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020019 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053020 repository: '@local'
21 - name: music
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020022 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053023 repository: '@local'
krishnaa9620552e72021-05-18 18:52:56 +053024 condition: music.enabled
25 - name: etcd
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020026 version: ~9.x-0
krishnaa9620552e72021-05-18 18:52:56 +053027 repository: '@local'
28 condition: etcd.enabled
29 - name: etcd-init
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020030 version: ~9.x-0
krishnaa9620552e72021-05-18 18:52:56 +053031 repository: '@local'
32 condition: etcd-init.enabled
krishnaa96dbcd1ca2020-08-11 10:26:50 +053033 - name: oof-has-api
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020034 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053035 repository: 'file://components/oof-has-api'
36 condition: oof-has-api.enabled
37 - name: oof-has-controller
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020038 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053039 repository: 'file://components/oof-has-controller'
40 condition: oof-has-controller.enabled
41 - name: oof-has-data
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020042 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053043 repository: 'file://components/oof-has-data'
44 condition: oof-has-data.enabled
45 - name: oof-has-reservation
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020046 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053047 repository: 'file://components/oof-has-reservation'
48 condition: oof-has-reservation.enabled
49 - name: oof-has-solver
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020050 version: ~9.x-0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053051 repository: 'file://components/oof-has-solver'
52 condition: oof-has-solver.enabled
Sylvain Desbureaux01c711e2020-11-21 21:47:01 +010053 - name: repositoryGenerator
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020054 version: ~9.x-0
Sylvain Desbureaux01c711e2020-11-21 21:47:01 +010055 repository: '@local'