blob: a4d57c4cd0f76ceb3126913a1bcb3d1f8833e0bd [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
Matteo Scandolofbb405d2019-07-24 11:07:54 -070022onos_env:
23- name: POD_IP
24 valueFrom:
25 fieldRef:
26 fieldPath: status.podIP
27- name: NAMESPACE
28 valueFrom:
29 fieldRef:
30 fieldPath: metadata.namespace
31- name: ONOS_APPS
32 value: "drivers,openflow-base"
Matteo Scandolo5dab6c22019-07-24 15:17:48 -070033- name: JAVA_DEBUG_PORT
34 value: "0.0.0.0:5005"
Matteo Scandolofbb405d2019-07-24 11:07:54 -070035
Matteo Scandoloc5b53a32019-07-22 17:15:53 -070036# ONOS applications
37sadisAppUrl: "http://10.90.0.101:30160/repository/sadis-app-4.0.0-SNAPSHOT.oar"
38sadisAppVersion: "4.0.0.SNAPSHOT"
39
40dhcpl2relayAppUrl: "http://10.90.0.101:30160/repository/dhcpl2relay-app-2.0.0-SNAPSHOT.oar"
41dhcpl2relayAppVersion: "2.0.0.SNAPSHOT"
42
43oltAppUrl: "http://10.90.0.101:30160/repository/olt-app-4.0.0-SNAPSHOT.oar"
44oltAppVersion: "4.0.0.SNAPSHOT"
45
46kafkaAppUrl: "http://10.90.0.101:30160/repository/kafka-2.0.0-SNAPSHOT.oar"
47kafkaAppVersion: "2.0.0.SNAPSHOT"
48
49aaaAppUrl: "http://10.90.0.101:30160/repository/aaa-app-2.0.0-SNAPSHOT.oar"
50aaaAppVersion: "2.0.0.SNAPSHOT"
51
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070052application_logs: |
53 log4j.logger.org.opencord.olt = DEBUG
54 log4j.logger.org.opencord.kafka = DEBUG
55 log4j.logger.org.opencord.sadis = DEBUG
56 log4j.logger.org.opencord.aaa = DEBUG
57 log4j.logger.org.opencord.dhcpl2relay = DEBUG