blob: 5216b1151fda3b2b4ec20bc27744d6701b6217b4 [file] [log] [blame]
Andy Baviera40e82b2018-05-07 17:00:36 -07001---
Andy Baviera40e82b2018-05-07 17:00:36 -07002# Copyright 2018-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:
Hyunsun Moon35abc2e2019-10-19 15:05:03 -060017- name: mcord-subscriber
18 version: 2.0.5
19 repository: file://../../xos-services/mcord-subscriber
Matteo Scandolo3f2426b2019-01-18 13:46:26 -080020- name: onos-service
Zack Williamsf39309c2019-07-09 23:24:43 -070021 version: 2.1.3
Matteo Scandolo3f2426b2019-01-18 13:46:26 -080022 repository: file://../../xos-services/onos-service
Hyunsun Moonb3915512019-12-01 00:41:28 -080023 condition: fabric.enabled, progran.enabled
Matteo Scandolo3f2426b2019-01-18 13:46:26 -080024- name: fabric
Kailash15c16a02019-07-02 10:33:58 -070025 version: 2.2.2
Matteo Scandolo3f2426b2019-01-18 13:46:26 -080026 repository: file://../../xos-services/fabric
Matteo Scandolo4df2a0b2019-01-25 13:19:15 -080027 condition: fabric.enabled
Matteo Scandoloa9ac2b82019-01-29 16:55:35 -080028- name: vrouter
Zack Williamse68bbde2019-04-15 22:03:13 -070029 version: 2.1.0
Matteo Scandoloa9ac2b82019-01-29 16:55:35 -080030 repository: file://../../xos-services/vrouter
Hyunsun Moon35abc2e2019-10-19 15:05:03 -060031 condition: fabric.enabled
32- name: progran
33 version: 2.0.8
34 repository: file://../../xos-services/progran
35 condition: progran.enabled