vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 15 | dependencies: |
| 16 | - name: common |
Mike Elliott | dcd2ba3 | 2018-09-24 10:01:14 -0400 | [diff] [blame] | 17 | version: ~3.0.0 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 18 | repository: '@local' |
Alexis de Talhouët | 379aae5 | 2018-09-20 20:49:17 -0400 | [diff] [blame] | 19 | - name: controller-blueprints |
| 20 | version: ~3.0.0 |
| 21 | repository: '@local' |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 22 | - name: mysql |
Mike Elliott | dcd2ba3 | 2018-09-24 10:01:14 -0400 | [diff] [blame] | 23 | version: ~3.0.0 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 24 | repository: '@local' |
Alexis de Talhouët | 5fdb8c3 | 2018-09-21 14:23:00 -0400 | [diff] [blame] | 25 | - name: network-name-gen |
| 26 | version: ~3.0.0 |
| 27 | repository: '@local' |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 28 | - name: dgbuilder |
Mike Elliott | dcd2ba3 | 2018-09-24 10:01:14 -0400 | [diff] [blame] | 29 | version: ~3.0.0 |
Mohammadreza Pasandideh | b642ee5 | 2018-06-19 15:19:53 -0400 | [diff] [blame] | 30 | repository: '@local' |
| 31 | - name: sdnc-prom |
Mike Elliott | dcd2ba3 | 2018-09-24 10:01:14 -0400 | [diff] [blame] | 32 | version: ~3.0.0 |
Mohammadreza Pasandideh | b642ee5 | 2018-06-19 15:19:53 -0400 | [diff] [blame] | 33 | repository: '@local' |
| 34 | condition: config.geoEnabled |