blob: b9e912e9bf14a16d54028760736755b13b1d3bd8 [file] [log] [blame]
Andy Bavierf15d53a2018-03-07 17:34:30 -07001---
2
3# Copyright 2018-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Default values for onos.
18# This is a YAML-formatted file.
19# Declare variables to be passed into your templates.
20
21replicaCount: 1
22
Matteo Scandoloe2965c92018-05-08 13:22:20 -070023imagePullPolicy: Always
Zack Williams7a506d22018-09-24 17:00:13 -070024onosImage: 'onosproject/onos:1.13.5'
25
26images:
27
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 Williams9963fe52018-04-03 08:40:26 -070041nameOverride: ""
42fullnameOverride: ""
43
Gopinath Tagetfff89342018-04-16 12:12:17 -070044namespace: default
45serviceAccountName: default
46
Andy Bavierf15d53a2018-03-07 17:34:30 -070047services:
Gopinath Tagetfff89342018-04-16 12:12:17 -070048 openflowServiceType: ClusterIP
49 ovsdbServiceType: ClusterIP
50 sshServiceType: ClusterIP
51 uiServiceType: ClusterIP
Matteo Scandolofe4ed632018-09-07 12:14:48 -070052 debuggerServiceType: NodePort
Andy Bavierf15d53a2018-03-07 17:34:30 -070053 ovsdb:
54 port: 6640
55 openflow:
56 port: 6653
57 ssh:
58 port: 8101
59 ui:
60 port: 8181
Matteo Scandolofe4ed632018-09-07 12:14:48 -070061 debugger:
62 port: 5005
Andy Bavierf15d53a2018-03-07 17:34:30 -070063 cluster:
64 port: 9876
65
Gopinath Tagetfff89342018-04-16 12:12:17 -070066onos_env: []
67
Andy Bavierf15d53a2018-03-07 17:34:30 -070068resources: {}
69
70nodeSelector: {}
71
72tolerations: []
73
74affinity: {}
Scott Baker900343a2018-08-09 17:03:16 -070075
76xos_service_label: ""
Matteo Scandolo02112a92018-09-06 15:26:59 -070077
78application_logs: ""