Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 1 | --- |
| 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 | |
| 16 | dependencies: |
| 17 | - name: rcord |
| 18 | version: 1.0.16 |
| 19 | repository: file://../../xos-services/rcord |
| 20 | condition: wired_service.enabled |
| 21 | - 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 |
| 35 | condition: wired_service.enabled |
| 36 | - name: fabric-crossconnect |
| 37 | version: 1.2.2 |
| 38 | repository: file://../../xos-services/fabric-crossconnect |
| 39 | condition: wired_service.enabled |
| 40 | - name: sadis-server |
| 41 | version: 1.0.4 |
| 42 | repository: file://../../sadis-server |
| 43 | condition: wired_service.enabled |
| 44 | - name: vrouter |
| 45 | version: 2.1.0 |
| 46 | repository: file://../../xos-services/vrouter |
| 47 | condition: vrouter.enabled |