Andy Bavier | a40e82b | 2018-05-07 17:00:36 -0700 | [diff] [blame] | 1 | --- |
| 2 | # 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 | |
| 16 | # Download smaller images for the M-CORD services (for development) |
| 17 | |
| 18 | genericImageURL: &imageURL "https://github.com/opencord/platform-install/releases/download/vms/trusty-server-cloudimg-amd64-disk1.img.20170201" |
| 19 | vmme: |
| 20 | vnfImageURL: *imageURL |
| 21 | vspgwc: |
| 22 | vnfImageURL: *imageURL |
| 23 | vspgwu: |
| 24 | vnfImageURL: *imageURL |
| 25 | vhss: |
| 26 | vnfImageURL: *imageURL |
| 27 | hssdb: |
| 28 | vnfImageURL: *imageURL |
| 29 | internetemulator: |
| 30 | vnfImageURL: *imageURL |
| 31 | sdncontroller: |
| 32 | vnfImageURL: *imageURL |