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 |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 19 | images: |
| 20 | # VOLTHA |
Matteo Scandolo | 323344f | 2019-04-16 15:36:01 -0700 | [diff] [blame] | 21 | envoy_for_etcd: |
| 22 | tag: 'latest' |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 23 | |
Matteo Scandolo | 323344f | 2019-04-16 15:36:01 -0700 | [diff] [blame] | 24 | netconf: |
| 25 | tag: 'latest' |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 26 | |
Matteo Scandolo | 323344f | 2019-04-16 15:36:01 -0700 | [diff] [blame] | 27 | ofagent: |
| 28 | tag: 'latest' |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 29 | |
Matteo Scandolo | 323344f | 2019-04-16 15:36:01 -0700 | [diff] [blame] | 30 | vcli: |
| 31 | tag: 'latest' |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 32 | |
Matteo Scandolo | 323344f | 2019-04-16 15:36:01 -0700 | [diff] [blame] | 33 | vcore: |
| 34 | tag: 'latest' |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 35 | |
| 36 | # ONOS |
| 37 | onos: |
| 38 | repository: 'matteoscandolo/onos' |
| 39 | tag: '1.13.9-rc3' |
| 40 | |
Matteo Scandolo | a419005 | 2019-04-15 14:59:36 -0700 | [diff] [blame] | 41 | # # ONOS applications |
Matteo Scandolo | ecc624b | 2019-04-16 16:43:00 -0700 | [diff] [blame^] | 42 | aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190410.071508-31.oar" |
Matteo Scandolo | 4334617 | 2019-04-16 16:41:25 -0700 | [diff] [blame] | 43 | aaaAppVersion: "1.9.0.SNAPSHOT" |
Matteo Scandolo | 4bca72d | 2019-04-16 15:27:44 -0700 | [diff] [blame] | 44 | |
| 45 | 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" |
| 46 | sadisAppVersion: "2.2.0.SNAPSHOT" |
| 47 | |
| 48 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.5.0-SNAPSHOT/dhcpl2relay-1.5.0-20181129.184928-160.oar" |
| 49 | dhcpl2relayAppVersion: "1.5.0.SNAPSHOT" |
| 50 | |
| 51 | 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" |
| 52 | oltAppVersion: "2.1.0.SNAPSHOT" |
| 53 | |
| 54 | # kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190410.071556-30.oar" |
| 55 | kafkaAppUrl: "http://10.90.0.101:30160/repository/kafka-1.1.0-SNAPSHOT.oar" |
| 56 | kafkaAppVersion: "1.1.0-SNAPSHOT" |
| 57 | |
| 58 | application_logs: | |
| 59 | log4j.logger.org.opencord.olt = DEBUG |
| 60 | log4j.logger.org.opencord.kafka = DEBUG |
| 61 | log4j.logger.org.opencord.sadis = DEBUG |
| 62 | log4j.logger.org.opencord.aaa = DEBUG |
| 63 | log4j.logger.org.opencord.dhcpl2relay = DEBUG |