Zack Williams | b9b8127 | 2018-11-08 12:29:24 -0700 | [diff] [blame] | 1 | --- |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 2 | # Copyright 2017-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. |
Luca Prete | 62294e8 | 2018-08-28 16:50:26 -0700 | [diff] [blame] | 15 | |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 16 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
Matteo Scandolo | d2494a4 | 2018-09-12 11:54:58 -0700 | [diff] [blame] | 17 | |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 18 | # This file is used to optionally customize helm charts installations |
Zack Williams | cef801e | 2019-01-25 13:19:48 -0700 | [diff] [blame] | 19 | images: |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 20 | envoy_for_etcd: |
| 21 | tag: 'latest' |
Zack Williams | cef801e | 2019-01-25 13:19:48 -0700 | [diff] [blame] | 22 | |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 23 | netconf: |
| 24 | tag: 'latest' |
Zack Williams | cef801e | 2019-01-25 13:19:48 -0700 | [diff] [blame] | 25 | |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 26 | ofagent: |
| 27 | tag: 'latest' |
Zack Williams | cef801e | 2019-01-25 13:19:48 -0700 | [diff] [blame] | 28 | |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 29 | vcli: |
| 30 | tag: 'latest' |
Zack Williams | cef801e | 2019-01-25 13:19:48 -0700 | [diff] [blame] | 31 | |
Suchitra Vemuri | ad5fa7d | 2019-02-12 21:24:05 -0800 | [diff] [blame] | 32 | vcore: |
| 33 | tag: 'latest' |
| 34 | # ONOS applications |
| 35 | aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.8.0-SNAPSHOT/aaa-1.8.0-20181129.184849-116.oar" |
| 36 | aaaAppVersion: "1.8.0.SNAPSHOT" |
| 37 | |
| 38 | sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/2.2.0-SNAPSHOT/sadis-app-2.2.0-20181127.081727-156.oar" |
| 39 | sadisAppVersion: "2.2.0.SNAPSHOT" |
| 40 | |
| 41 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.5.0-SNAPSHOT/dhcpl2relay-1.5.0-20181129.184928-160.oar" |
| 42 | dhcpl2relayAppVersion: "1.5.0.SNAPSHOT" |
| 43 | |
| 44 | oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/2.1.0-SNAPSHOT/olt-app-2.1.0-20181129.184957-41.oar" |
| 45 | oltAppVersion: "2.1.0.SNAPSHOT" |