blob: cd01f19764f5ee643a1844ee78f9bcb9ef2558a7 [file] [log] [blame]
Andy Bavierf15d53a2018-03-07 17:34:30 -07001---
Andy Bavierf15d53a2018-03-07 17:34:30 -07002# Copyright 2018-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
Zack Williams2749ae52018-09-28 09:43:43 -070016# Default values for ONOS
Andy Bavierf15d53a2018-03-07 17:34:30 -070017# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
Zack Williams7a506d22018-09-24 17:00:13 -070022images:
Zack Williams2749ae52018-09-28 09:43:43 -070023 onos:
24 repository: 'onosproject/onos'
25 tag: '{{ .Chart.AppVersion }}'
26 pullPolicy: 'Always'
Zack Williams7a506d22018-09-24 17:00:13 -070027
Zack Williams7a506d22018-09-24 17:00:13 -070028global:
29 registry: ''
30
Daniele Moro09047382020-01-31 16:10:57 -080031kafka_logging:
Daniele Moroa4c4afa2020-03-09 10:48:15 -070032 enabled: False
Daniele Moro09047382020-01-31 16:10:57 -080033 brokers: ['cord-kafka:9092']
Andy Bavierf15d53a2018-03-07 17:34:30 -070034
Zack Williams2749ae52018-09-28 09:43:43 -070035nameOverride: ''
36fullnameOverride: ''
37
38xos_service_label: ONOS
Zack Williams9963fe52018-04-03 08:40:26 -070039
Gopinath Tagetfff89342018-04-16 12:12:17 -070040serviceAccountName: default
41
Andy Bavierf15d53a2018-03-07 17:34:30 -070042services:
Andy Bavierf15d53a2018-03-07 17:34:30 -070043 openflow:
Hyunsun Moon90c60502019-10-19 14:46:41 -060044 type: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070045 port: 6653
Zack Williams2749ae52018-09-28 09:43:43 -070046 nodePort: 31653
Andy Bavierf15d53a2018-03-07 17:34:30 -070047 ssh:
Hyunsun Moon90c60502019-10-19 14:46:41 -060048 type: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070049 port: 8101
Zack Williams2749ae52018-09-28 09:43:43 -070050 nodePort: 30115
Andy Bavierf15d53a2018-03-07 17:34:30 -070051 ui:
Hyunsun Moon90c60502019-10-19 14:46:41 -060052 type: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070053 port: 8181
Zack Williams2749ae52018-09-28 09:43:43 -070054 nodePort: 30120
Matteo Scandolofe4ed632018-09-07 12:14:48 -070055 debugger:
Hyunsun Moon90c60502019-10-19 14:46:41 -060056 type: NodePort
Matteo Scandolofe4ed632018-09-07 12:14:48 -070057 port: 5005
Zack Williams2749ae52018-09-28 09:43:43 -070058 nodePort: 30555
Zack Williams2749ae52018-09-28 09:43:43 -070059 ovsdb:
Hyunsun Moon90c60502019-10-19 14:46:41 -060060 type: ClusterIP
Zack Williams2749ae52018-09-28 09:43:43 -070061 port: 6640
Hyunsun Moon90c60502019-10-19 14:46:41 -060062 # Add application specific ports
63 #progran:
64 # type: NodePort
65 # port: 4010
66 # nodePort: 30410
Andy Bavierf15d53a2018-03-07 17:34:30 -070067
Luca Prete3a56a682018-12-12 15:45:07 -080068onos_env:
69- name: POD_IP
70 valueFrom:
71 fieldRef:
72 fieldPath: status.podIP
73- name: NAMESPACE
74 valueFrom:
75 fieldRef:
76 fieldPath: metadata.namespace
77- name: ONOS_APPS
78 value: "drivers,openflow-base"
Daniele Moro556b6e02019-09-05 09:05:44 -070079- name: JAVA_DEBUG_PORT
80 value: "0.0.0.0:5005"
Zack Williams2749ae52018-09-28 09:43:43 -070081
Andy Bavierf15d53a2018-03-07 17:34:30 -070082resources: {}
83
84nodeSelector: {}
85
86tolerations: []
87
88affinity: {}
Scott Baker900343a2018-08-09 17:03:16 -070089
Zack Williams2749ae52018-09-28 09:43:43 -070090application_logs: ''