Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 1 | --- |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [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. |
| 15 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 16 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [diff] [blame] | 17 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 18 | # This file is used to optionally customize helm charts installations |
| 19 | images: |
| 20 | # VOLTHA |
| 21 | envoy_for_etcd: |
| 22 | tag: 'latest' |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [diff] [blame] | 23 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 24 | netconf: |
| 25 | tag: 'latest' |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [diff] [blame] | 26 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 27 | ofagent: |
| 28 | tag: 'latest' |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [diff] [blame] | 29 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 30 | vcli: |
| 31 | tag: 'latest' |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [diff] [blame] | 32 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 33 | vcore: |
| 34 | tag: 'latest' |
Suchitra Vemuri | 089145c | 2018-07-19 12:48:00 -0700 | [diff] [blame] | 35 | |
Suchitra Vemuri | 061673e | 2019-04-19 16:09:35 -0700 | [diff] [blame] | 36 | # ONOS |
| 37 | onos: |
| 38 | repository: 'matteoscandolo/onos' |
| 39 | tag: '1.13.9-rc3' |
| 40 | |
| 41 | sadis-server: |
| 42 | image: |
| 43 | repository: 10.90.0.101:30500/opencord/sadis-server |
| 44 | tag: candidate |
| 45 | |
| 46 | rcord: |
| 47 | image: |
| 48 | repository: 10.90.0.101:30500/xosproject/rcord-synchronizer |
| 49 | tag: candidate |
| 50 | |
| 51 | # # ONOS applications |
| 52 | aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190410.071508-31.oar" |
| 53 | aaaAppVersion: "1.9.0.SNAPSHOT" |
| 54 | |
| 55 | sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190410.071623-30.oar" |
| 56 | sadisAppVersion: "3.1.0.SNAPSHOT" |
| 57 | |
| 58 | dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190410.071549-30.oar" |
| 59 | dhcpl2relayAppVersion: "1.6.0.SNAPSHOT" |
| 60 | |
| 61 | oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190410.071612-30.oar" |
| 62 | oltAppVersion: "3.0.1.SNAPSHOT" |
| 63 | |
| 64 | # kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190410.071556-30.oar" |
| 65 | kafkaAppUrl: "http://10.90.0.101:30160/repository/kafka-1.1.0-SNAPSHOT.oar" |
| 66 | kafkaAppVersion: "1.1.0.SNAPSHOT" |
| 67 | |
| 68 | application_logs: | |
| 69 | log4j.logger.org.opencord.olt = DEBUG |
| 70 | log4j.logger.org.opencord.kafka = DEBUG |
| 71 | log4j.logger.org.opencord.sadis = DEBUG |
| 72 | log4j.logger.org.opencord.aaa = DEBUG |
| 73 | log4j.logger.org.opencord.dhcpl2relay = DEBUG |