blob: f92094af922d6b17165996cb7b82f4496a393d1f [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
28 # keep in sync with: https://github.com/helm/charts/blob/master/stable/filebeat/values.yaml
29 log_agent:
30 repository: docker.elastic.co/beats/filebeat-oss
31 tag: 6.4.2
32 pullPolicy: IfNotPresent
33
34global:
35 registry: ''
36
37log_agent:
38 enabled: True
39 kafka_brokers: ['cord-kafka:9092']
Andy Bavierf15d53a2018-03-07 17:34:30 -070040
Zack Williams2749ae52018-09-28 09:43:43 -070041nameOverride: ''
42fullnameOverride: ''
43
44xos_service_label: ONOS
Zack Williams9963fe52018-04-03 08:40:26 -070045
Gopinath Tagetfff89342018-04-16 12:12:17 -070046namespace: default
47serviceAccountName: default
48
Andy Bavierf15d53a2018-03-07 17:34:30 -070049services:
Zack Williams2749ae52018-09-28 09:43:43 -070050 openflowServiceType: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070051 openflow:
52 port: 6653
Zack Williams2749ae52018-09-28 09:43:43 -070053 nodePort: 31653
54
55 sshServiceType: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070056 ssh:
57 port: 8101
Zack Williams2749ae52018-09-28 09:43:43 -070058 nodePort: 30115
59
60 uiServiceType: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070061 ui:
62 port: 8181
Zack Williams2749ae52018-09-28 09:43:43 -070063 nodePort: 30120
64
65 debuggerServiceType: NodePort
Matteo Scandolofe4ed632018-09-07 12:14:48 -070066 debugger:
67 port: 5005
Zack Williams2749ae52018-09-28 09:43:43 -070068 nodePort: 30555
69
70 ovsdbServiceType: ClusterIP
71 ovsdb:
72 port: 6640
73
Andy Bavierf15d53a2018-03-07 17:34:30 -070074 cluster:
75 port: 9876
76
Gopinath Tagetfff89342018-04-16 12:12:17 -070077onos_env: []
78
Zack Williams2749ae52018-09-28 09:43:43 -070079# onos_env:
80# - name: POD_IP
81# valueFrom:
82# fieldRef:
83# fieldPath: status.podIP
84# - name: NAMESPACE
85# valueFrom:
86# fieldRef:
87# fieldPath: metadata.namespace
88# - name: ONOS_APPS
89# value: "drivers,openflow-base"
90
Andy Bavierf15d53a2018-03-07 17:34:30 -070091resources: {}
92
93nodeSelector: {}
94
95tolerations: []
96
97affinity: {}
Scott Baker900343a2018-08-09 17:03:16 -070098
Zack Williams2749ae52018-09-28 09:43:43 -070099application_logs: ''