blob: 329cc7a9dd2ca93b6c12288e4ae7968ebc9c1c86 [file] [log] [blame]
Zack Williamsb9b81272018-11-08 12:29:24 -07001---
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -08002# 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.
Luca Prete62294e82018-08-28 16:50:26 -070015
Matteo Scandoloc5b53a32019-07-22 17:15:53 -070016# onos
17images:
18 onos:
19 repository: 'onosproject/onos'
20 tag: 'latest'
21
22# ONOS applications
23sadisAppUrl: "http://10.90.0.101:30160/repository/sadis-app-4.0.0-SNAPSHOT.oar"
24sadisAppVersion: "4.0.0.SNAPSHOT"
25
26dhcpl2relayAppUrl: "http://10.90.0.101:30160/repository/dhcpl2relay-app-2.0.0-SNAPSHOT.oar"
27dhcpl2relayAppVersion: "2.0.0.SNAPSHOT"
28
29oltAppUrl: "http://10.90.0.101:30160/repository/olt-app-4.0.0-SNAPSHOT.oar"
30oltAppVersion: "4.0.0.SNAPSHOT"
31
32kafkaAppUrl: "http://10.90.0.101:30160/repository/kafka-2.0.0-SNAPSHOT.oar"
33kafkaAppVersion: "2.0.0.SNAPSHOT"
34
35aaaAppUrl: "http://10.90.0.101:30160/repository/aaa-app-2.0.0-SNAPSHOT.oar"
36aaaAppVersion: "2.0.0.SNAPSHOT"
37
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070038application_logs: |
39 log4j.logger.org.opencord.olt = DEBUG
40 log4j.logger.org.opencord.kafka = DEBUG
41 log4j.logger.org.opencord.sadis = DEBUG
42 log4j.logger.org.opencord.aaa = DEBUG
43 log4j.logger.org.opencord.dhcpl2relay = DEBUG