blob: b6740c1ada0d1ffbb45361f34b5fa3e289091fb5 [file] [log] [blame]
You Wanga069ccb2018-11-13 13:25:59 -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 Vemuri62da0d12019-07-01 15:00:24 -070016# Automated deployment configuration for pod1 QA build , olt/onu are connected to this
You Wanga069ccb2018-11-13 13:25:59 -080017
Suchitra Vemuried099592019-05-16 18:19:39 -070018images:
Suchitra Vemuri62da0d12019-07-01 15:00:24 -070019 xos_core:
20 tag: 'master'
21
Suchitra Vemuriae876d12019-05-17 10:59:03 -070022# VOLTHA
23 envoy_for_etcd:
24 tag: 'voltha-1.7'
25
Kailashd2fd9302019-04-22 19:28:04 -070026 netconf:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070027 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070028
29 ofagent:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070030 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070031
32 vcli:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070033 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070034
35 vcore:
Suchitra Vemuriec3294e2019-06-27 17:24:34 -070036 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070037
Suchitra Vemuriae876d12019-05-17 10:59:03 -070038# ONOS
39 onos:
Suchitra Vemuri62da0d12019-07-01 15:00:24 -070040 repository: 'onosproject/onos'
41 tag: '1.13.9'
42
Matteo Scandoloca50ecb2019-06-26 14:44:30 -070043xos-gui:
44 images:
45 xos_gui:
46 tag: 'master'
47 xos_ws:
48 tag: 'master'
Kailashd2fd9302019-04-22 19:28:04 -070049
Suchitra Vemuriba749552019-06-11 16:53:49 -070050volt:
51 image:
52 tag: 'master'
53
Suchitra Vemuriae876d12019-05-17 10:59:03 -070054rcord:
55 image:
Suchitra Vemuric0d9aba2019-06-25 11:31:52 -070056 tag: 'master'
Suchitra Vemuriae876d12019-05-17 10:59:03 -070057
58att-workflow-driver:
59 image:
Suchitra Vemuric0d9aba2019-06-25 11:31:52 -070060 tag: 'master'
Suchitra Vemuriae876d12019-05-17 10:59:03 -070061
62sadis-server:
63 image:
64 repository: opencord/sadis-server
65 tag: latest
66
67# ONOS applications
Suchitra Vemuri62da0d12019-07-01 15:00:24 -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 Vemuriae876d12019-05-17 10:59:03 -070070
Suchitra Vemuri62da0d12019-07-01 15:00:24 -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 Vemuriae876d12019-05-17 10:59:03 -070073
Suchitra Vemuri62da0d12019-07-01 15:00:24 -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 Vemuriae876d12019-05-17 10:59:03 -070076
Suchitra Vemuri62da0d12019-07-01 15:00:24 -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 Vemuriae876d12019-05-17 10:59:03 -070079
Suchitra Vemuri62da0d12019-07-01 15:00:24 -070080kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar"
81kafkaAppVersion: "1.1.0"
Suchitra Vemuriae876d12019-05-17 10:59:03 -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
Suchitra Vemuri62da0d12019-07-01 15:00:24 -070089