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 |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame] | 20 | condition: residentialService.enabled |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 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 |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame] | 35 | condition: residentialService.enabled |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 36 | - name: fabric-crossconnect |
| 37 | version: 1.2.2 |
| 38 | repository: file://../../xos-services/fabric-crossconnect |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame] | 39 | condition: residentialService.enabled |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 40 | - name: sadis-server |
| 41 | version: 1.0.4 |
| 42 | repository: file://../../sadis-server |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame] | 43 | condition: residentialService.enabled |
Woojoong Kim | fdb269e | 2019-10-02 10:51:33 -0700 | [diff] [blame] | 44 | - name: att-workflow-driver |
| 45 | version: 1.1.2 |
| 46 | repository: file://../../xos-services/att-workflow-driver |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame] | 47 | condition: residentialService.enabled |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 48 | - name: vrouter |
| 49 | version: 2.1.0 |
| 50 | repository: file://../../xos-services/vrouter |
Woojoong Kim | fdb269e | 2019-10-02 10:51:33 -0700 | [diff] [blame] | 51 | condition: vrouter.enabled |
Woojoong Kim | 13a5c99 | 2019-10-03 11:03:27 -0700 | [diff] [blame] | 52 | - name: progran |
Hyunsun Moon | 35abc2e | 2019-10-19 15:05:03 -0600 | [diff] [blame] | 53 | version: 2.0.8 |
Woojoong Kim | 13a5c99 | 2019-10-03 11:03:27 -0700 | [diff] [blame] | 54 | repository: file://../../xos-services/progran |
Hyunsun Moon | 35abc2e | 2019-10-19 15:05:03 -0600 | [diff] [blame] | 55 | condition: progran.enabled |