Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 2 | # 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 Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 16 | # Default values for ONOS |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 17 | # This is a YAML-formatted file. |
18 | # Declare variables to be passed into your templates. | ||||
19 | |||||
20 | replicaCount: 1 | ||||
21 | |||||
Zack Williams | 7a506d2 | 2018-09-24 17:00:13 -0700 | [diff] [blame] | 22 | images: |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 23 | onos: |
24 | repository: 'onosproject/onos' | ||||
25 | tag: '{{ .Chart.AppVersion }}' | ||||
26 | pullPolicy: 'Always' | ||||
Zack Williams | 7a506d2 | 2018-09-24 17:00:13 -0700 | [diff] [blame] | 27 | |
Zack Williams | 7a506d2 | 2018-09-24 17:00:13 -0700 | [diff] [blame] | 28 | global: |
29 | registry: '' | ||||
30 | |||||
Daniele Moro | 0904738 | 2020-01-31 16:10:57 -0800 | [diff] [blame] | 31 | kafka_logging: |
Daniele Moro | a4c4afa | 2020-03-09 10:48:15 -0700 | [diff] [blame] | 32 | enabled: False |
Daniele Moro | 0904738 | 2020-01-31 16:10:57 -0800 | [diff] [blame] | 33 | brokers: ['cord-kafka:9092'] |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 34 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 35 | nameOverride: '' |
36 | fullnameOverride: '' | ||||
37 | |||||
38 | xos_service_label: ONOS | ||||
Zack Williams | 9963fe5 | 2018-04-03 08:40:26 -0700 | [diff] [blame] | 39 | |
Gopinath Taget | fff8934 | 2018-04-16 12:12:17 -0700 | [diff] [blame] | 40 | serviceAccountName: default |
41 | |||||
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 42 | services: |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 43 | openflow: |
Hyunsun Moon | 90c6050 | 2019-10-19 14:46:41 -0600 | [diff] [blame] | 44 | type: NodePort |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 45 | port: 6653 |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 46 | nodePort: 31653 |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 47 | ssh: |
Hyunsun Moon | 90c6050 | 2019-10-19 14:46:41 -0600 | [diff] [blame] | 48 | type: NodePort |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 49 | port: 8101 |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 50 | nodePort: 30115 |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 51 | ui: |
Hyunsun Moon | 90c6050 | 2019-10-19 14:46:41 -0600 | [diff] [blame] | 52 | type: NodePort |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 53 | port: 8181 |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 54 | nodePort: 30120 |
Matteo Scandolo | fe4ed63 | 2018-09-07 12:14:48 -0700 | [diff] [blame] | 55 | debugger: |
Hyunsun Moon | 90c6050 | 2019-10-19 14:46:41 -0600 | [diff] [blame] | 56 | type: NodePort |
Matteo Scandolo | fe4ed63 | 2018-09-07 12:14:48 -0700 | [diff] [blame] | 57 | port: 5005 |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 58 | nodePort: 30555 |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 59 | ovsdb: |
Hyunsun Moon | 90c6050 | 2019-10-19 14:46:41 -0600 | [diff] [blame] | 60 | type: ClusterIP |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 61 | port: 6640 |
Hyunsun Moon | 90c6050 | 2019-10-19 14:46:41 -0600 | [diff] [blame] | 62 | # Add application specific ports |
63 | #progran: | ||||
64 | # type: NodePort | ||||
65 | # port: 4010 | ||||
66 | # nodePort: 30410 | ||||
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 67 | |
Luca Prete | 3a56a68 | 2018-12-12 15:45:07 -0800 | [diff] [blame] | 68 | onos_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 Moro | 556b6e0 | 2019-09-05 09:05:44 -0700 | [diff] [blame] | 79 | - name: JAVA_DEBUG_PORT |
80 | value: "0.0.0.0:5005" | ||||
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 81 | |
Andy Bavier | f15d53a | 2018-03-07 17:34:30 -0700 | [diff] [blame] | 82 | resources: {} |
83 | |||||
84 | nodeSelector: {} | ||||
85 | |||||
86 | tolerations: [] | ||||
87 | |||||
88 | affinity: {} | ||||
Scott Baker | 900343a | 2018-08-09 17:03:16 -0700 | [diff] [blame] | 89 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 90 | application_logs: '' |