You Wang | a069ccb | 2018-11-13 13:25:59 -0800 | [diff] [blame] | 1 | --- |
| 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 | |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 16 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
You Wang | a069ccb | 2018-11-13 13:25:59 -0800 | [diff] [blame] | 17 | |
| 18 | # This file is used to optionally customize helm charts installations |
Suchitra Vemuri | ed09959 | 2019-05-16 18:19:39 -0700 | [diff] [blame] | 19 | images: |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 20 | # VOLTHA |
| 21 | envoy_for_etcd: |
| 22 | tag: 'voltha-1.7' |
| 23 | |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 24 | netconf: |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 25 | tag: 'voltha-1.7' |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 26 | |
| 27 | ofagent: |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 28 | tag: 'voltha-1.7' |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 29 | |
| 30 | vcli: |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 31 | tag: 'voltha-1.7' |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 32 | |
| 33 | vcore: |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 34 | repository: '10.90.0.101:30500/voltha/voltha-voltha' |
Suchitra Vemuri | cb38e4c | 2019-05-28 10:33:51 -0700 | [diff] [blame^] | 35 | tag: 'voltha-1.7' |
| 36 | #tag: 'dev' |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 37 | |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 38 | # ONOS |
| 39 | onos: |
| 40 | repository: 'matteoscandolo/onos' |
| 41 | tag: '1.13.9-rc4' |
Kailash | d2fd930 | 2019-04-22 19:28:04 -0700 | [diff] [blame] | 42 | |
Suchitra Vemuri | ae876d1 | 2019-05-17 10:59:03 -0700 | [diff] [blame] | 43 | rcord: |
| 44 | image: |
| 45 | tag: 'master' |
| 46 | |
| 47 | att-workflow-driver: |
| 48 | image: |
| 49 | tag: 'master' |
| 50 | |
| 51 | sadis-server: |
| 52 | image: |
| 53 | repository: opencord/sadis-server |
| 54 | tag: latest |
| 55 | |
| 56 | # ONOS applications |
| 57 | aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar" |
| 58 | aaaAppVersion: "1.9.0.SNAPSHOT" |
| 59 | |
| 60 | sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar" |
| 61 | sadisAppVersion: "3.1.0.SNAPSHOT" |
| 62 | |
| 63 | dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar" |
| 64 | dhcpl2relayAppVersion: "1.6.0.SNAPSHOT" |
| 65 | |
| 66 | oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar" |
| 67 | oltAppVersion: "3.0.1.SNAPSHOT" |
| 68 | |
| 69 | kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar" |
| 70 | kafkaAppVersion: "1.1.0.SNAPSHOT" |
| 71 | |
| 72 | application_logs: | |
| 73 | log4j.logger.org.opencord.olt = DEBUG |
| 74 | log4j.logger.org.opencord.kafka = DEBUG |
| 75 | log4j.logger.org.opencord.sadis = DEBUG |
| 76 | log4j.logger.org.opencord.aaa = DEBUG |
| 77 | log4j.logger.org.opencord.dhcpl2relay = DEBUG |