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