blob: 3303b2ec6e71e8570bb94e8a51127ef5c8c5c212 [file] [log] [blame]
Woojoong Kima053c4a2019-08-09 16:19:14 -07001---
2# Copyright 2019-present Open Networking Foundation
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: rcord
18 version: 1.0.16
19 repository: file://../../xos-services/rcord
Woojoong Kim4e3f0992019-09-30 14:27:12 -070020 condition: resdentialService.enabled
Woojoong Kima053c4a2019-08-09 16:19:14 -070021- name: onos-service
22 version: 2.1.3
23 repository: file://../../xos-services/onos-service
24 condition: onos_service.enabled
25- name: fabric
26 version: 2.2.2
27 repository: file://../../xos-services/fabric
28 condition: fabric.enabled
29- name: mcord-subscriber
30 version: 2.0.5
31 repository: file://../../xos-services/mcord-subscriber
32- name: volt
33 version: 2.2.5
34 repository: file://../../xos-services/volt
Woojoong Kim4e3f0992019-09-30 14:27:12 -070035 condition: resdentialService.enabled
Woojoong Kima053c4a2019-08-09 16:19:14 -070036- name: fabric-crossconnect
37 version: 1.2.2
38 repository: file://../../xos-services/fabric-crossconnect
Woojoong Kim4e3f0992019-09-30 14:27:12 -070039 condition: resdentialService.enabled
Woojoong Kima053c4a2019-08-09 16:19:14 -070040- name: sadis-server
41 version: 1.0.4
42 repository: file://../../sadis-server
Woojoong Kim4e3f0992019-09-30 14:27:12 -070043 condition: resdentialService.enabled
Woojoong Kimfdb269e2019-10-02 10:51:33 -070044- name: att-workflow-driver
45 version: 1.1.2
46 repository: file://../../xos-services/att-workflow-driver
47 condition: resdentialService.enabled
Woojoong Kima053c4a2019-08-09 16:19:14 -070048- name: vrouter
49 version: 2.1.0
50 repository: file://../../xos-services/vrouter
Woojoong Kimfdb269e2019-10-02 10:51:33 -070051 condition: vrouter.enabled