blob: 2e9f94ce4ed79ac365a88af212f29c3161af1a2f [file] [log] [blame]
Suchitra Vemuric7962292019-02-07 20:33:45 -08001---
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 Vemuri54d6dde2019-04-22 13:19:28 -070016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
Suchitra Vemuric7962292019-02-07 20:33:45 -080017
Suchitra Vemuric7962292019-02-07 20:33:45 -080018images:
Kailash38f62df2019-06-24 14:20:57 -070019 xos_core:
20 tag: 'master'
21
Suchitra Vemuri54d6dde2019-04-22 13:19:28 -070022# VOLTHA
Suchitra Vemuric7962292019-02-07 20:33:45 -080023 envoy_for_etcd:
Suchitra Vemuri73718e42019-05-06 18:17:01 -070024 tag: 'voltha-1.7'
Suchitra Vemuric7962292019-02-07 20:33:45 -080025
26 netconf:
Suchitra Vemuri73718e42019-05-06 18:17:01 -070027 tag: 'voltha-1.7'
Suchitra Vemuric7962292019-02-07 20:33:45 -080028
29 ofagent:
Suchitra Vemuri73718e42019-05-06 18:17:01 -070030 tag: 'voltha-1.7'
Suchitra Vemuric7962292019-02-07 20:33:45 -080031
32 vcli:
Suchitra Vemuri73718e42019-05-06 18:17:01 -070033 tag: 'voltha-1.7'
Suchitra Vemuric7962292019-02-07 20:33:45 -080034
35 vcore:
Suchitra Vemuri73718e42019-05-06 18:17:01 -070036 tag: 'voltha-1.7'
Suchitra Vemuric7962292019-02-07 20:33:45 -080037
Suchitra Vemurif24a6352019-04-24 15:59:54 -070038# ONOS
39 onos:
Kailashb837c092019-07-01 08:55:30 -070040 repository: 'onosproject/onos'
41 tag: '1.13.9'
42
Kailash70583cc2019-06-27 15:07:09 -070043xos-gui:
44 images:
45 xos_gui:
46 tag: 'master'
47 xos_ws:
48 tag: 'master'
Kailash38f62df2019-06-24 14:20:57 -070049
Kailashdea245d2019-06-24 10:41:27 -070050volt:
51 image:
52 tag: 'master'
Suchitra Vemurif24a6352019-04-24 15:59:54 -070053
Suchitra Vemuri0656a812019-04-23 14:26:48 -070054rcord:
55 image:
56 tag: 'master'
57
58att-workflow-driver:
59 image:
60 tag: 'master'
Suchitra Vemurif84d0d72019-04-25 13:47:02 -070061
Suchitra Vemuri8e329ed2019-04-25 16:01:51 -070062sadis-server:
63 image:
64 repository: opencord/sadis-server
65 tag: latest
66
Suchitra Vemurib25ac212019-04-23 14:57:14 -070067# ONOS applications
Kailashb837c092019-07-01 08:55:30 -070068aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0/aaa-app-1.9.0.oar"
69aaaAppVersion: "1.9.0"
Suchitra Vemuri54d6dde2019-04-22 13:19:28 -070070
Kailashb837c092019-07-01 08:55:30 -070071sadisAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/3.1.0/sadis-app-3.1.0.oar"
72sadisAppVersion: "3.1.0"
Suchitra Vemuri54d6dde2019-04-22 13:19:28 -070073
Kailashb837c092019-07-01 08:55:30 -070074dhcpl2relayAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/1.6.0/dhcpl2relay-app-1.6.0.oar"
75dhcpl2relayAppVersion: "1.6.0"
Suchitra Vemuri54d6dde2019-04-22 13:19:28 -070076
Kailashb837c092019-07-01 08:55:30 -070077oltAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/3.0.1/olt-app-3.0.1.oar"
78oltAppVersion: "3.0.1"
Suchitra Vemuri54d6dde2019-04-22 13:19:28 -070079
Kailashb837c092019-07-01 08:55:30 -070080kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar"
81kafkaAppVersion: "1.1.0"
Suchitra Vemuri54d6dde2019-04-22 13:19:28 -070082
83application_logs: |
84 log4j.logger.org.opencord.olt = DEBUG
85 log4j.logger.org.opencord.kafka = DEBUG
86 log4j.logger.org.opencord.sadis = DEBUG
87 log4j.logger.org.opencord.aaa = DEBUG
88 log4j.logger.org.opencord.dhcpl2relay = DEBUG
Kailashdea245d2019-06-24 10:41:27 -070089